Searched refs:BitmapSizeTable (Results 1 – 10 of 10) sorted by relevance
34 BitmapSizeTable::~BitmapSizeTable() { in ~BitmapSizeTable()37 int32_t BitmapSizeTable::IndexSubTableArrayOffset() { in IndexSubTableArrayOffset()42 int32_t BitmapSizeTable::IndexTableSize() { in IndexTableSize()47 int32_t BitmapSizeTable::NumberOfIndexSubTables() { in NumberOfIndexSubTables()51 int32_t BitmapSizeTable::ColorRef() { in ColorRef()55 int32_t BitmapSizeTable::StartGlyphIndex() { in StartGlyphIndex()59 int32_t BitmapSizeTable::EndGlyphIndex() { in EndGlyphIndex()63 int32_t BitmapSizeTable::PpemX() { in PpemX()67 int32_t BitmapSizeTable::PpemY() { in PpemY()71 int32_t BitmapSizeTable::BitDepth() { in BitDepth()[all …]
31 class BitmapSizeTable : public SubTable,32 public RefCounted<BitmapSizeTable> {128 virtual ~BitmapSizeTable();151 BitmapSizeTable(ReadableFontData* data,166 typedef Ptr<BitmapSizeTable> BitmapSizeTablePtr;168 typedef Ptr<BitmapSizeTable::Builder> BitmapSizeTableBuilderPtr;
36 BitmapSizeTable* EblcTable::GetBitmapSizeTable(int32_t index) { in GetBitmapSizeTable()77 BitmapSizeTable::Builder::CreateBuilder(new_data, data)); in CreateBitmapSizeTable()79 size.Attach(down_cast<BitmapSizeTable*>(size_builder->Build())); in CreateBitmapSizeTable()306 size_builder.Attach(BitmapSizeTable::Builder::CreateBuilder( in Initialize()
173 BitmapSizeTable* GetBitmapSizeTable(int32_t index);
263 struct BitmapSizeTable struct346 const BitmapSizeTable &choose_strike (hb_font_t *font) const in choose_strike()350 return Null(BitmapSizeTable); in choose_strike()374 LArrayOf<BitmapSizeTable> sizeTables;403 const BitmapSizeTable &strike = this->cblc->choose_strike (font); in get_extents()459 const BitmapSizeTable &strike = this->cblc->choose_strike (font); in reference_png()
44 struct BitmapSizeTable { struct
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()
235 self.bitmapSizeTable = BitmapSizeTable()265 class BitmapSizeTable(object): class