Searched refs:GdipGetFontSize (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFont.h231 SetStatus(DllExports::GdipGetFontSize(nativeFont, &size));
H A DGdiPlusFlat.h2430 GdipGetFontSize(GpFont *font, REAL *size);
/external/pdfium/core/src/fxge/win32/
H A Dwin32_int.h49 void GdipGetFontSize(void *pFont, FX_FLOAT *size);
H A Dfx_win32_gdipext.cpp161 "GdipGetFontSize",
588 void CGdiplusExt::GdipGetFontSize(void *pFont, FX_FLOAT *size) function in class:CGdiplusExt
592 GpStatus status = CallFunc(GdipGetFontSize)((GpFont *)pFont, (REAL*)&get_size);

Completed in 70 milliseconds