OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyph_builders_
(Results
1 - 3
of
3
) sorted by null
/external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.h
92
BitmapGlyphBuilderList
glyph_builders_
;
member in class:sfntly::EbdtTable::Builder
ebdt_table.cc
71
if (
glyph_builders_
.empty()) {
76
for (BitmapGlyphBuilderList::iterator builder_map =
glyph_builders_
.begin(),
77
builder_end =
glyph_builders_
.end();
93
if (
glyph_builders_
.empty()) {
102
for (BitmapGlyphBuilderList::iterator builder_map =
glyph_builders_
.begin(),
103
builder_end =
glyph_builders_
.end();
129
if (
glyph_builders_
.empty()) {
136
for (BitmapGlyphBuilderList::iterator builder_map =
glyph_builders_
.begin(),
137
builder_end =
glyph_builders_
.end();
164
glyph_builders_
.clear()
201
Initialize(InternalReadData(), &glyph_loca_, &
glyph_builders_
);
local
[
all
...]
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h
157
GlyphBuilderList
glyph_builders_
;
member in class:sfntly::GlyphTable::Builder
Completed in 305 milliseconds