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

  /external/skia/src/core/
SkBitmapProcState_utils.h 16 * In addition, we use SkFractionalInt to keep more fractional precision than
21 static inline bool can_truncate_to_fixed_for_decal(SkFractionalInt frX,
22 SkFractionalInt frDx,
26 // if decal_ kept SkFractionalInt precision, this would just be dx <= 0
SkBitmapProcState_matrix_template.h 23 SkFractionalInt fx;
37 const SkFractionalInt dx = s.fInvSxFractionalInt;
82 SkFractionalInt fx = mapper.fractionalIntX();
83 SkFractionalInt fy = mapper.fractionalIntY();
84 SkFractionalInt dx = s.fInvSxFractionalInt;
85 SkFractionalInt dy = s.fInvKyFractionalInt;
SkBitmapProcState.h 22 typedef SkFixed3232 SkFractionalInt;
58 SkFractionalInt fInvSxFractionalInt;
59 SkFractionalInt fInvKyFractionalInt;
191 // Helper class for mapping the middle of pixel (x, y) into SkFractionalInt bitmap space.
206 // We scale it to persist SkFractionalInt -> SkFixed conversions.
223 SkFractionalInt fractionalIntX() const { return fX; }
224 SkFractionalInt fractionalIntY() const { return fY; }
233 SkFractionalInt fX, fY;
SkBitmapProcState_matrix.h 60 const SkFractionalInt dx = s.fInvSxFractionalInt;
61 SkFractionalInt fx;
SkBitmapProcState.cpp 779 SkFractionalInt fx;
789 const SkFractionalInt dx = s.fInvSxFractionalInt;
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 39 SkFractionalInt fx;
53 const SkFractionalInt dx = s.fInvSxFractionalInt;
65 SkFractionalInt dx2 = dx+dx;
66 SkFractionalInt dx4 = dx2+dx2;
67 SkFractionalInt dx8 = dx4+dx4;
70 SkFractionalInt fx1, fx2, fx3;
120 SkFractionalInt fx = mapper.fractionalIntX();
121 SkFractionalInt fy = mapper.fractionalIntY();
122 SkFractionalInt dx = s.fInvSxFractionalInt;
123 SkFractionalInt dy = s.fInvKyFractionalInt
    [all...]

Completed in 39 milliseconds