/external/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, 159 hb_tag_t table_tag, 168 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.h | 48 hb_tag_t table_tag,
|
hb-ot-shape-private.hh | 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const 52 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]);
|
hb-ot-shape.cc | 737 hb_tag_t table_tag, 741 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
|
/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.h | 48 hb_tag_t 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-private.hh | 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const 52 switch (table_tag) {
|
hb-ot-shape.cc | 690 hb_tag_t table_tag, 694 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
|
/external/chromium_org/content/renderer/pepper/ |
pepper_truetype_font_linux.cc | 30 virtual int32_t GetTable(uint32_t table_tag, 128 int32_t PepperTrueTypeFontLinux::GetTable(uint32_t table_tag, 135 table_tag = base::ByteSwap(table_tag); 136 if (!GetFontTable(fd_, table_tag, offset, NULL, &table_size)) 142 table_tag,
|
pepper_truetype_font_win.cc | 35 virtual int32_t GetTable(uint32_t table_tag, 202 int32_t PepperTrueTypeFontWin::GetTable(uint32_t table_tag, 213 table_tag = base::ByteSwap(table_tag); 215 DWORD table_size = GetFontData(hdc, table_tag, 0, NULL, 0); 227 table_tag,
|
pepper_truetype_font.h | 42 virtual int32_t GetTable(uint32_t table_tag,
|
pepper_truetype_font_mac.mm | 108 virtual int32_t GetTable(uint32_t table_tag, 280 int32_t PepperTrueTypeFontMac::GetTable(uint32_t table_tag, 284 if (!table_tag) 289 static_cast<CTFontTableTag>(table_tag),
|
/external/chromium_org/content/public/common/ |
child_process_sandbox_support_linux.h | 42 // table_tag: the table tag in *big-endian* format, or 0 for the entire font. 50 CONTENT_EXPORT bool GetFontTable(int fd, uint32_t table_tag, off_t offset,
|
/external/chromium_org/content/common/ |
child_process_sandbox_support_impl_linux.cc | 119 bool GetFontTable(int fd, uint32_t table_tag, off_t offset, 126 if (table_tag == 0) { 154 if (tag == table_tag) {
|
/external/chromium_org/ppapi/tests/ |
test_truetype_font.cc | 321 cc2.WaitForResult(font.GetTable(0 /* table_tag */,
|