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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix_template.h 28 fx = SkScalarToFractionalInt(pt.fY);
31 fx = SkScalarToFractionalInt(pt.fX);
88 SkFractionalInt fx = SkScalarToFractionalInt(srcPt.fX);
89 SkFractionalInt fy = SkScalarToFractionalInt(srcPt.fY);
SkBitmapProcState.h 21 #define SkScalarToFractionalInt(x) SkScalarToFixed48(x)
27 #define SkScalarToFractionalInt(x) SkScalarToFixed(x)
SkBitmapProcState_matrix.h 72 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1);
SkBitmapProcState.cpp 369 fInvSxFractionalInt = SkScalarToFractionalInt(fInvMatrix.getScaleX());
371 fInvKyFractionalInt = SkScalarToFractionalInt(fInvMatrix.getSkewY());
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h 39 fx = SkScalarToFractionalInt(pt.fY);
42 fx = SkScalarToFractionalInt(pt.fX);
121 SkFractionalInt fx = SkScalarToFractionalInt(srcPt.fX);
122 SkFractionalInt fy = SkScalarToFractionalInt(srcPt.fY);
310 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1);

Completed in 85 milliseconds