Home
last modified time | relevance | path

Searched refs:sub_table (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp102 for (const auto& sub_table : lookup.sub_tables) { in GetVerticalGlyphSub2() local
103 if (absl::holds_alternative<absl::monostate>(sub_table.table_data)) { in GetVerticalGlyphSub2()
106 int index = GetCoverageIndex(sub_table.coverage, glyphnum); in GetVerticalGlyphSub2()
107 if (absl::holds_alternative<int16_t>(sub_table.table_data)) { in GetVerticalGlyphSub2()
109 return glyphnum + absl::get<int16_t>(sub_table.table_data); in GetVerticalGlyphSub2()
113 absl::get<DataVector<uint16_t>>(sub_table.table_data); in GetVerticalGlyphSub2()
264 for (auto& sub_table : result.sub_tables) { in ParseLookup() local
265 sub_table = ParseSingleSubst(raw.subspan(GetUInt16(sp))); in ParseLookup()
/external/harfbuzz_ng/src/graph/
Dgsubgpos-graph.hh181 T* sub_table = (T*) c.graph.object (objidx).head; in split_subtable() local
182 if (!sub_table || !sub_table->sanitize (c.graph.vertices_[objidx])) in split_subtable()
185 return sub_table->split_subtables (c, parent_idx, objidx); in split_subtable()
/external/grpc-grpc/third_party/upb/upb/message/
Dpromote.c180 const upb_MiniTable* sub_table = in upb_Message_PromoteMessage() local
182 UPB_ASSERT(sub_table); in upb_Message_PromoteMessage()
186 upb_Message_PromoteOne(&tagged, sub_table, decode_options, arena); in upb_Message_PromoteMessage()
Dpromote_test.cc293 upb_MiniTable* sub_table = CreateMapEntryMiniTable(arena); in CreateMiniTableWithEmptySubTablesForMaps() local
294 upb_MiniTable_SetSubMessage(table, map_field, sub_table); in CreateMiniTableWithEmptySubTablesForMaps()
/external/libpng/
Dpng.c3951 png_uint_16p sub_table = table[i] =
3977 sub_table[j] = (png_uint_16)d;
3982 sub_table[j] = png_gamma_16bit_correct(ig, gamma_val);
3998 sub_table[j] = (png_uint_16)ig;
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dcodegen_pwpb.py569 def sub_table(self) -> str: # pylint: disable=no-self-use member in MessageProperty
663 self.sub_table(),
825 def sub_table(self) -> str: member in SubMessageProperty
/external/harfbuzz_ng/src/
Dhb-ot-var-common.hh1651 for (const tuple_variations_t& sub_table : vars) in build_region_list() local
1653 for (const tuple_delta_t& tuple : sub_table.tuple_vars) in build_region_list()