Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFFormXObject.cpp19 std::unique_ptr<SkPDFDict> resourceDict, in SkPDFMakeFormXObject()
H A DSkPDFShader.cpp262 std::unique_ptr<SkPDFDict> resourceDict = patternDevice->makeResourceDict(); in make_image_shader() local
H A DSkPDFDocument.cpp378 auto resourceDict = fPageDevice->makeResourceDict(); in onEndPage() local
H A DSkPDFGradientShader.cpp986 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() local
/aosp_15_r20/external/doclava/res/assets/templates-sdk/assets/js/
H A Ddocs.js4750 function buildResourceLookupMap(resourceDict) { argument