OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyph_builder
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc
80
GlyphBuilderPtr
glyph_builder
;
local
81
glyph_builder
.Attach(glyph_table_builder->GlyphBuilder(copy_data));
82
glyph_builders->push_back(
glyph_builder
);
/external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc
80
GlyphBuilderPtr
glyph_builder
;
local
81
glyph_builder
.Attach(glyph_table_builder->GlyphBuilder(copy_data));
82
glyph_builders->push_back(
glyph_builder
);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc
207
GlyphBuilderPtr
glyph_builder
;
local
208
glyph_builder
.Attach(glyph_table_builder->GlyphBuilder(copy_data));
209
glyph_builders->push_back(
glyph_builder
);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc
226
BitmapGlyphBuilderPtr
glyph_builder
;
local
227
glyph_builder
.Attach(BitmapGlyph::Builder::CreateGlyphBuilder(
229
glyph_builder_map[entry->first] =
glyph_builder
;
/external/sfntly/cpp/src/sample/subtly/
font_assembler.cc
207
GlyphBuilderPtr
glyph_builder
;
local
208
glyph_builder
.Attach(glyph_table_builder->GlyphBuilder(copy_data));
209
glyph_builders->push_back(
glyph_builder
);
/external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc
226
BitmapGlyphBuilderPtr
glyph_builder
;
local
227
glyph_builder
.Attach(BitmapGlyph::Builder::CreateGlyphBuilder(
229
glyph_builder_map[entry->first] =
glyph_builder
;
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
262
GlyphBuilderPtr
glyph_builder
;
local
263
glyph_builder
.Attach(glyph_table_builder->GlyphBuilder(copy_data));
264
glyph_builders->push_back(
glyph_builder
);
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
262
GlyphBuilderPtr
glyph_builder
;
local
263
glyph_builder
.Attach(glyph_table_builder->GlyphBuilder(copy_data));
264
glyph_builders->push_back(
glyph_builder
);
Completed in 62 milliseconds