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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 109 typedef std::vector<GlyphBuilderPtr> GlyphBuilderList;
132 GlyphBuilderList* GlyphBuilders();
140 void SetGlyphBuilders(GlyphBuilderList* glyph_builders);
154 GlyphBuilderList* GetGlyphBuilders();
157 GlyphBuilderList glyph_builders_;
glyph_table.cc 80 GlyphBuilderList* glyph_builders = GetGlyphBuilders();
86 for (GlyphBuilderList::iterator b = glyph_builders->begin(),
103 GlyphTable::GlyphBuilderList* GlyphTable::Builder::GlyphBuilders() {
107 void GlyphTable::Builder::SetGlyphBuilders(GlyphBuilderList* glyph_builders) {
136 for (GlyphBuilderList::iterator b = glyph_builders_.begin(),
151 for (GlyphBuilderList::iterator b = glyph_builders_.begin(),
182 GlyphTable::GlyphBuilderList* GlyphTable::Builder::GetGlyphBuilders() {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 67 GlyphTable::GlyphBuilderList* glyph_builders =
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc 178 GlyphTable::GlyphBuilderList* glyph_builders =
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 247 GlyphTable::GlyphBuilderList* glyph_builders =

Completed in 47 milliseconds