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

  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 37 const SkFractionalInt dx = s.fInvSxFractionalInt;
84 SkFractionalInt dx = s.fInvSxFractionalInt;
SkBitmapProcState.h 58 SkFractionalInt fInvSxFractionalInt;
SkBitmapProcState_matrix.h 60 const SkFractionalInt dx = s.fInvSxFractionalInt;
SkBitmapProcState.cpp 192 fInvSxFractionalInt = SkScalarToFractionalInt(fInvMatrix.getScaleX());
789 const SkFractionalInt dx = s.fInvSxFractionalInt;
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 53 const SkFractionalInt dx = s.fInvSxFractionalInt;
122 SkFractionalInt dx = s.fInvSxFractionalInt;
297 const SkFractionalInt dx = s.fInvSxFractionalInt;

Completed in 35 milliseconds