Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkBitmapProcState.h23 typedef SkFixed3232 SkFractionalInt; typedef
78 SkFractionalInt fInvSxFractionalInt;
79 SkFractionalInt fInvKyFractionalInt;
193 fX = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.x()) -
195 fY = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.y()) -
204 SkFractionalInt fractionalIntX() const { return fX; } in fractionalIntX()
205 SkFractionalInt fractionalIntY() const { return fY; } in fractionalIntY()
214 SkFractionalInt fX, fY;
DSkBitmapProcState_matrixProcs.cpp87 SkFractionalInt fx; in nofilter_scale()
101 const SkFractionalInt dx = s.fInvSxFractionalInt; in nofilter_scale()
153 const SkFractionalInt dx = s.fInvSxFractionalInt; in filter_scale()
154 SkFractionalInt fx; in filter_scale()
409 SkFractionalInt fx; in nofilter_scale_neon()
423 const SkFractionalInt dx = s.fInvSxFractionalInt; in nofilter_scale_neon()
434 SkFractionalInt dx2 = dx+dx; in nofilter_scale_neon()
435 SkFractionalInt dx4 = dx2+dx2; in nofilter_scale_neon()
436 SkFractionalInt dx8 = dx4+dx4; in nofilter_scale_neon()
439 SkFractionalInt fx1, fx2, fx3; in nofilter_scale_neon()
[all …]
DSkBitmapProcState.cpp35 SkFractionalInt fx; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
45 const SkFractionalInt dx = s.fInvSxFractionalInt; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
/external/skia/src/core/
DSkBitmapProcState.h23 typedef SkFixed3232 SkFractionalInt; typedef
78 SkFractionalInt fInvSxFractionalInt;
79 SkFractionalInt fInvKyFractionalInt;
193 fX = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.x()) -
195 fY = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.y()) -
204 SkFractionalInt fractionalIntX() const { return fX; } in fractionalIntX()
205 SkFractionalInt fractionalIntY() const { return fY; } in fractionalIntY()
214 SkFractionalInt fX, fY;
DSkBitmapProcState_matrixProcs.cpp87 SkFractionalInt fx; in nofilter_scale()
101 const SkFractionalInt dx = s.fInvSxFractionalInt; in nofilter_scale()
153 const SkFractionalInt dx = s.fInvSxFractionalInt; in filter_scale()
154 SkFractionalInt fx; in filter_scale()
409 SkFractionalInt fx; in nofilter_scale_neon()
423 const SkFractionalInt dx = s.fInvSxFractionalInt; in nofilter_scale_neon()
434 SkFractionalInt dx2 = dx+dx; in nofilter_scale_neon()
435 SkFractionalInt dx4 = dx2+dx2; in nofilter_scale_neon()
436 SkFractionalInt dx8 = dx4+dx4; in nofilter_scale_neon()
439 SkFractionalInt fx1, fx2, fx3; in nofilter_scale_neon()
[all …]
DSkBitmapProcState.cpp35 SkFractionalInt fx; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
45 const SkFractionalInt dx = s.fInvSxFractionalInt; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()