OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_char_index
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/ots/src/
os2.h
36
uint16_t
first_char_index
;
member in struct:ots::OpenTypeOS2
os2.cc
107
!table.ReadU16(&os2->
first_char_index
) ||
155
if (os2->
first_char_index
> os2->last_char_index) {
252
!out->WriteU16(os2->
first_char_index
) ||
cmap.cc
195
if (file->os2->
first_char_index
!= 0xFFFF &&
197
file->os2->
first_char_index
> ranges[i].start_range) {
198
file->os2->
first_char_index
= ranges[i].start_range;
[
all
...]
Completed in 153 milliseconds