HomeSort by relevance Sort by last modified time
    Searched refs:nativeFont (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFont.h 167 return SetStatus(DllExports::GdipGetLogFontA(nativeFont, g ? g->nativeGraphics : NULL, logfontA));
175 return SetStatus(DllExports::GdipGetLogFontW(nativeFont, g ? g->nativeGraphics : NULL, logfontW));
184 SetStatus(DllExports::GdipCloneFont(nativeFont, &cloneFont));
192 DllExports::GdipDeleteFont(nativeFont);
200 return (nativeFont ? TRUE : FALSE);
211 Status status = DllExports::GdipGetFamily(nativeFont, &(family->nativeFamily));
222 SetStatus(DllExports::GdipGetFontStyle(nativeFont, &style));
231 SetStatus(DllExports::GdipGetFontSize(nativeFont, &size));
239 SetStatus(DllExports::GdipGetFontUnit(nativeFont, &unit));
248 nativeFont,
    [all...]
GdiPlusGraphics.h     [all...]
GdiPlusHeaders.h 340 GpFont* nativeFont;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 746 nativeFont(NULL), lastStatus(Ok)
750 emSize, style, unit, &nativeFont);
754 nativeFont(NULL), lastStatus(Ok)
759 hdc, &logfont, &nativeFont);
762 hdc, &nativeFont);
767 nativeFont(NULL), lastStatus(Ok)
770 hdc, logfont, &nativeFont);
774 nativeFont(NULL), lastStatus(Ok)
777 hdc, logfont, &nativeFont);
781 nativeFont(NULL), lastStatus(Ok
    [all...]
gdiplusheaders.h 362 return nativeFont != NULL;
367 nativeFont(font), lastStatus(status) {}
377 GpFont *nativeFont;
gdiplusgraphics.h 289 font ? font->nativeFont : NULL,
625 font ? font->nativeFont : NULL,
636 font ? font->nativeFont : NULL,
647 font ? font->nativeFont : NULL,
    [all...]

Completed in 66 milliseconds