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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.h 101 hb_tag_t table_tag,
108 hb_tag_t table_tag,
115 hb_tag_t table_tag,
122 hb_tag_t table_tag,
129 hb_tag_t table_tag,
137 hb_tag_t table_tag,
144 hb_tag_t table_tag,
151 hb_tag_t table_tag,
160 hb_tag_t table_tag,
169 hb_tag_t table_tag,
    [all...]
hb-ot-layout.cc 174 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);
    [all...]
hb-ot-shape-private.hh 44 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
47 switch (table_tag) {
hb-ot-map.cc 91 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]);
228 hb_tag_t table_tag = table_tags[table_index]; local
234 table_tag,
hb-ot-shape.cc 640 hb_tag_t table_tag,
644 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
  /external/harfbuzz_ng/src/
hb-ot-layout.h 100 hb_tag_t table_tag,
107 hb_tag_t table_tag,
114 hb_tag_t table_tag,
121 hb_tag_t table_tag,
128 hb_tag_t table_tag,
136 hb_tag_t table_tag,
143 hb_tag_t table_tag,
150 hb_tag_t table_tag,
159 hb_tag_t table_tag,
168 hb_tag_t table_tag,
    [all...]
hb-ot-layout.cc 166 hb_tag_t table_tag)
168 switch (table_tag) {
178 hb_tag_t table_tag,
183 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
192 hb_tag_t table_tag,
197 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
222 hb_tag_t table_tag,
228 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
270 hb_tag_t table_tag,
275 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag);
    [all...]
hb-ot-shape-private.hh 45 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
48 switch (table_tag) {
hb-ot-map.cc 83 hb_tag_t table_tag = table_tags[table_index]; local
84 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
85 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
268 hb_tag_t table_tag = table_tags[table_index]; local
274 table_tag,
hb-ot-shape.cc 593 hb_tag_t table_tag,
597 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
  /external/chromium_org/content/public/common/
child_process_sandbox_support_linux.h 34 // table_tag: the table tag in *big-endian* format, or 0 for the entire font.
42 CONTENT_EXPORT bool GetFontTable(int fd, uint32_t table_tag, off_t offset,
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font.h 42 virtual int32_t GetTable(uint32_t table_tag,
pepper_truetype_font_linux.cc 29 virtual int32_t GetTable(uint32_t table_tag,
129 int32_t PepperTrueTypeFontLinux::GetTable(uint32_t table_tag,
136 table_tag = base::ByteSwap(table_tag);
137 if (!GetFontTable(fd_, table_tag, offset, NULL, &table_size))
142 if (!GetFontTable(fd_, table_tag, offset,
pepper_truetype_font_win.cc 35 virtual int32_t GetTable(uint32_t table_tag,
205 int32_t PepperTrueTypeFontWin::GetTable(uint32_t table_tag,
216 table_tag = base::ByteSwap(table_tag);
218 DWORD table_size = GetFontData(hdc, table_tag, 0, NULL, 0);
229 table_size = GetFontData(hdc, table_tag, safe_offset,
  /external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.cc 108 bool GetFontTable(int fd, uint32_t table_tag, off_t offset,
115 if (table_tag == 0) {
143 if (tag == table_tag) {

Completed in 225 milliseconds