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
123 AutoTDWriteTable<SkOTTableEmbeddedBitmapLocation> eblc(typeface->fDWriteFontFace.get()); in has_bitmap_strike()127 if (eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation)) { in has_bitmap_strike()130 if (eblc->version != SkOTTableEmbeddedBitmapLocation::version_initial) { in has_bitmap_strike()136 eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation) + in has_bitmap_strike()137 sizeof(SkOTTableEmbeddedBitmapLocation::BitmapSizeTable) * numSizes) in has_bitmap_strike()142 const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable* sizeTable = in has_bitmap_strike()143 SkTAfter<const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable>(eblc.get()); in has_bitmap_strike()