OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumGlyphs
(Results
1 - 8
of
8
) sorted by null
/external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc
38
int32_t IndexSubTableFormat1::
NumGlyphs
() {
76
int32_t IndexSubTableFormat1::Builder::
NumGlyphs
() {
index_sub_table_format2.cc
41
int32_t IndexSubTableFormat2::
NumGlyphs
() {
74
int32_t IndexSubTableFormat2::Builder::
NumGlyphs
() {
index_sub_table_format3.cc
28
int32_t IndexSubTableFormat3::
NumGlyphs
() {
77
int32_t IndexSubTableFormat3::Builder::
NumGlyphs
() {
index_sub_table_format4.cc
28
int32_t IndexSubTableFormat4::
NumGlyphs
() {
29
return IndexSubTableFormat4::
NumGlyphs
(data_, 0);
76
NumGlyphs
(),
80
int32_t IndexSubTableFormat4::
NumGlyphs
(ReadableFontData* data,
115
int32_t IndexSubTableFormat4::Builder::
NumGlyphs
() {
295
int32_t num_pairs = IndexSubTableFormat4::
NumGlyphs
(data, 0) + 1;
336
int32_t num_glyphs = IndexSubTableFormat4::
NumGlyphs
(data,
index_sub_table_format5.cc
30
int32_t IndexSubTableFormat5::
NumGlyphs
() {
31
return
NumGlyphs
(data_, 0);
42
NumGlyphs
(),
80
int32_t IndexSubTableFormat5::
NumGlyphs
(ReadableFontData* data,
93
int32_t IndexSubTableFormat5::Builder::
NumGlyphs
() {
291
int32_t num_glyphs = IndexSubTableFormat5::
NumGlyphs
(data, 0);
306
int32_t num_glyphs = IndexSubTableFormat5::
NumGlyphs
(data,
/external/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.cc
29
int32_t MaximumProfileTable::
NumGlyphs
() {
121
int32_t MaximumProfileTable::Builder::
NumGlyphs
() {
/external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc
142
int32_t LocaTable::Builder::
NumGlyphs
() {
201
if (
NumGlyphs
() < 0) {
203
throw IllegalStateException("
numglyphs
not set on LocaTable Builder.");
glyph_table.cc
550
int32_t GlyphTable::CompositeGlyph::
NumGlyphs
() {
Completed in 210 milliseconds