HomeSort by relevance Sort by last modified time
    Searched refs:SkScalarToFractionalInt (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkBitmapProcState.h 23 #define SkScalarToFractionalInt(x) SkScalarToFixed3232(x)
214 fX = SkScalarToFractionalInt(pt.x()) - SkFixedToFractionalInt(biasX);
215 fY = SkScalarToFractionalInt(pt.y()) - SkFixedToFractionalInt(biasY);
SkBitmapProcState.cpp 192 fInvSxFractionalInt = SkScalarToFractionalInt(fInvMatrix.getScaleX());
194 fInvKyFractionalInt = SkScalarToFractionalInt(fInvMatrix.getSkewY());

Completed in 485 milliseconds