OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextRenderingHint
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h
75
typedef enum
TextRenderingHint
GpTextRenderingHint;
gdiplusenums.h
687
typedef enum
TextRenderingHint
{
694
}
TextRenderingHint
;
gdiplusgraphics.h
[
all
...]
gdiplusflat.h
164
GpStatus WINGDIPAPI GdipSetTextRenderingHint(GpGraphics*,
TextRenderingHint
);
165
GpStatus WINGDIPAPI GdipGetTextRenderingHint(GpGraphics*,
TextRenderingHint
*);
[
all
...]
/external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp
361
TextRenderingHint
mode);
809
(
TextRenderingHint
)mode);
[
all
...]
Completed in 1273 milliseconds