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

  /external/chromium_org/third_party/brotli/src/woff2/
normalize.cc 34 void StoreLoca(int index_fmt, uint32_t value, size_t* offset, uint8_t* dst) {
35 if (index_fmt == 0) {
73 int index_fmt = head_table->data[51]; local
95 StoreLoca(index_fmt, glyf_offset, &loca_offset, loca_dst);
111 (index_fmt == 0 && glyf_offset + glyf_dst_size >= (1UL << 17))) {
116 StoreLoca(index_fmt, glyf_offset, &loca_offset, loca_dst);
font.cc 133 int index_fmt = head_table->data[51]; local
134 return (loca_table->length / (index_fmt == 0 ? 2 : 4)) - 1;
149 int index_fmt = head_table->data[51]; local
151 if (index_fmt == 0) {

Completed in 67 milliseconds