Home | History | Annotate | Download | only in gpu

Lines Matching refs:pr

1276     // thing WRT to the blend then we'll need some query on the PR.
1291 GrPathRenderer* pr = this->getPathRenderer(*pathPtr, *stroke, target, false, type);
1293 if (NULL == pr) {
1306 pr = this->getPathRenderer(*pathPtr, *stroke, target, true, type);
1309 if (NULL == pr) {
1316 pr->drawPath(*pathPtr, *stroke, target, useCoverageAA);
1801 GrPathRenderer* pr = fPathRendererChain->getPathRenderer(path,
1807 if (NULL == pr && allowSW) {
1811 pr = fSoftwarePathRenderer;
1814 return pr;