Searched refs:SkOTTableEmbeddedBitmapLocation (Results 1 – 6 of 6) 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
128 AutoTDWriteTable<SkOTTableEmbeddedBitmapLocation> eblc(typeface->fDWriteFontFace.get()); in has_bitmap_strike()132 if (eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation)) { in has_bitmap_strike()135 if (eblc->version != SkOTTableEmbeddedBitmapLocation::version_initial) { in has_bitmap_strike()141 eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation) + in has_bitmap_strike()142 sizeof(SkOTTableEmbeddedBitmapLocation::BitmapSizeTable) * numSizes) in has_bitmap_strike()147 const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable* sizeTable = in has_bitmap_strike()148 SkTAfter<const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable>(eblc.get()); in has_bitmap_strike()