Home
last modified time | relevance | path

Searched refs:resourceDict (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/pdf/
DSkPDFFormXObject.cpp15 std::unique_ptr<SkPDFDict> resourceDict, in SkPDFMakeFormXObject() argument
24 dict->insertObject("Resources", std::move(resourceDict)); in SkPDFMakeFormXObject()
DSkPDFFormXObject.h25 std::unique_ptr<SkPDFDict> resourceDict,
DSkPDFShader.cpp248 std::unique_ptr<SkPDFDict> resourceDict = patternDevice->makeResourceDict(); in make_image_shader() local
251 std::move(resourceDict), finalMatrix); in make_image_shader()
DSkPDFDocument.cpp276 auto resourceDict = fPageDevice->makeResourceDict(); in onEndPage() local
282 page->insertObject("Resources", std::move(resourceDict)); in onEndPage()
DSkPDFGradientShader.cpp862 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() local
868 std::move(resourceDict), SkMatrix::I()); in make_alpha_function_shader()
/external/skia/src/pdf/
DSkPDFFormXObject.cpp15 std::unique_ptr<SkPDFDict> resourceDict, in SkPDFMakeFormXObject() argument
24 dict->insertObject("Resources", std::move(resourceDict)); in SkPDFMakeFormXObject()
DSkPDFFormXObject.h25 std::unique_ptr<SkPDFDict> resourceDict,
DSkPDFShader.cpp248 std::unique_ptr<SkPDFDict> resourceDict = patternDevice->makeResourceDict(); in make_image_shader() local
251 std::move(resourceDict), finalMatrix); in make_image_shader()
DSkPDFDocument.cpp275 auto resourceDict = fPageDevice->makeResourceDict(); in onEndPage() local
281 page->insertObject("Resources", std::move(resourceDict)); in onEndPage()
DSkPDFGradientShader.cpp862 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() local
868 std::move(resourceDict), SkMatrix::I()); in make_alpha_function_shader()
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js4750 function buildResourceLookupMap(resourceDict) { argument
4752 for (var key in resourceDict) {
4754 var srcArr = resourceDict[key];