Home
last modified time | relevance | path

Searched refs:LOGFONT (Results 1 – 9 of 9) sorted by relevance

/external/skia/include/ports/
DSkTypeface_win.h18 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/
DSkTypeface_win.h21 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/
DSkFontHost_win.cpp44 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/
DSkFontHost_win.cpp43 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/
DSampleTextBox.cpp31 extern SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
46 LOGFONT lf; in TextBoxView()
/external/pdfium/core/fxge/
Dcfx_windowsrenderdevice.h27 typedef void (*PDFiumEnsureTypefaceCharactersAccessible)(const LOGFONT* font,
/external/pdfium/public/
Dfpdfview.h289 typedef void (*PDFiumEnsureTypefaceCharactersAccessible)(const LOGFONT* font,
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp231 LOGFONT lf = {}; in DrawDeviceText()