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

  /external/skia/src/core/
SkBitmapProcState.h 22 typedef SkFixed3232 SkFractionalInt;
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 fX, fY
    [all...]
SkBitmapProcState_matrix_template.h 23 SkFractionalInt fx;
37 const SkFractionalInt dx = s.fInvSxFractionalInt;
SkBitmapProcState_matrix.h 52 const SkFractionalInt dx = s.fInvSxFractionalInt;
53 SkFractionalInt fx;
SkBitmapProcState.cpp 610 SkFractionalInt fx;
620 const SkFractionalInt dx = s.fInvSxFractionalInt;
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 35 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/
SkBitmapProcState.h 22 typedef SkFixed3232 SkFractionalInt;
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 fX, fY
    [all...]
SkBitmapProcState_matrix_template.h 23 SkFractionalInt fx;
37 const SkFractionalInt dx = s.fInvSxFractionalInt;
SkBitmapProcState_matrix.h 52 const SkFractionalInt dx = s.fInvSxFractionalInt;
53 SkFractionalInt fx;
SkBitmapProcState.cpp 610 SkFractionalInt fx;
620 const SkFractionalInt dx = s.fInvSxFractionalInt;
  /external/skqp/src/opts/
SkBitmapProcState_matrix_neon.h 35 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 63 milliseconds