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