Home
last modified time | relevance | path

Searched defs:HEIGHT (Results 1 – 6 of 6) sorted by relevance

/reactos/base/applications/dxdiag/
H A Dd3dtest.c14 #define HEIGHT 600 macro
/reactos/modules/rosapps/applications/devutils/bootvid_font_generator/
H A Dbootvid_font_generator.c23 #define HEIGHT 13 // Must be == BOOTCHAR_HEIGHT (see reactos/drivers/base/bootvid/precomp… macro
/reactos/modules/rostests/winetests/msvfw32/
H A Ddrawdib.c30 #define HEIGHT 12 macro
/reactos/modules/rostests/apitests/gdi32/
H A DTextTransform.c103 #define HEIGHT 200 macro
/reactos/modules/rostests/winetests/gdiplus/
H A Dimage.c300 const REAL WIDTH = 10.0, HEIGHT = 20.0; in test_GetImageDimension() local
331 const REAL WIDTH = 10.0, HEIGHT = 20.0; in test_GdipImageGetFrameDimensionsCount() local
449 const REAL WIDTH = 10.0, HEIGHT = 20.0; in test_SavingImages() local
567 const INT WIDTH = 10, HEIGHT = 20; in test_LockBits() local
805 const INT WIDTH = 10, HEIGHT = 20; in test_LockBits_UserBuf() local
1213 const INT WIDTH = 10, HEIGHT = 20; in test_GdipCloneImage() local
4983 const UINT WIDTH = 8, HEIGHT = 16; in test_histogram() local
/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c555 #define HEIGHT(rect) ( (rect).bottom - (rect).top ) macro