Searched refs:resourceDict (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/pdf/ |
H A D | SkPDFFormXObject.cpp | 15 std::unique_ptr<SkPDFDict> resourceDict, in SkPDFMakeFormXObject() 24 dict->insertObject("Resources", std::move(resourceDict)); in SkPDFMakeFormXObject() 12 SkPDFMakeFormXObject(SkPDFDocument* doc, std::unique_ptr<SkStreamAsset> content, std::unique_ptr<SkPDFArray> mediaBox, std::unique_ptr<SkPDFDict> resourceDict, const SkMatrix& inverseTransform, const char* colorSpace) SkPDFMakeFormXObject() argument
|
H A D | SkPDFFormXObject.h | 25 std::unique_ptr<SkPDFDict> resourceDict,
|
H A D | SkPDFShader.cpp | 252 std::unique_ptr<SkPDFDict> resourceDict = patternDevice->makeResourceDict(); in make_image_shader() local 255 std::move(resourceDict), finalMatrix); in make_image_shader()
|
H A D | SkPDFDocument.cpp | 362 auto resourceDict = fPageDevice->makeResourceDict(); in onEndPage() local 366 page->insertObject("Resources", std::move(resourceDict)); in onEndPage()
|
H A D | SkPDFGradientShader.cpp | 861 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() local 867 std::move(resourceDict), SkMatrix::I()); in make_alpha_function_shader()
|
Completed in 8 milliseconds