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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc 23 * IndexSubTableFormat1 class
26 int32_t IndexSubTableFormat1::GetDataLength(ReadableFontData* data,
35 IndexSubTableFormat1::~IndexSubTableFormat1() {
38 int32_t IndexSubTableFormat1::NumGlyphs() {
42 int32_t IndexSubTableFormat1::GlyphStartOffset(int32_t glyph_id) {
50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) {
58 IndexSubTableFormat1::IndexSubTableFormat1(ReadableFontData* data,
64 int32_t IndexSubTableFormat1::Loca(int32_t loca)
    [all...]
index_sub_table_format1.h 25 class IndexSubTableFormat1 : public IndexSubTable,
26 public RefCounted<IndexSubTableFormat1> {
92 virtual ~IndexSubTableFormat1();
104 IndexSubTableFormat1(ReadableFontData* data,
111 typedef Ptr<IndexSubTableFormat1> IndexSubTableFormat1Ptr;
112 typedef Ptr<IndexSubTableFormat1::Builder> IndexSubTableFormat1BuilderPtr;
index_sub_table.cc 127 return IndexSubTableFormat1::Builder::CreateBuilder();
165 return IndexSubTableFormat1::Builder::CreateBuilder(
bitmap_size_table.cc 516 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator* it =
517 down_cast<IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator*>(
563 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator* it =
564 down_cast<IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator*>(
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc 23 * IndexSubTableFormat1 class
26 int32_t IndexSubTableFormat1::GetDataLength(ReadableFontData* data,
35 IndexSubTableFormat1::~IndexSubTableFormat1() {
38 int32_t IndexSubTableFormat1::NumGlyphs() {
42 int32_t IndexSubTableFormat1::GlyphStartOffset(int32_t glyph_id) {
50 int32_t IndexSubTableFormat1::GlyphLength(int32_t glyph_id) {
58 IndexSubTableFormat1::IndexSubTableFormat1(ReadableFontData* data,
64 int32_t IndexSubTableFormat1::Loca(int32_t loca)
    [all...]
index_sub_table_format1.h 25 class IndexSubTableFormat1 : public IndexSubTable,
26 public RefCounted<IndexSubTableFormat1> {
92 virtual ~IndexSubTableFormat1();
104 IndexSubTableFormat1(ReadableFontData* data,
111 typedef Ptr<IndexSubTableFormat1> IndexSubTableFormat1Ptr;
112 typedef Ptr<IndexSubTableFormat1::Builder> IndexSubTableFormat1BuilderPtr;
index_sub_table.cc 127 return IndexSubTableFormat1::Builder::CreateBuilder();
165 return IndexSubTableFormat1::Builder::CreateBuilder(
bitmap_size_table.cc 516 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator* it =
517 down_cast<IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator*>(
563 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator* it =
564 down_cast<IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator*>(

Completed in 549 milliseconds