Searched refs:ppuScale (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/device/xps/
H A DSkXPSDevice.h303 SkVector* ppuScale,
309 const SkVector& ppuScale,
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1396 SkVector* ppuScale,
1399 ppuScale->set(fCurrentPixelsPerMeter.fX / fCurrentUnitsPerMeter.fX,
1402 matrix->postScale(ppuScale->fX, ppuScale->fY);
1406 SkScalarMul(SkIntToScalar(irect.fLeft), ppuScale->fX),
1407 SkScalarMul(SkIntToScalar(irect.fTop), ppuScale->fY),
1408 SkScalarMul(SkIntToScalar(irect.fRight), ppuScale->fX),
1409 SkScalarMul(SkIntToScalar(irect.fBottom), ppuScale->fY));
1415 const SkVector& ppuScale,
1431 m.postScale(SkScalarInvert(ppuScale
1394 convertToPpm(const SkMaskFilter* filter, SkMatrix* matrix, SkVector* ppuScale, const SkIRect& clip, SkIRect* clipIRect) argument
1413 applyMask(const SkDraw& d, const SkMask& mask, const SkVector& ppuScale, IXpsOMPath* shadedPath) argument
1600 SkVector ppuScale; local
1642 SkVector ppuScale; local
[all...]

Completed in 59 milliseconds