Searched refs:SkFractionalInt (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState.h22 typedef SkFixed3232 SkFractionalInt; typedef
82 SkFractionalInt fInvSxFractionalInt;
83 SkFractionalInt fInvKyFractionalInt;
190 // Helper class for mapping the middle of pixel (x, y) into SkFractionalInt bitmap space.
220 // We scale it to persist SkFractionalInt -> SkFixed conversions.
229 fX = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.x()) -
231 fY = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.y()) -
240 SkFractionalInt fractionalIntX() const { return fX; }
241 SkFractionalInt fractionalIntY() const { return fY; }
250 SkFractionalInt f
[all...]
H A DSkBitmapProcState_matrix_template.h23 SkFractionalInt fx;
37 const SkFractionalInt dx = s.fInvSxFractionalInt;
H A DSkBitmapProcState_matrix.h52 const SkFractionalInt dx = s.fInvSxFractionalInt;
53 SkFractionalInt fx;
H A DSkBitmapProcState.cpp610 SkFractionalInt fx;
620 const SkFractionalInt dx = s.fInvSxFractionalInt;
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h35 SkFractionalInt fx;
49 const SkFractionalInt dx = s.fInvSxFractionalInt;
62 SkFractionalInt dx2 = dx+dx;
63 SkFractionalInt dx4 = dx2+dx2;
64 SkFractionalInt dx8 = dx4+dx4;
67 SkFractionalInt fx1, fx2, fx3;
173 const SkFractionalInt dx = s.fInvSxFractionalInt;
174 SkFractionalInt fx;
/external/skqp/src/core/
H A DSkBitmapProcState.h22 typedef SkFixed3232 SkFractionalInt; typedef
82 SkFractionalInt fInvSxFractionalInt;
83 SkFractionalInt fInvKyFractionalInt;
190 // Helper class for mapping the middle of pixel (x, y) into SkFractionalInt bitmap space.
220 // We scale it to persist SkFractionalInt -> SkFixed conversions.
229 fX = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.x()) -
231 fY = (SkFractionalInt)((uint64_t)SkScalarToFractionalInt(pt.y()) -
240 SkFractionalInt fractionalIntX() const { return fX; }
241 SkFractionalInt fractionalIntY() const { return fY; }
250 SkFractionalInt f
[all...]
H A DSkBitmapProcState_matrix_template.h23 SkFractionalInt fx;
37 const SkFractionalInt dx = s.fInvSxFractionalInt;
H A DSkBitmapProcState_matrix.h52 const SkFractionalInt dx = s.fInvSxFractionalInt;
53 SkFractionalInt fx;
H A DSkBitmapProcState.cpp610 SkFractionalInt fx;
620 const SkFractionalInt dx = s.fInvSxFractionalInt;
/external/skqp/src/opts/
H A DSkBitmapProcState_matrix_neon.h35 SkFractionalInt fx;
49 const SkFractionalInt dx = s.fInvSxFractionalInt;
62 SkFractionalInt dx2 = dx+dx;
63 SkFractionalInt dx4 = dx2+dx2;
64 SkFractionalInt dx8 = dx4+dx4;
67 SkFractionalInt fx1, fx2, fx3;
173 const SkFractionalInt dx = s.fInvSxFractionalInt;
174 SkFractionalInt fx;

Completed in 195 milliseconds