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

  /external/sfntly/cpp/src/test/
bitmap_table_test.cc 64 BitmapSizeTablePtr strike1 = bitmap_loca->GetBitmapSizeTable(0);
78 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3);
104 BitmapSizeTablePtr strike1 = bitmap_loca->GetBitmapSizeTable(0);
105 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3);
167 BitmapSizeTablePtr strike4 = bitmap_loca->GetBitmapSizeTable(3);
180 BitmapSizeTablePtr original_strike4 = bitmap_loca->GetBitmapSizeTable(3);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_size_table.h 166 typedef Ptr<BitmapSizeTable> BitmapSizeTablePtr;
167 typedef std::vector<BitmapSizeTablePtr> BitmapSizeTableList;
eblc_table.cc 78 BitmapSizeTablePtr size;
bitmap_size_table.cc 202 BitmapSizeTablePtr output = new BitmapSizeTable(data, master_read_data());

Completed in 3085 milliseconds