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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFont.h 182 GpFont *cloneFont = NULL;
184 SetStatus(DllExports::GdipCloneFont(nativeFont, &cloneFont));
186 return new Font(cloneFont, lastResult);
GdiPlusFlat.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 810 GpFont *cloneFont = NULL;
812 nativeFont, &cloneFont));
814 Font *result = new Font(cloneFont, lastStatus);
816 DllExports::GdipDeleteFont(cloneFont);
    [all...]

Completed in 2254 milliseconds