/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/ |
glyph_table_subsetter.cc | 19 #include "sfntly/table/truetype/glyph_table.h" 46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf)); 48 if (glyph_table == NULL || loca_table == NULL) { 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
|
/external/sfntly/cpp/src/sfntly/tools/subsetter/ |
glyph_table_subsetter.cc | 19 #include "sfntly/table/truetype/glyph_table.h" 46 GlyphTablePtr glyph_table = down_cast<GlyphTable*>(font->GetTable(Tag::glyf)); 48 if (glyph_table == NULL || loca_table == NULL) { 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 160 bool ResolveCompositeGlyphs(GlyphTable* glyph_table, 165 if (glyph_table == NULL || loca_table == NULL || 196 glyph.Attach(glyph_table->GetGlyph(offset, length)); 225 GlyphTable* glyph_table, 228 if (!font_builder || !glyph_table || !loca_table) { 255 glyph.Attach(glyph_table->GetGlyph(offset, length)); 646 GlyphTablePtr glyph_table = local 649 if (glyph_table == NULL || loca_table == NULL) { 655 if (!ResolveCompositeGlyphs(glyph_table, loca_table, 662 new_font.Attach(Subset(glyph_id_processed, glyph_table, loca_table)) [all...] |
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.cc | 160 bool ResolveCompositeGlyphs(GlyphTable* glyph_table, 165 if (glyph_table == NULL || loca_table == NULL || 196 glyph.Attach(glyph_table->GetGlyph(offset, length)); 225 GlyphTable* glyph_table, 228 if (!font_builder || !glyph_table || !loca_table) { 255 glyph.Attach(glyph_table->GetGlyph(offset, length)); 646 GlyphTablePtr glyph_table = local 649 if (glyph_table == NULL || loca_table == NULL) { 655 if (!ResolveCompositeGlyphs(glyph_table, loca_table, 662 new_font.Attach(Subset(glyph_id_processed, glyph_table, loca_table)) [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/ |
font_assembler.cc | 29 #include "sfntly/table/truetype/glyph_table.h" 194 Ptr<GlyphTable> glyph_table = local 198 glyph.Attach(glyph_table->GetGlyph(offset, length));
|
/external/sfntly/cpp/src/sample/subtly/ |
font_assembler.cc | 29 #include "sfntly/table/truetype/glyph_table.h" 194 Ptr<GlyphTable> glyph_table = local 198 glyph.Attach(glyph_table->GetGlyph(offset, length));
|
/external/chromium_org/third_party/sfntly/ |
sfntly.target.darwin-arm.mk | 73 third_party/sfntly/cpp/src/sfntly/table/truetype/glyph_table.cc \
|
sfntly.target.darwin-mips.mk | 73 third_party/sfntly/cpp/src/sfntly/table/truetype/glyph_table.cc \
|
sfntly.target.darwin-x86.mk | 73 third_party/sfntly/cpp/src/sfntly/table/truetype/glyph_table.cc \
|
sfntly.target.linux-arm.mk | 73 third_party/sfntly/cpp/src/sfntly/table/truetype/glyph_table.cc \
|
sfntly.target.linux-mips.mk | 73 third_party/sfntly/cpp/src/sfntly/table/truetype/glyph_table.cc \
|
sfntly.target.linux-x86.mk | 73 third_party/sfntly/cpp/src/sfntly/table/truetype/glyph_table.cc \
|
/external/sfntly/ |
Android.mk | 65 cpp/src/sfntly/table/truetype/glyph_table.cc \
|