Lines Matching defs:ppuScale
1382 SkVector* ppuScale,
1385 ppuScale->set(fCurrentPixelsPerMeter.fX / fCurrentUnitsPerMeter.fX,
1388 matrix->postScale(ppuScale->fX, ppuScale->fY);
1391 SkRect clipRect = SkRect::MakeLTRB(SkIntToScalar(irect.fLeft) * ppuScale->fX,
1392 SkIntToScalar(irect.fTop) * ppuScale->fY,
1393 SkIntToScalar(irect.fRight) * ppuScale->fX,
1394 SkIntToScalar(irect.fBottom) * ppuScale->fY);
1399 const SkVector& ppuScale,
1415 m.postScale(SkScalarInvert(ppuScale.fX), SkScalarInvert(ppuScale.fY));
1570 SkVector ppuScale;
1573 &ppuScale,
1610 HRV(this->applyMask(*mask, ppuScale, shadedPath.get()));