OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyph_id_
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.h
41
int32_t
glyph_id_
;
member in class:sfntly::IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator
index_sub_table_format2.h
41
int32_t
glyph_id_
;
member in class:sfntly::IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator
index_sub_table_format3.h
40
int32_t
glyph_id_
;
member in class:sfntly::IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator
bitmap_glyph_info.h
54
int32_t glyph_id() const { return
glyph_id_
; }
67
int32_t
glyph_id_
;
member in class:sfntly::BitmapGlyphInfo
/external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.h
41
int32_t
glyph_id_
;
member in class:sfntly::IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator
index_sub_table_format2.h
41
int32_t
glyph_id_
;
member in class:sfntly::IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator
index_sub_table_format3.h
40
int32_t
glyph_id_
;
member in class:sfntly::IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator
bitmap_glyph_info.h
54
int32_t glyph_id() const { return
glyph_id_
; }
67
int32_t
glyph_id_
;
member in class:sfntly::BitmapGlyphInfo
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.h
46
int32_t glyph_id() const { return
glyph_id_
; }
47
void set_glyph_id(const int32_t glyph_id) {
glyph_id_
= glyph_id; }
52
int32_t
glyph_id_
;
member in class:subtly::GlyphId
/external/sfntly/cpp/src/sample/subtly/
font_info.h
46
int32_t glyph_id() const { return
glyph_id_
; }
47
void set_glyph_id(const int32_t glyph_id) {
glyph_id_
= glyph_id; }
52
int32_t
glyph_id_
;
member in class:subtly::GlyphId
Completed in 121 milliseconds