/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_glyph_info.h | 37 BitmapGlyphInfo(int32_t glyph_id, 49 BitmapGlyphInfo(int32_t glyph_id, 54 int32_t glyph_id() const { return glyph_id_; } function in class:sfntly::BitmapGlyphInfo
|
/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/ |
cmap_basic_test.cc | 113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue(); local 114 ASSERT_EQ(cmap->GlyphId(character), glyph_id);
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_glyph_info.h | 37 BitmapGlyphInfo(int32_t glyph_id, 49 BitmapGlyphInfo(int32_t glyph_id, 54 int32_t glyph_id() const { return glyph_id_; } function in class:sfntly::BitmapGlyphInfo
|
/external/sfntly/cpp/src/test/autogenerated/ |
cmap_basic_test.cc | 113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue(); local 114 ASSERT_EQ(cmap->GlyphId(character), glyph_id);
|
/external/chromium_org/third_party/ots/src/ |
cmap.h | 27 uint16_t glyph_id; member in struct:ots::OpenTypeCMAPSubtableVSMapping
|
cmap.cc | 522 !subtable.ReadU16(&mappings[j].glyph_id)) { 525 if (mappings[j].glyph_id == 0 || 562 uint8_t glyph_id = 0; local 563 if (!subtable.ReadU8(&glyph_id)) { 566 file->cmap->subtable_1_0_0.push_back(glyph_id); 917 !out->WriteU16(mappings[j].glyph_id)) { [all...] |
gpos.cc | 260 uint16_t glyph_id = 0; local 261 if (!subtable.ReadU16(&glyph_id)) { 264 if (glyph_id >= num_glyphs) {
|
layout.cc | 452 uint16_t glyph_id = 0; local 453 if (!subtable.ReadU16(&glyph_id)) { 456 if (glyph_id > num_glyphs) { 724 uint16_t glyph_id = 0; local 725 if (!subtable.ReadU16(&glyph_id)) { 728 if (glyph_id > num_glyphs) { 741 uint16_t glyph_id = 0; local 742 if (!subtable.ReadU16(&glyph_id)) { 745 if (glyph_id > num_glyphs) { 758 uint16_t glyph_id = 0 local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/ |
font_assembler.cc | 104 int32_t glyph_id = it->second.glyph_id(); local 118 glyph_id_array->push_back(glyph_id); 184 int32_t resolved_glyph_id = it->glyph_id(); 211 // If there are missing glyphs between the last glyph_id and the
|
font_info.cc | 41 GlyphId::GlyphId(int32_t glyph_id, FontId font_id) 42 : glyph_id_(glyph_id), 47 return glyph_id_ == other.glyph_id(); 51 return glyph_id_ < other.glyph_id(); 207 unresolved_glyph_ids->insert(it->second.glyph_id()); 212 int32_t glyph_id = *(unresolved_glyph_ids->begin()); local 214 if (glyph_id < 0 || glyph_id > loca_table_->num_glyphs()) { 216 fprintf(stderr, "%d larger than %d or smaller than 0\n", glyph_id, 221 int32_t length = loca_table_->GlyphLength(glyph_id); 245 int32_t glyph_id = composite_glyph->GlyphIndex(i); local [all...] |
font_info.h | 40 GlyphId(int32_t glyph_id, FontId font_id); 46 int32_t glyph_id() const { return glyph_id_; } function in class:subtly::GlyphId 47 void set_glyph_id(const int32_t glyph_id) { glyph_id_ = glyph_id; }
|
/external/sfntly/cpp/src/sample/subtly/ |
font_assembler.cc | 104 int32_t glyph_id = it->second.glyph_id(); local 118 glyph_id_array->push_back(glyph_id); 184 int32_t resolved_glyph_id = it->glyph_id(); 211 // If there are missing glyphs between the last glyph_id and the
|
font_info.cc | 41 GlyphId::GlyphId(int32_t glyph_id, FontId font_id) 42 : glyph_id_(glyph_id), 47 return glyph_id_ == other.glyph_id(); 51 return glyph_id_ < other.glyph_id(); 207 unresolved_glyph_ids->insert(it->second.glyph_id()); 212 int32_t glyph_id = *(unresolved_glyph_ids->begin()); local 214 if (glyph_id < 0 || glyph_id > loca_table_->num_glyphs()) { 216 fprintf(stderr, "%d larger than %d or smaller than 0\n", glyph_id, 221 int32_t length = loca_table_->GlyphLength(glyph_id); 245 int32_t glyph_id = composite_glyph->GlyphIndex(i); local [all...] |
font_info.h | 40 GlyphId(int32_t glyph_id, FontId font_id); 46 int32_t glyph_id() const { return glyph_id_; } function in class:subtly::GlyphId 47 void set_glyph_id(const int32_t glyph_id) { glyph_id_ = glyph_id; }
|
/external/chromium_org/third_party/ots/test/ |
layout_common_table_test.cc | 156 for (uint16_t glyph_id = 1; glyph_id <= glyph_count; ++glyph_id) { 157 if (!out->WriteU16(glyph_id)) { 168 uint16_t glyph_id = 1; local 172 if (!out->WriteU16(glyph_id) || 173 !out->WriteU16(glyph_id + 1) || 177 glyph_id += 2; 201 uint16_t glyph_id = 1; local 204 if (!out->WriteU16(glyph_id) || [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gsub-table.hh | 45 hb_codepoint_t glyph_id = iter.get_glyph (); local 46 if (c->glyphs->has (glyph_id)) 47 c->glyphs->add ((glyph_id + deltaGlyphID) & 0xFFFF); 56 hb_codepoint_t glyph_id = iter.get_glyph (); local 57 c->input->add (glyph_id); 58 c->output->add ((glyph_id + deltaGlyphID) & 0xFFFF); 76 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; local 77 unsigned int index = (this+coverage).get_coverage (glyph_id); 82 glyph_id = (glyph_id + deltaGlyphID) & 0xFFFF 152 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; local 484 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; local 800 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 206 int32_t glyph_id = comp_glyph->GlyphIndex(j); local 207 if (glyph_id_processed->find(glyph_id) == glyph_id_processed->end() && 208 glyph_id_remaining.find(glyph_id) == glyph_id_remaining.end()) { 294 // Initialize builder, returns false if glyph_id subset is not covered.
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 45 hb_codepoint_t glyph_id = iter.get_glyph (); local 46 if (c->glyphs->has (glyph_id)) 47 c->glyphs->add ((glyph_id + deltaGlyphID) & 0xFFFF); 56 hb_codepoint_t glyph_id = iter.get_glyph (); local 57 c->input->add (glyph_id); 58 c->output->add ((glyph_id + deltaGlyphID) & 0xFFFF); 76 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; local 77 unsigned int index = (this+coverage).get_coverage (glyph_id); 82 glyph_id = (glyph_id + deltaGlyphID) & 0xFFFF 152 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; local 477 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; local 794 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; local [all...] |
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 206 int32_t glyph_id = comp_glyph->GlyphIndex(j); local 207 if (glyph_id_processed->find(glyph_id) == glyph_id_processed->end() && 208 glyph_id_remaining.find(glyph_id) == glyph_id_remaining.end()) { 294 // Initialize builder, returns false if glyph_id subset is not covered.
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttcmap.c | 2389 FT_ULong n, start, end, glyph_id, last = 0; local 2425 FT_ULong start, end, glyph_id, char_code; local [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 2389 FT_ULong n, start, end, glyph_id, last = 0; local 2425 FT_ULong start, end, glyph_id, char_code; local [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType.cpp | 431 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); local 432 if (!glyph_id) 434 FT_Load_Glyph(face, glyph_id, FT_LOAD_NO_SCALE); [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 433 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); local 434 if (!glyph_id) 436 FT_Load_Glyph(face, glyph_id, FT_LOAD_NO_SCALE); [all...] |