Home | History | Annotate | Download | only in pdf

Lines Matching refs:domain

214     retval->insertObject("Domain", SkPDFMakeArray(0, 1));
273 retval->insertObject("Domain", SkPDFMakeArray(0, 1));
578 std::unique_ptr<SkPDFArray> domain,
583 dict->insertObject("Domain", std::move(domain));
733 "Domain", SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom()));
735 auto domain = SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom());
738 make_ps_function(functionCode.detachAsStream(), std::move(domain),