Home
last modified time | relevance | path

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

/third_party/skia/include/ports/
H A DSkTypeface_win.h18 typedef LOGFONTW LOGFONT; typedef
21 typedef LOGFONTA LOGFONT; typedef
29 SK_API SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
32 * Copy the LOGFONT associated with this typeface into the lf parameter. Note
37 SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf);
40 * Set an optional callback to ensure that the data behind a LOGFONT is loaded.
45 SK_API void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*)(const LOGFONT&));
/third_party/skia/src/ports/
H A 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
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGDIFontInstance.cpp115 LOGFONT lf; in GDIFontInstance()

Completed in 4 milliseconds