Home
last modified time | relevance | path

Searched defs:resourceDict (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/pdf/
DSkPDFFormXObject.cpp15 std::unique_ptr<SkPDFDict> resourceDict, in SkPDFMakeFormXObject()
DSkPDFShader.cpp248 std::unique_ptr<SkPDFDict> resourceDict = patternDevice->makeResourceDict(); in make_image_shader() local
DSkPDFDocument.cpp276 auto resourceDict = fPageDevice->makeResourceDict(); in onEndPage() local
DSkPDFGradientShader.cpp862 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() local
/external/skia/src/pdf/
DSkPDFFormXObject.cpp15 std::unique_ptr<SkPDFDict> resourceDict, in SkPDFMakeFormXObject()
DSkPDFShader.cpp252 std::unique_ptr<SkPDFDict> resourceDict = patternDevice->makeResourceDict(); in make_image_shader() local
DSkPDFDocument.cpp362 auto resourceDict = fPageDevice->makeResourceDict(); in onEndPage() local
DSkPDFGradientShader.cpp861 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() local
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js4750 function buildResourceLookupMap(resourceDict) { argument