HomeSort by relevance Sort by last modified time
    Searched full:lookup_count (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/ots/src/
layout.cc 143 uint16_t lookup_count = 0; local
145 !subtable.ReadU16(&lookup_count)) {
150 2 * static_cast<unsigned>(lookup_count) + 4;
161 for (unsigned i = 0; i < lookup_count; ++i) {
442 uint16_t lookup_count = 0; local
444 !subtable.ReadU16(&lookup_count)) {
461 for (unsigned i = 0; i < lookup_count; ++i) {
550 uint16_t lookup_count = 0; local
552 !subtable.ReadU16(&lookup_count)) {
567 for (unsigned i = 0; i < lookup_count; ++i)
670 uint16_t lookup_count = 0; local
767 uint16_t lookup_count = 0; local
899 uint16_t lookup_count = 0; local
1103 uint16_t lookup_count = 0; local
    [all...]
  /external/chromium_org/third_party/ots/test/
layout_common_table_test.cc 72 const uint16_t lookup_count) {
78 const size_t feature_table_size = 4 + 2 * lookup_count;
89 !out->WriteU16(lookup_count)) {
92 for (uint16_t j = 0; j < lookup_count; ++j) {
101 bool BuildFakeLookupListTable(ots::OTSStream *out, const uint16_t lookup_count,
103 if (!out->WriteU16(lookup_count)) {
107 if (!out->Pad(2 * lookup_count)) {
111 std::vector<off_t> offsets_lookup(lookup_count, 0);
112 for (uint16_t i = 0; i < lookup_count; ++i) {
125 if (!out->Pad(256 * lookup_count * subtable_count))
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh 107 const struct lookup_map_t **plookups, unsigned int *lookup_count) const {
110 *lookup_count = 0;
117 *lookup_count = end - start;
hb-ot-layout.h 179 unsigned int *lookup_count /* IN/OUT */,
hb-ot-layout.cc 406 unsigned int *lookup_count /* IN/OUT */,
412 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes);
hb-ot-layout-common-private.hh 478 unsigned int *lookup_count /* IN/OUT */,
480 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); }
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 107 const struct lookup_map_t **plookups, unsigned int *lookup_count) const {
110 *lookup_count = 0;
117 *lookup_count = end - start;
hb-ot-layout.h 179 unsigned int *lookup_count /* IN/OUT */,
hb-ot-layout.cc 400 unsigned int *lookup_count /* IN/OUT */,
406 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes);
hb-ot-layout-common-private.hh 479 unsigned int *lookup_count /* IN/OUT */,
481 { return lookupIndex.get_indexes (start_index, lookup_count, lookup_tags); }
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub.c 4026 HB_UShort i, flags, lookup_count; local
4216 HB_UShort lookup_count; local
4287 int i, j, lookup_count, num_features; local
    [all...]
harfbuzz-gpos.c 5777 HB_UShort i, flags, lookup_count; local
5959 HB_UShort lookup_count; local
6036 int i, j, lookup_count, num_features; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.c 4026 HB_UShort i, flags, lookup_count; local
4216 HB_UShort lookup_count; local
4287 int i, j, lookup_count, num_features; local
    [all...]
harfbuzz-gpos.c 5777 HB_UShort i, flags, lookup_count; local
5959 HB_UShort lookup_count; local
6036 int i, j, lookup_count, num_features; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 6446 static int lookup_count = 0; variable
    [all...]
  /external/v8/test/cctest/
test-api.cc 4913 static int lookup_count = 0; variable
    [all...]

Completed in 1284 milliseconds