Lines Matching refs:pr
274 GrPathRenderer* pr) {
300 if (NULL == pr) {
304 pr = this->getContext()->getPathRenderer(*path, stroke, fGpu, false, type);
306 if (NULL == pr) {
309 pr->drawPath(element->getPath(), stroke, fGpu, element->isAA());
322 GrPathRenderer** pr) {
338 *pr = this->getContext()->getPathRenderer(*path, stroke, fGpu, false, type);
339 return NULL != *pr;
484 GrPathRenderer* pr = NULL;
485 bool useTemp = !this->canStencilAndDrawElement(result, element, &pr);
532 if (!this->drawElement(dst, element, pr)) {
646 GrPathRenderer* pr = NULL;
658 pr = this->getContext()->getPathRenderer(*clipPath,
664 if (NULL == pr) {
703 pr->drawPath(*clipPath, stroke, fGpu, false);
705 pr->stencilPath(*clipPath, stroke, fGpu);
723 pr->drawPath(*clipPath, stroke, fGpu, false);