OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:glyph_table_builder
(Results
1 - 3
of
3
) sorted by null
/external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc
55
GlyphTableBuilderPtr
glyph_table_builder
=
local
61
if (
glyph_table_builder
== NULL || loca_table_builder == NULL) {
68
glyph_table_builder
->GlyphBuilders();
81
glyph_builder.Attach(
glyph_table_builder
->GlyphBuilder(copy_data));
85
glyph_table_builder
->GenerateLocaList(&loca_list);
/external/sfntly/cpp/src/sample/subtly/
font_assembler.cc
147
Ptr<GlyphTable::Builder>
glyph_table_builder
=
local
179
glyph_table_builder
->GlyphBuilders();
201
// added to the glyph_builders belonging to the
glyph_table_builder
.
208
glyph_builder.Attach(
glyph_table_builder
->GlyphBuilder(copy_data));
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
232
GlyphTableBuilderPtr
glyph_table_builder
=
local
236
if (
glyph_table_builder
== NULL || loca_table_builder == NULL) {
248
glyph_table_builder
->GlyphBuilders();
263
glyph_builder.Attach(
glyph_table_builder
->GlyphBuilder(copy_data));
Completed in 79 milliseconds