Searched defs:sub_table (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc104 IndexSubTable* sub_table = SearchIndexSubTables(glyph_id); local
105 if (sub_table == NULL) {
108 return sub_table->GlyphInfo(glyph_id);
331 IndexSubTable::Builder* sub_table = SearchIndexSubTables(glyph_id); local
332 if (sub_table == NULL) {
335 return sub_table->GlyphInfo(glyph_id);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc104 IndexSubTable* sub_table = SearchIndexSubTables(glyph_id); local
105 if (sub_table == NULL) {
108 return sub_table->GlyphInfo(glyph_id);
331 IndexSubTable::Builder* sub_table = SearchIndexSubTables(glyph_id); local
332 if (sub_table == NULL) {
335 return sub_table->GlyphInfo(glyph_id);
/external/libpng/
H A Dpng.c3766 png_uint_16p sub_table = table[i] = local
3789 sub_table[j] = (png_uint_16)d;
3794 sub_table[j] = png_gamma_16bit_correct(ig, gamma_val);
3810 sub_table[j] = (png_uint_16)ig;

Completed in 113 milliseconds