HomeSort by relevance Sort by last modified time
    Searched refs:TextRenderingHint (Results 1 - 8 of 8) 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/Microsoft SDK/include/
GdiPlusEnums.h 478 enum TextRenderingHint
    [all...]
GdiPlusGraphics.h 190 Status SetTextRenderingHint(IN TextRenderingHint newMode)
194 newMode = (TextRenderingHint) (newMode | 0x0f000);
200 TextRenderingHint GetTextRenderingHint() const
202 TextRenderingHint hint;
    [all...]
GdiPlusFlat.h     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 242 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetTextRenderingHint)(GpGraphics *graphics, TextRenderingHint mode);
602 CallFunc(GdipSetTextRenderingHint)((GpGraphics*)graphics, (TextRenderingHint)mode);
    [all...]

Completed in 109 milliseconds