HomeSort by relevance Sort by last modified time
    Searched refs:SkOTTableEmbeddedBitmapLocation (Results 1 - 3 of 3) sorted by null

  /external/skia/src/sfnt/
SkOTTable_EBSC.h 30 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics hori;
31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert;
SkOTTable_EBLC.h 18 struct SkOTTableEmbeddedBitmapLocation {
23 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableEmbeddedBitmapLocation>::value;
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 108 AutoTDWriteTable<SkOTTableEmbeddedBitmapLocation> eblc(typeface->fDWriteFontFace.get());
112 if (eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation)) {
115 if (eblc->version != SkOTTableEmbeddedBitmapLocation::version_initial) {
121 eblc.fSize < sizeof(SkOTTableEmbeddedBitmapLocation) +
122 sizeof(SkOTTableEmbeddedBitmapLocation::BitmapSizeTable) * numSizes)
127 const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable* sizeTable =
128 SkTAfter<const SkOTTableEmbeddedBitmapLocation::BitmapSizeTable>(eblc.get());

Completed in 392 milliseconds