OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlyphLength
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc
50
int32_t IndexSubTableFormat1::
GlyphLength
(int32_t glyph_id) {
80
int32_t IndexSubTableFormat1::Builder::
GlyphLength
(int32_t glyph_id) {
296
container()->
GlyphLength
(glyph_id_),
index_sub_table_format2.cc
53
int32_t IndexSubTableFormat2::
GlyphLength
(int32_t glyph_id) {
86
int32_t IndexSubTableFormat2::Builder::
GlyphLength
(int32_t glyph_id) {
269
container()->
GlyphLength
(glyph_id_),
index_sub_table_format3.cc
40
int32_t IndexSubTableFormat3::
GlyphLength
(int32_t glyph_id) {
89
int32_t IndexSubTableFormat3::Builder::
GlyphLength
(int32_t glyph_id) {
292
container()->
GlyphLength
(glyph_id_),
bitmap_size_table.cc
95
int32_t BitmapSizeTable::
GlyphLength
(int32_t glyph_id) {
100
return subtable->
GlyphLength
(glyph_id);
346
int32_t BitmapSizeTable::Builder::
GlyphLength
(int32_t glyph_id) {
351
return subtable->
GlyphLength
(glyph_id);
index_sub_table_format4.cc
47
int32_t IndexSubTableFormat4::
GlyphLength
(int32_t glyph_id) {
119
int32_t IndexSubTableFormat4::Builder::
GlyphLength
(int32_t glyph_id) {
index_sub_table_format5.cc
50
int32_t IndexSubTableFormat5::
GlyphLength
(int32_t glyph_id) {
97
int32_t IndexSubTableFormat5::Builder::
GlyphLength
(int32_t glyph_id) {
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc
36
int32_t LocaTable::
GlyphLength
(int32_t glyph_id) {
131
int32_t LocaTable::Builder::
GlyphLength
(int32_t glyph_id) {
Completed in 47 milliseconds