Searched defs:resourceDict (Results 1 – 9 of 9) sorted by relevance
15 std::unique_ptr<SkPDFDict> resourceDict, in SkPDFMakeFormXObject()
248 std::unique_ptr<SkPDFDict> resourceDict = patternDevice->makeResourceDict(); in make_image_shader() local
276 auto resourceDict = fPageDevice->makeResourceDict(); in onEndPage() local
862 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() local
252 std::unique_ptr<SkPDFDict> resourceDict = patternDevice->makeResourceDict(); in make_image_shader() local
362 auto resourceDict = fPageDevice->makeResourceDict(); in onEndPage() local
861 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() local
4750 function buildResourceLookupMap(resourceDict) { argument