OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GdipGetFontSize
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxge/win32/
win32_int.h
85
void
GdipGetFontSize
(void* pFont, FX_FLOAT* size);
fx_win32_gdipext.cpp
165
"
GdipGetFontSize
",
794
void CGdiplusExt::
GdipGetFontSize
(void* pFont, FX_FLOAT* size) {
798
GpStatus status = CallFunc(
GdipGetFontSize
)((GpFont*)pFont, (REAL*)&get_size);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h
869
updateStatus(DllExports::
GdipGetFontSize
(nativeFont, &result));
[
all
...]
gdiplusflat.h
115
GpStatus WINGDIPAPI
GdipGetFontSize
(GpFont*,REAL*);
[
all
...]
Completed in 115 milliseconds