HomeSort by relevance Sort by last modified time
    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 247 typedef GpStatus (WINGDIPAPI *FuncType_GdipSetTextRenderingHint)(GpGraphics *graphics, TextRenderingHint mode);
604 CallFunc(GdipSetTextRenderingHint)((GpGraphics*)graphics, (TextRenderingHint)mode);
    [all...]

Completed in 427 milliseconds