HomeSort by relevance Sort by last modified time
    Searched full:substitute (Results 26 - 50 of 29878) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFCatalog.cpp 67 // If it's not in the main array, check if it's a substitute object.
144 SkPDFObject* substitute) {
146 // Sanity check: is the original already in substitute list?
170 SubstituteMapping newMapping(original, substitute);
173 // Add resource objects of substitute object to catalog.
  /external/skia/src/pdf/
SkPDFCatalog.cpp 67 // If it's not in the main array, check if it's a substitute object.
144 SkPDFObject* substitute) {
146 // Sanity check: is the original already in substitute list?
170 SubstituteMapping newMapping(original, substitute);
173 // Add resource objects of substitute object to catalog.
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 111 * substitute GlyphID */
124 c->glyphs->add (substitute[iter.get_coverage ()]);
134 c->output->add (substitute[iter.get_coverage ()]);
156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false);
158 glyph_id = substitute[index];
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false);
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
187 substitute; /* Array of substitute member in struct:OT::SingleSubstFormat2
190 DEFINE_SIZE_ARRAY (6, substitute);
311 substitute; \/* String of GlyphIDs to substitute *\/ member in struct:OT::Sequence
927 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
953 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
980 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
    [all...]
hb-ot-shape-private.hh 54 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); } function in struct:hb_ot_shape_plan_t
  /external/chromium_org/chromeos/network/onc/
onc_utils_unittest.cc 62 std::string* substitute) const OVERRIDE {
64 *substitute = kLoginId;
66 *substitute = kLoginEmail;
  /external/chromium_org/third_party/ots/src/
gsub.cc 105 uint16_t substitute = 0; local
106 if (!subtable.ReadU16(&substitute)) {
109 if (substitute >= num_glyphs) {
110 OTS_WARNING("too large substitute: %u", substitute);
141 uint16_t substitute = 0; local
142 if (!subtable.ReadU16(&substitute)) {
145 if (substitute >= num_glyphs) {
480 uint16_t substitute = 0; local
481 if (!subtable.ReadU16(&substitute)) {
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 111 * substitute GlyphID */
124 c->glyphs->add (substitute[iter.get_coverage ()]);
134 c->output->add (substitute[iter.get_coverage ()]);
156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false);
158 glyph_id = substitute[index];
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false);
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
187 substitute; /* Array of substitute member in struct:OT::SingleSubstFormat2
190 DEFINE_SIZE_ARRAY (6, substitute);
304 substitute; \/* String of GlyphIDs to substitute *\/ member in struct:OT::Sequence
921 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
974 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
    [all...]
hb-ot-shape-private.hh 55 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); } function in struct:hb_ot_shape_plan_t
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
replace.hpp 46 \param Format A substitute string
96 \param Format A substitute string
124 \param Format A substitute string
171 \param Format A substitute string
198 \param Format A substitute string
249 \param Format A substitute string
277 \param Format A substitute string
324 \param Format A substitute string
351 \param Format A substitute string
402 \param Format A substitute strin
    [all...]
  /abi/cpp/src/
array_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
class_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
enum_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
function_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
fundamental_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
pbase_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
pointer_to_member_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
pointer_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
si_class_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
vmi_class_type_info.cc 21 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  /bionic/libc/arch-arm/bionic/
__get_sp.S 21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
atexit.h 21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
crtend.S 21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
crtend_so.S 21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
  /bionic/libc/arch-mips/bionic/
__get_sp.S 21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
__get_tls.c 21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS

Completed in 226 milliseconds

12 3 4 5 6 7 8 91011>>