Home
last modified time | relevance | path

Searched refs:substitutes (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/src/pdf/
DSkPDFTypes.cpp127 const SkPDFSubstituteMap& substitutes) const { in emitObject()
156 substitutes.getSubstitute(fObject))); in emitObject()
160 fObject->emitObject(stream, objNumMap, substitutes); in emitObject()
255 const SkPDFSubstituteMap& substitutes) const {
256 fValue.emitObject(stream, objNumMap, substitutes);
259 const SkPDFSubstituteMap& substitutes) const {
260 fValue.addResources(map, substitutes);
280 const SkPDFSubstituteMap& substitutes) const { in emitObject()
283 fValues[i].emitObject(stream, objNumMap, substitutes); in emitObject()
292 const SkPDFSubstituteMap& substitutes) const { in addResources()
[all …]
DSkPDFTypes.h45 const SkPDFSubstituteMap& substitutes) const = 0;
53 const SkPDFSubstituteMap& substitutes) const {} in addResources() argument
175 const SkPDFSubstituteMap& substitutes) final;
203 const SkPDFSubstituteMap& substitutes) const override;
256 const SkPDFSubstituteMap& substitutes) const override;
295 const SkPDFSubstituteMap& substitutes) const;
DSkPDFStream.cpp20 const SkPDFSubstituteMap& substitutes) const { in emitObject()
22 this->INHERITED::emitObject(stream, objNumMap, substitutes); in emitObject()
DSkPDFStream.h45 const SkPDFSubstituteMap& substitutes) const override;
DSkPDFGraphicState.cpp188 const SkPDFSubstituteMap& substitutes) const { in emitObject()
218 dict->emitObject(stream, objNumMap, substitutes); in emitObject()
DSkPDFGraphicState.h37 const SkPDFSubstituteMap& substitutes) const override;
DSkPDFBitmap.cpp335 const SkPDFSubstituteMap& substitutes) { in emit_image_xobject() argument
372 pdfDict.emitObject(stream, objNumMap, substitutes); in emit_image_xobject()
/external/skia/src/doc/
DSkDocument_PDF.cpp30 const SkPDFSubstituteMap& substitutes, in emit_pdf_footer() argument
47 trailerDict.emitObject(stream, objNumMap, substitutes); in emit_pdf_footer()
228 SkPDFSubstituteMap substitutes; in emit_pdf_document() local
229 perform_font_subsetting(pageDevices, &substitutes); in emit_pdf_document()
232 objNumMap.addObjectRecursively(infoDict, substitutes); in emit_pdf_document()
233 objNumMap.addObjectRecursively(docCatalog.get(), substitutes); in emit_pdf_document()
244 SkASSERT(object == substitutes.getSubstitute(object)); in emit_pdf_document()
248 object->emitObject(stream, objNumMap, substitutes); in emit_pdf_document()
264 emit_pdf_footer(stream, objNumMap, substitutes, docCatalog.get(), objCount, in emit_pdf_document()
/external/skia/bench/
DPDFBench.cpp26 SkPDFSubstituteMap substitutes; in test_pdf_object_serialization() local
28 objNumMap.addObjectRecursively(object, substitutes); in test_pdf_object_serialization()
33 object->emitObject(&wStream, objNumMap, substitutes); in test_pdf_object_serialization()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh53 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() local
70 substitutes[num_glyphs].set (s_glyph); in arabic_fallback_synthesize_lookup_single()
80 hb_stable_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]); in arabic_fallback_synthesize_lookup_single()
83 OT::Supplier<OT::GlyphID> substitutes_supplier (substitutes, num_glyphs); in arabic_fallback_synthesize_lookup_single()
Dhb-ot-layout-gsub-table.hh167 Supplier<GlyphID> &substitutes, in serialize()
172 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return_trace (false); in serialize()
199 Supplier<GlyphID> &substitutes, in serialize()
209 delta = substitutes[0] - glyphs[0]; in serialize()
211 if (delta != substitutes[i] - glyphs[i]) { in serialize()
219 case 2: return_trace (u.format2.serialize (c, glyphs, substitutes, num_glyphs)); in serialize()
1169 Supplier<GlyphID> &substitutes, in serialize_single()
1174 … return_trace (serialize_subtable (c, 0).u.single.serialize (c, glyphs, substitutes, num_glyphs)); in serialize_single()
/external/elfutils/po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
/external/bison/po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
/external/bison/runtime-po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
/external/libexif/po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
/external/e2fsprogs/po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
/external/llvm/test/Transforms/IndVarSimplify/
D2012-07-17-lftr-undef.ll2 ; PR13371: indvars pass incorrectly substitutes 'undef' values
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dfile_equiv.txt9 …le above when matchpathcon is handed /srv/www/cgi-bin/myscript.cgi, it substitutes /var/www for /s…
/external/skia/tests/
DPDFPrimitivesTest.cpp33 SkPDFSubstituteMap substitutes; member
45 obj.emitObject(&buffer, catPtr->numbers, catPtr->substitutes); in emit_to_string()
/external/bison/m4/
Dsys_socket_h.m4122 # Sets and substitutes HAVE_WINSOCK2_H.

12