Home | History | Annotate | Download | only in gpu

Lines Matching refs:outer

451 void SkGpuDevice::drawDRRect(const SkRRect& outer,
455 if (outer.isEmpty()) {
460 return this->drawRRect(outer, paint);
473 GrAA(paint.isAntiAlias()), this->ctm(), outer, inner);
479 path.addRRect(outer);