Home
last modified time | relevance | path

Searched refs:SkPDFStreamOut (Results 1 – 22 of 22) sorted by relevance

/external/skqp/src/pdf/
DSkPDFFont.cpp325 SkPDFStreamOut(std::move(tmp), in emit_subset_type0()
340 SkPDFStreamOut(std::move(tmp), std::move(fontAsset), in emit_subset_type0()
348 SkPDFStreamOut(std::move(tmp), std::move(fontAsset), in emit_subset_type0()
410 fontDict.insertRef("ToUnicode", SkPDFStreamOut(nullptr, std::move(toUnicode), doc)); in emit_subset_type0()
440 descriptor.insertRef("FontFile", SkPDFStreamOut(std::move(dict), in make_type1_font_descriptor()
718 charProcs->insertRef(characterName, SkPDFStreamOut(nullptr, in emit_subset_type3()
757 font.insertRef("ToUnicode", SkPDFStreamOut(nullptr, std::move(toUnicodeCmap), doc)); in emit_subset_type3()
DSkPDFFormXObject.cpp38 return SkPDFStreamOut(std::move(dict), std::move(content), doc); in SkPDFMakeFormXObject()
DSkPDFGraphicState.cpp114 return SkPDFStreamOut(std::move(dict), SkMemoryStream::Make(std::move(invertFunction)), doc); in make_invert_function()
DSkPDFTypes.h200 SkPDFIndirectReference SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict,
DSkPDFDocument.cpp288 page->insertRef("Contents", SkPDFStreamOut(nullptr, std::move(pageContent), this)); in onEndPage()
417 return SkPDFStreamOut(std::move(dict), SkMemoryStream::Make(SkSrgbIcm()), doc, true); in make_srgb_color_profile()
DSkPDFMetadata.cpp405 return SkPDFStreamOut(std::move(dict), in MakeXMPObject()
DSkPDFGradientShader.cpp585 return SkPDFStreamOut(std::move(dict), std::move(psCode), doc); in make_ps_function()
869 return SkPDFStreamOut(std::move(alphaFunctionShader), std::move(colorStream), doc); in make_alpha_function_shader()
DSkPDFShader.cpp252 return SkPDFStreamOut(std::move(dict), std::move(imageShader), doc); in make_image_shader()
DSkPDFTypes.cpp465 SkPDFIndirectReference SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict, in SkPDFStreamOut() function
/external/skia/src/pdf/
DSkPDFFont.cpp322 SkPDFStreamOut(std::move(tmp), in emit_subset_type0()
336 SkPDFStreamOut(std::move(tmp), std::move(fontAsset), in emit_subset_type0()
344 SkPDFStreamOut(std::move(tmp), std::move(fontAsset), in emit_subset_type0()
406 fontDict.insertRef("ToUnicode", SkPDFStreamOut(nullptr, std::move(toUnicode), doc)); in emit_subset_type0()
436 descriptor.insertRef("FontFile", SkPDFStreamOut(std::move(dict), in make_type1_font_descriptor()
714 charProcs->insertRef(characterName, SkPDFStreamOut(nullptr, in emit_subset_type3()
753 font.insertRef("ToUnicode", SkPDFStreamOut(nullptr, std::move(toUnicodeCmap), doc)); in emit_subset_type3()
DSkPDFFormXObject.cpp38 return SkPDFStreamOut(std::move(dict), std::move(content), doc); in SkPDFMakeFormXObject()
DSkPDFGraphicState.cpp114 return SkPDFStreamOut(std::move(dict), SkMemoryStream::Make(std::move(invertFunction)), doc); in make_invert_function()
DSkPDFTypes.h200 SkPDFIndirectReference SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict,
DSkPDFDocument.cpp287 page->insertRef("Contents", SkPDFStreamOut(nullptr, std::move(pageContent), this)); in onEndPage()
416 return SkPDFStreamOut(std::move(dict), SkMemoryStream::Make(SkSrgbIcm()), doc, true); in make_srgb_color_profile()
DSkPDFMetadata.cpp405 return SkPDFStreamOut(std::move(dict), in MakeXMPObject()
DSkPDFGradientShader.cpp585 return SkPDFStreamOut(std::move(dict), std::move(psCode), doc); in make_ps_function()
869 return SkPDFStreamOut(std::move(alphaFunctionShader), std::move(colorStream), doc); in make_alpha_function_shader()
DSkPDFShader.cpp252 return SkPDFStreamOut(std::move(dict), std::move(imageShader), doc); in make_image_shader()
DSkPDFTypes.cpp465 SkPDFIndirectReference SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict, in SkPDFStreamOut() function
/external/skqp/bench/
DPDFBench.cpp178 (void)SkPDFStreamOut(nullptr, fAsset->duplicate(), &doc, true); in onDraw()
/external/skia/bench/
DPDFBench.cpp178 (void)SkPDFStreamOut(nullptr, fAsset->duplicate(), &doc, true); in onDraw()
/external/skqp/site/dev/design/
Dpdftheory.md103 Streams are now handled in a slightly different way. The SkPDFStreamOut()
/external/skia/site/dev/design/
Dpdftheory.md103 Streams are now handled in a slightly different way. The SkPDFStreamOut()