Searched refs:SkOTTableEmbeddedBitmapLocation (Results 1 – 3 of 3) sorted by relevance
30 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics hori;31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert;
18 struct SkOTTableEmbeddedBitmapLocation { struct23 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableEmbeddedBitmapLocation>::value; argument
108 AutoTDWriteTable<SkOTTableEmbeddedBitmapLocation> eblc(typeface->fDWriteFontFace.get()); in has_bitmap_strike()112 if (eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation)) { in has_bitmap_strike()115 if (eblc->version != SkOTTableEmbeddedBitmapLocation::version_initial) { in has_bitmap_strike()121 eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation) + in has_bitmap_strike()122 sizeof(SkOTTableEmbeddedBitmapLocation::BitmapSizeTable) * numSizes) in has_bitmap_strike()127 const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable* sizeTable = in has_bitmap_strike()128 SkTAfter<const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable>(eblc.get()); in has_bitmap_strike()