Searched defs:table_tag (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_linux.cc28 virtual int32_t GetTable(uint32_t table_tag,
125 int32_t PepperTrueTypeFontLinux::GetTable(uint32_t table_tag, argument
134 table_tag = base::ByteSwap(table_tag);
135 if (!GetFontTable(fd_.get(), table_tag, offset, NULL, &table_size))
141 table_tag,
H A Dpepper_truetype_font_win.cc32 virtual int32_t GetTable(uint32_t table_tag,
180 int32_t PepperTrueTypeFontWin::GetTable(uint32_t table_tag, argument
194 table_tag = base::ByteSwap(table_tag);
196 DWORD table_size = GetFontData(hdc.Get(), table_tag, 0, NULL, 0);
208 table_tag,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map.cc91 hb_tag_t table_tag = table_tags[table_index]; local
92 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
93 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
H A Dhb-ot-shape-private.hh49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const argument
52 switch (table_tag) {
H A Dhb-ot-layout.cc174 hb_tag_t table_tag)
176 switch (table_tag) {
186 hb_tag_t table_tag,
191 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
200 hb_tag_t table_tag,
205 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
230 hb_tag_t table_tag,
236 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
278 hb_tag_t table_tag,
283 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
173 get_gsubgpos_table(hb_face_t *face, hb_tag_t table_tag) argument
185 hb_ot_layout_table_get_script_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *script_count , hb_tag_t *script_tags ) argument
199 hb_ot_layout_table_find_script(hb_face_t *face, hb_tag_t table_tag, hb_tag_t script_tag, unsigned int *script_index) argument
229 hb_ot_layout_table_choose_script(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *script_tags, unsigned int *script_index, hb_tag_t *chosen_script) argument
277 hb_ot_layout_table_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
290 hb_ot_layout_script_get_language_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int start_offset, unsigned int *language_count , hb_tag_t *language_tags ) argument
303 hb_ot_layout_script_find_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, hb_tag_t language_tag, unsigned int *language_index) argument
324 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index) argument
339 hb_ot_layout_language_get_required_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index, hb_tag_t *feature_tag) argument
357 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) argument
372 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
397 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
423 hb_ot_layout_feature_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) argument
437 hb_ot_layout_table_get_lookup_count(hb_face_t *face, hb_tag_t table_tag) argument
455 _hb_ot_layout_collect_lookups_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, hb_set_t *lookup_indexes ) argument
480 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
544 _hb_ot_layout_collect_lookups_languages(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
594 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
635 hb_ot_layout_lookup_collect_glyphs(hb_face_t *face, hb_tag_t table_tag, unsigned int lookup_index, hb_set_t *glyphs_before, hb_set_t *glyphs_input, hb_set_t *glyphs_after, hb_set_t *glyphs_output ) argument
[all...]
H A Dhb-ot-shape.cc741 hb_tag_t table_tag,
745 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
740 hb_ot_shape_plan_collect_lookups(hb_shape_plan_t *shape_plan, hb_tag_t table_tag, hb_set_t *lookup_indexes ) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc91 hb_tag_t table_tag = table_tags[table_index]; local
92 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
93 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
H A Dhb-ot-shape-private.hh49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const argument
52 switch (table_tag) {
H A Dhb-ot-layout.cc174 hb_tag_t table_tag)
176 switch (table_tag) {
186 hb_tag_t table_tag,
191 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
200 hb_tag_t table_tag,
205 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
230 hb_tag_t table_tag,
236 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
278 hb_tag_t table_tag,
283 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
173 get_gsubgpos_table(hb_face_t *face, hb_tag_t table_tag) argument
185 hb_ot_layout_table_get_script_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *script_count , hb_tag_t *script_tags ) argument
199 hb_ot_layout_table_find_script(hb_face_t *face, hb_tag_t table_tag, hb_tag_t script_tag, unsigned int *script_index) argument
229 hb_ot_layout_table_choose_script(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *script_tags, unsigned int *script_index, hb_tag_t *chosen_script) argument
277 hb_ot_layout_table_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
290 hb_ot_layout_script_get_language_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int start_offset, unsigned int *language_count , hb_tag_t *language_tags ) argument
303 hb_ot_layout_script_find_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, hb_tag_t language_tag, unsigned int *language_index) argument
324 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index) argument
339 hb_ot_layout_language_get_required_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index, hb_tag_t *feature_tag) argument
357 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) argument
372 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
397 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
423 hb_ot_layout_feature_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) argument
437 hb_ot_layout_table_get_lookup_count(hb_face_t *face, hb_tag_t table_tag) argument
455 _hb_ot_layout_collect_lookups_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, hb_set_t *lookup_indexes ) argument
480 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
544 _hb_ot_layout_collect_lookups_languages(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
594 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
635 hb_ot_layout_lookup_collect_glyphs(hb_face_t *face, hb_tag_t table_tag, unsigned int lookup_index, hb_set_t *glyphs_before, hb_set_t *glyphs_input, hb_set_t *glyphs_after, hb_set_t *glyphs_output ) argument
[all...]
H A Dhb-ot-shape.cc737 hb_tag_t table_tag,
741 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
736 hb_ot_shape_plan_collect_lookups(hb_shape_plan_t *shape_plan, hb_tag_t table_tag, hb_set_t *lookup_indexes ) argument
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.cc136 bool GetFontTable(int fd, uint32_t table_tag, off_t offset, argument
143 if (table_tag == 0) {
171 if (tag == table_tag) {

Completed in 502 milliseconds