OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyph_builders_
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/sfntly/table/bitmap/
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
...]
ebdt_table.h
92
BitmapGlyphBuilderList
glyph_builders_
;
member in class:sfntly::EbdtTable::Builder
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
75
glyph_builders_
.clear();
108
glyph_builders_
= *glyph_builders;
124
glyph_builders_
.clear();
129
if (
glyph_builders_
.empty())
136
for (GlyphBuilderList::iterator b =
glyph_builders_
.begin(),
137
end =
glyph_builders_
.end(); b != end; ++b) {
146
return !
glyph_builders_
.empty();
151
for (GlyphBuilderList::iterator b =
glyph_builders_
.begin(),
152
end =
glyph_builders_
.end(); b != end; ++b) {
176
glyph_builders_
.push_back(builder)
[
all
...]
glyph_table.h
157
GlyphBuilderList
glyph_builders_
;
member in class:sfntly::GlyphTable::Builder
Completed in 2610 milliseconds