OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpHatch
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h
94
class
GpHatch
: public GpBrush {}; /* HatchBrush */
121
typedef void
GpHatch
;
gdiplusbrush.h
91
GpHatch
*nativeHatch = NULL;
118
(
GpHatch
*) nativeBrush,
124
(
GpHatch
*) nativeBrush,
131
(
GpHatch
*) nativeBrush, &result));
gdiplusflat.h
363
GpStatus WINGDIPAPI GdipCreateHatchBrush(GpHatchStyle,ARGB,ARGB,
GpHatch
**);
364
GpStatus WINGDIPAPI GdipGetHatchStyle(
GpHatch
*,GpHatchStyle*);
365
GpStatus WINGDIPAPI GdipGetHatchForegroundColor(
GpHatch
*,ARGB*);
366
GpStatus WINGDIPAPI GdipGetHatchBackgroundColor(
GpHatch
*,ARGB*);
[
all
...]
Completed in 35 milliseconds