32 return (
int)((glyph & 0x7f00) >> 8);
40 return GLYPH_REDRAW | ((intensity - 1) << 8) | (glyph & 0x00FF);
107 lastglyph = col->
glyph[
y];
151 for(
i = 1,
y = 0;
i < 16;
i++)
170 int glyphidx = glyph & 0xff;
240 for(
x = 0;
x < cols;
x++)
242 matrix->column[
x].length = rows;
250 for(
y = 0;
y < rows;
y++)
305 static POINT ptCursor;
368 if(
abs(ptCursor.
x - ptLast.
x) >= 3 ||
abs(ptCursor.
y - ptLast.
y) >= 3)
HGDIOBJ WINAPI GetStockObject(_In_ int)
MATRIX_MESSAGE * InitMatrixMessage(HWND hwnd, int width, int height)
GLint GLint GLsizei width
int GlyphIntensity(GLYPH glyph)
void DestroyMatrix(MATRIX *matrix)
GLYPH DarkenGlyph(GLYPH glyph)
HDC WINAPI GetDC(_In_opt_ HWND)
DWORD WINAPI GetTickCount(VOID)
HGDIOBJ WINAPI SelectObject(_In_ HDC, _In_ HGDIOBJ)
BOOL WINAPI DeleteObject(_In_ HGDIOBJ)
GLint GLint GLint GLint GLint x
HDC WINAPI CreateCompatibleDC(_In_opt_ HDC hdc)
BOOL WINAPI GetCursorPos(_Out_ LPPOINT)
BOOL WINAPI DestroyWindow(_In_ HWND)
void DecodeMatrix(HWND hwnd, MATRIX *matrix)
int WINAPI ReleaseDC(_In_opt_ HWND, _In_ HDC)
GLenum GLuint GLenum GLsizei length
_Out_opt_ int _Out_opt_ int * cy
void ScrollMatrixColumn(MATRIX_COLUMN *col)
UINT_PTR WINAPI SetTimer(_In_opt_ HWND, _In_ UINT_PTR, _In_ UINT, _In_opt_ TIMERPROC)
void SetMatrix(HWND hwnd, MATRIX *matrix)
void RandomMatrixColumn(MATRIX_COLUMN *col)
HWND CreateScreenSaveWnd(HWND hwndParent, RECT *rect)
BOOL VerifyPassword(HWND hwnd)
BOOL WINAPI KillTimer(_In_opt_ HWND, _In_ UINT_PTR)
GLint GLint GLsizei GLsizei height
MATRIX * CreateMatrix(HWND hwnd, int width, int height)
BOOL WINAPI GetClientRect(_In_ HWND, _Out_ LPRECT)
HWND WINAPI GetParent(_In_ HWND)
void InitScreenSaveClass(BOOL fPreview)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
BOOL WINAPI DeleteDC(_In_ HDC)
void DrawGlyph(MATRIX *matrix, HDC hdc, int xpos, int ypos, GLYPH glyph)
GLint GLint GLint GLint GLint GLint y
LRESULT WINAPI MatrixWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
void RedrawMatrixColumn(MATRIX_COLUMN *col, MATRIX *matrix, HDC hdc, int xpos)
void DoMatrixMessage(HDC hdc, MATRIX *matrix)
GLYPH RandomGlyph(int intensity)
MATRIX * GetMatrix(HWND hwnd)
__analysis_noreturn void WINAPI PostQuitMessage(_In_ int)
void RedrawBlip(GLYPH *glypharr, int blippos)
static VOID NTAPI BitBlt(_In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Width, _In_ ULONG Height, _In_reads_bytes_(Delta *Height) PUCHAR Buffer, _In_ ULONG BitsPerPixel, _In_ ULONG Delta)