Searched refs:glyph_offset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc141 int32_t glyph_offset = 0; local
149 start_offset + glyph_offset, size, builder->format());
151 glyph_offset += size;
153 start_offset += glyph_offset;
H A Dindex_sub_table_format4.cc300 int32_t glyph_offset = data->ReadUShort(offset + local
303 CodeOffsetPairBuilder pair_builder(glyph_code, glyph_offset);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc141 int32_t glyph_offset = 0; local
149 start_offset + glyph_offset, size, builder->format());
151 glyph_offset += size;
153 start_offset += glyph_offset;
H A Dindex_sub_table_format4.cc300 int32_t glyph_offset = data->ReadUShort(offset + local
303 CodeOffsetPairBuilder pair_builder(glyph_code, glyph_offset);

Completed in 2969 milliseconds