HomeSort by relevance Sort by last modified time
    Searched refs:index_to_loc_format (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/ots/src/
head.h 24 int16_t index_to_loc_format; member in struct:ots::OpenTypeHEAD
loca.cc 33 if (file->head->index_to_loc_format == 0) {
77 if (head->index_to_loc_format == 0) {
head.cc 100 if (!table.ReadS16(&file->head->index_to_loc_format)) {
103 if (file->head->index_to_loc_format < 0 ||
104 file->head->index_to_loc_format > 1) {
137 !out->WriteS16(file->head->index_to_loc_format) ||
glyf.cc 276 (file->head->index_to_loc_format != 1)) {
278 file->head->index_to_loc_format = 1;

Completed in 53 milliseconds