Searched refs:LOGFONT (Results 1 – 9 of 9) sorted by relevance
/external/skia/include/ports/ |
D | SkTypeface_win.h | 18 typedef LOGFONTW LOGFONT; typedef 21 typedef LOGFONTA LOGFONT; typedef 29 SK_API SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&); 37 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf); 45 SK_API void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*)(const LOGFONT&));
|
/external/skqp/include/ports/ |
D | SkTypeface_win.h | 21 SK_API SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&); 29 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf); 37 SK_API void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*)(const LOGFONT&));
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 44 static void (*gEnsureLOGFONTAccessibleProc)(const LOGFONT&); 46 void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*proc)(const LOGFONT&)) { in SkTypeface_SetEnsureLOGFONTAccessibleProc() argument 50 static void call_ensure_accessible(const LOGFONT& lf) { in call_ensure_accessible() 105 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) { in dcfontname_to_skstring() 125 static void make_canonical(LOGFONT* lf) { in make_canonical() 133 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() 154 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() 190 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM() 214 explicit SkAutoHDC(const LOGFONT& lf) in SkAutoHDC() 237 LogFontTypeface(const SkFontStyle& style, const LOGFONT& lf, bool serializeAsStream) in LogFontTypeface() [all …]
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 43 static void (*gEnsureLOGFONTAccessibleProc)(const LOGFONT&); 45 void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*proc)(const LOGFONT&)) { in SkTypeface_SetEnsureLOGFONTAccessibleProc() argument 49 static void call_ensure_accessible(const LOGFONT& lf) { in call_ensure_accessible() 104 static void dcfontname_to_skstring(HDC deviceContext, const LOGFONT& lf, SkString* familyName) { in dcfontname_to_skstring() 124 static void make_canonical(LOGFONT* lf) { in make_canonical() 132 static SkFontStyle get_style(const LOGFONT& lf) { in get_style() 153 static unsigned calculateGlyphCount(HDC hdc, const LOGFONT& lf) { in calculateGlyphCount() 189 static unsigned calculateUPEM(HDC hdc, const LOGFONT& lf) { in calculateUPEM() 213 LogFontTypeface(const SkFontStyle& style, const LOGFONT& lf, bool serializeAsStream) in LogFontTypeface() 249 LOGFONT fLogFont; [all …]
|
/external/skqp/samplecode/ |
D | SampleTextBox.cpp | 31 extern SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&); 46 LOGFONT lf; in TextBoxView()
|
/external/pdfium/core/fxge/ |
D | cfx_windowsrenderdevice.h | 27 typedef void (*PDFiumEnsureTypefaceCharactersAccessible)(const LOGFONT* font,
|
/external/pdfium/public/ |
D | fpdfview.h | 289 typedef void (*PDFiumEnsureTypefaceCharactersAccessible)(const LOGFONT* font,
|
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 115 LOGFONT lf; in GDIFontInstance()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_print.cpp | 231 LOGFONT lf = {}; in DrawDeviceText()
|