Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState.h25 #define SkFixedToFractionalInt(x) SkFixedToFixed48(x) macro
31 #define SkFixedToFractionalInt(x) (x) macro
DSkBitmapProcState_matrix.h72 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1); in SCALE_FILTER_NAME()
/external/chromium_org/third_party/skia/src/core/
DSkBitmapProcState.h23 #define SkFixedToFractionalInt(x) SkFixedToFixed48(x) macro
29 #define SkFixedToFractionalInt(x) (x) macro
DSkBitmapProcState_matrix.h72 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1); in SCALE_FILTER_NAME()
/external/chromium_org/third_party/skia/src/opts/
DSkBitmapProcState_matrix_neon.h310 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1); in SCALE_FILTER_NAME()
/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h310 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1); in SCALE_FILTER_NAME()