Home
last modified time | relevance | path

Searched refs:SkScalarToFLOAT (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/xps/
DSkXPSDevice.cpp59 #define SkScalarToFLOAT(n) SkScalarToFloat(n) macro
272 / SkScalarToFLOAT(this->fCurrentUnitsPerMeter.fX); in endSheet()
274 / SkScalarToFLOAT(this->fCurrentUnitsPerMeter.fY); in endSheet()
297 SkScalarToFLOAT(this->fCurrentCanvasSize.width()) * scaleX, in endSheet()
298 SkScalarToFLOAT(this->fCurrentCanvasSize.height()) * scaleY, in endSheet()
454 SkScalarToFLOAT(point.fX), in xps_point()
455 SkScalarToFLOAT(point.fY), in xps_point()
522 SkScalarToFLOAT(affine[SkMatrix::kAScaleX]), in createXpsTransform()
523 SkScalarToFLOAT(affine[SkMatrix::kASkewY]), in createXpsTransform()
524 SkScalarToFLOAT(affine[SkMatrix::kASkewX]), in createXpsTransform()
[all …]