HomeSort by relevance Sort by last modified time
    Searched defs:format0 (Results 1 - 11 of 11) sorted by null

  /external/harfbuzz_ng/src/
hb-aat-layout-bsln-table.hh 129 case 0: return_trace (parts.format0.sanitize (c));
145 BaselineTableFormat0Part format0; member in union:AAT::bsln::__anon23483
hb-ot-cff-common.hh 656 u.format0.sanitize (c, fdcount):
677 size += u.format0.get_size (num_glyphs);
688 return u.format0.get_fd (glyph);
695 FDSelect0 format0; member in union:CFF::FDSelect::__anon23564
hb-ot-kern-table.hh 118 /* This method hooks up to hb_font_t's get_h_kerning. Only support Format0. */
119 case 0: return u.format0.get_kerning (left, right);
130 case 0: return_trace (c->dispatch (u.format0));
151 AAT::KerxSubTableFormat0<KernSubTableHeader> format0; member in union:OT::KernSubTable::__anon23596
hb-aat-layout-common.hh 345 case 0: return u.format0.get_value (glyph_id, num_glyphs);
378 case 0: return_trace (u.format0.sanitize (c));
392 case 0: return_trace (u.format0.sanitize (c, base));
405 LookupFormat0<T> format0; member in union:AAT::Lookup::__anon23487
hb-ot-cff2-table.hh 60 u.format0.sanitize (c, fdcount):
83 size += u.format0.get_size (num_glyphs);
96 return u.format0.get_fd (glyph);
105 FDSelect0 format0; member in union:CFF::CFF2FDSelect::__anon23569
hb-aat-layout-kerx-table.hh 789 case 0: return_trace (c->dispatch (u.format0));
812 KerxSubTableFormat0<KerxSubTableHeader> format0; member in union:AAT::KerxSubTable::__anon23498
hb-ot-cff1-table.hh 176 if (unlikely (!((fmt == 0)? u.format0.sanitize (c): u.format1.sanitize (c))))
264 size += u.format0.get_size ();
275 return u.format0.get_code (glyph);
294 return StructAfter<CFF1SuppEncData> (u.format0.codes[u.format0.nCodes-1]);
303 Encoding0 format0; member in union:CFF::Encoding::__anon23567
446 return_trace (u.format0.sanitize (c, c->get_num_glyphs ()));
535 size += u.format0.get_size (num_glyphs);
546 return u.format0.get_sid (glyph);
556 return u.format0.get_glyph (sid, num_glyphs)
565 Charset0 format0; member in union:CFF::Charset::__anon23568
    [all...]
hb-ot-cmap-table.hh 759 case 0: return u.format0 .get_glyph (codepoint, glyph);
772 case 0: u.format0 .collect_unicodes (out); return;
788 case 0: return_trace (u.format0 .sanitize (c));
802 CmapSubtableFormat0 format0; member in union:OT::CmapSubtable::__anon23571
    [all...]
  /external/icu/icu4c/source/test/intltest/
miscdtfm.cpp 170 UnicodeString format0;
171 format0 = df->format(d, format0);
178 if (format0 != format1) {
179 errln(UnicodeString("Formats are different. format0: ") + format0
203 UnicodeString format0; local
204 format0 = df->format(d, format0);
211 if (format0 != format1)
263 UnicodeString format0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 188 uint32_t format0; /* R300_TX_FORMAT0: 0x4480 */ member in struct:r300_texture_format_state
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 940 milliseconds