Searched defs:substitute (Results 1 - 25 of 42) sorted by relevance

12

/external/icu/icu4c/source/layout/
H A DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); local
51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
52 glyphIterator->setCurrGlyphID(substitute);
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); local
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
70 glyphIterator->setCurrGlyphID(substitute);
H A DMultipleSubstSubtables.cpp48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); local
50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
54 glyphIterator->setCurrGlyphID(substitute);
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
63 if (! filter->accept(substitute)) {
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFCatalog.h71 /** Set substitute object for the passed object.
73 void setSubstitute(SkPDFObject* original, SkPDFObject* substitute);
75 /** Find and return any substitute object set for the passed object. If
80 /** Set file offsets for the resources of substitute objects.
83 * @return Total size of resources of substitute objects.
87 /** Emit the resources of substitute objects.
106 SubstituteMapping(SkPDFObject* original, SkPDFObject* substitute) argument
107 : fOriginal(original), fSubstitute(substitute) {
H A DSkPDFCatalog.cpp67 // 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.
143 setSubstitute(SkPDFObject* original, SkPDFObject* substitute) argument
H A DSkPDFImage.cpp623 SkPDFStream* substitute = SkNEW_ARGS(SkPDFImage, (*this)); local
624 setSubstitute(substitute);
625 catalog->setSubstitute(this, substitute);
/external/clang/docs/tools/
H A Ddump_format_style.py14 def substitute(text, tag, contents): function
140 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
/external/skia/src/pdf/
H A DSkPDFCatalog.h71 /** Set substitute object for the passed object.
73 void setSubstitute(SkPDFObject* original, SkPDFObject* substitute);
75 /** Find and return any substitute object set for the passed object. If
80 /** Set file offsets for the resources of substitute objects.
83 * @return Total size of resources of substitute objects.
87 /** Emit the resources of substitute objects.
106 SubstituteMapping(SkPDFObject* original, SkPDFObject* substitute) argument
107 : fOriginal(original), fSubstitute(substitute) {
H A DSkPDFCatalog.cpp67 // 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.
143 setSubstitute(SkPDFObject* original, SkPDFObject* substitute) argument
H A DSkPDFImage.cpp626 SkPDFStream* substitute = SkNEW_ARGS(SkPDFImage, (*this)); local
627 setSubstitute(substitute);
628 catalog->setSubstitute(this, substitute);
/external/smack/src/org/xbill/DNS/
H A DGenerator.java97 substitute(String spec, long n) throws IOException { method in class:Generator
218 String namestr = substitute(namePattern, current);
220 String rdata = substitute(rdataPattern, current);
234 String namestr = substitute(namePattern, current);
236 String rdata = substitute(rdataPattern, current);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTreeFragment.py229 def substitute(self, nodes={}, temps=[], pos = None): member in class:TreeFragment
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-private.hh59 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
H A Dhb-ot-layout.cc932 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const function in class:hb_ot_map_t
H A Dhb-ot-layout-gsub-table.hh111 * 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);
322 substitute; /* String of GlyphIDs to substitute */ member in struct:OT::Sequence
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
973 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
1000 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
[all...]
/external/deqp/modules/glshared/
H A DglsLongStressTestUtil.cpp58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams) const function in class:deqp::gls::LongStressTestUtil::ProgramLibrary
77 string ProgramLibrary::substitute (const std::string& templ) const function in class:deqp::gls::LongStressTestUtil::ProgramLibrary
79 return substitute(templ, map<string, string>());
122 firstLevelParams["VTX_DUMMY_INPUTS"] = substitute(vtxDummyInputs);
126 gls::ProgramContext context(substitute(vertexTemplate, firstLevelParams).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
161 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
222 firstLevelParams["VTX_TEX_COORD_INPUTS"] = substitute(vtxTexCoordInputs);
223 firstLevelParams["VTX_TEX_COORD_OUTPUTS"] = substitute(vtxTexCoordOutput
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh59 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
H A Dhb-ot-layout.cc932 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const function in class:hb_ot_map_t
H A Dhb-ot-layout-gsub-table.hh111 * 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);
322 substitute; /* String of GlyphIDs to substitute */ member in struct:OT::Sequence
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
973 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
1000 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusStringFormat.h196 IN StringDigitSubstitute substitute
202 substitute
221 StringDigitSubstitute substitute; local
225 &substitute
227 return substitute;
/external/chromium_org/third_party/ots/src/
H A Dgsub.cc105 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-regexp.jar ... int options int subsOptions public java.lang.String substitute (java.lang.String, java.lang.String ...
/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py23 ``string.Template``) you can call the ``tmpl.substitute(**kw)``
24 method to make a substitution (or ``tmpl.substitute(a_dict)``).
162 def substitute(self, *args, **kw): member in class:Template
210 return templ.substitute(ns)
383 return tmpl.substitute(kw)
388 return tmpl.substitute(vars)
508 return tmpl.substitute(kw)
1184 result = template.substitute(vars)
/external/chromium_org/third_party/icu/source/common/
H A Dlocdispnames.cpp299 const char *substitute,
337 /* no string from a resource bundle: convert the substitute */
338 length=(int32_t)uprv_strlen(substitute);
339 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
295 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp299 const char *substitute,
337 /* no string from a resource bundle: convert the substitute */
338 length=(int32_t)uprv_strlen(substitute);
339 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
295 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
/external/mksh/src/
H A Deval.c113 substitute(const char *cp, int f) function
344 v_evaluate(&v, substitute(sp, 0),
450 evaluate(substitute(stg = wdstrip(beg, 0), 0),
454 evaluate(substitute(stg = wdstrip(mid, 0), 0),
495 pat = substitute(tpat0, 0);
498 rrep = substitute(d, 0);
717 * Restore our position and substitute

Completed in 509 milliseconds

12