Searched refs:SkOTTableMaximumProfile (Results 1 – 3 of 3) sorted by relevance
17 struct SkOTTableMaximumProfile { struct22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableMaximumProfile>::value; argument
38 AutoTDWriteTable<SkOTTableMaximumProfile> maxp(typeface->fDWriteFontFace.get()); in is_hinted_without_gasp()42 if (maxp.fSize < sizeof(SkOTTableMaximumProfile::Version::TT)) { in is_hinted_without_gasp()45 if (maxp->version.version != SkOTTableMaximumProfile::Version::TT::VERSION) { in is_hinted_without_gasp()
161 if (GDI_ERROR != GetFontData(hdc, SkOTTableMaximumProfile::TAG, 4, &glyphs, sizeof(glyphs))) { in calculateGlyphCount()