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

  /external/chromium_org/third_party/ots/test/
layout_common_table_test.cc 102 const uint16_t subtable_count) {
116 !out->WriteU16(subtable_count) ||
117 !out->Pad(2 * subtable_count) ||
125 if (!out->Pad(256 * lookup_count * subtable_count)) {
142 for (unsigned j = 0; j < subtable_count; ++j) {
144 256*i*subtable_count + 256*j)) {
  /external/chromium_org/third_party/ots/src/
layout.cc 181 uint16_t subtable_count = 0; local
184 !subtable.ReadU16(&subtable_count)) {
210 subtables.reserve(subtable_count);
213 const unsigned lookup_table_end = 2 * static_cast<unsigned>(subtable_count) +
218 for (unsigned i = 0; i < subtable_count; ++i) {
229 if (subtables.size() != subtable_count) {
245 for (unsigned i = 0; i < subtable_count; ++i) {
    [all...]

Completed in 9531 milliseconds