OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_glyph_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ots/src/
cmap.h
17
uint32_t
start_glyph_id
;
member in struct:ots::OpenTypeCMAPSubtableRange
cmap.cc
296
!subtable.ReadU32(&groups[i].
start_glyph_id
)) {
302
groups[i].
start_glyph_id
> 0xFFFF) {
326
groups[i].
start_glyph_id
> num_glyphs) {
380
!subtable.ReadU32(&groups[i].
start_glyph_id
)) {
388
groups[i].
start_glyph_id
> 0xFFFF) {
392
if (groups[i].
start_glyph_id
>= num_glyphs) {
972
!out->WriteU32(groups[i].
start_glyph_id
)) {
994
!out->WriteU32(groups[i].
start_glyph_id
)) {
[
all
...]
Completed in 108 milliseconds