Searched refs:SkOTTableEmbeddedBitmapLocation (Results 1 – 3 of 3) sorted by relevance
30 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics hori;31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert;
17 struct SkOTTableEmbeddedBitmapLocation { struct22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableEmbeddedBitmapLocation>::value; argument
183 AutoTDWriteTable<SkOTTableEmbeddedBitmapLocation> eblc(typeface->fDWriteFontFace.get()); in has_bitmap_strike()187 if (eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation)) { in has_bitmap_strike()190 if (eblc->version != SkOTTableEmbeddedBitmapLocation::version_initial) { in has_bitmap_strike()196 eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation) + in has_bitmap_strike()197 sizeof(SkOTTableEmbeddedBitmapLocation::BitmapSizeTable) * numSizes) in has_bitmap_strike()202 const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable* sizeTable = in has_bitmap_strike()203 SkTAfter<const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable>(eblc.get()); in has_bitmap_strike()