Lines Matching refs:pr
1106 // thing WRT to the blend then we'll need some query on the PR.
1122 GrPathRenderer* pr = this->getPathRenderer(*pathPtr, strokeRec, target, false, type);
1124 if (NULL == pr) {
1137 pr = this->getPathRenderer(*pathPtr, strokeRec, target, true, type);
1140 if (NULL == pr) {
1147 pr->drawPath(*pathPtr, strokeRec, target, useAA);
1626 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(path,
1632 if (NULL == pr && allowSW) {
1636 pr = fSoftwarePathRenderer;
1639 return pr;