Searched refs:SkFixedToFractionalInt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.h24 #define SkFixedToFractionalInt(x) SkFixedToFixed48(x) macro
30 #define SkFixedToFractionalInt(x) (x) macro
H A DSkBitmapProcState_matrix.h198 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1);
/external/skia/src/core/
H A DSkBitmapProcState.h24 #define SkFixedToFractionalInt(x) SkFixedToFixed48(x) macro
30 #define SkFixedToFractionalInt(x) (x) macro
H A DSkBitmapProcState_matrix.h198 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1);
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrix_repeat_neon.h432 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1);
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_repeat_neon.h432 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1);

Completed in 2836 milliseconds