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

  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 37 const SkFractionalInt dx = s.fInvSxFractionalInt;
SkBitmapProcState_matrix.h 52 const SkFractionalInt dx = s.fInvSxFractionalInt;
SkBitmapProcState.h 82 SkFractionalInt fInvSxFractionalInt;
SkBitmapProcState.cpp 160 fInvSxFractionalInt = SkScalarToFractionalInt(fInvMatrix.getScaleX());
620 const SkFractionalInt dx = s.fInvSxFractionalInt;
  /external/skqp/src/core/
SkBitmapProcState_matrix_template.h 37 const SkFractionalInt dx = s.fInvSxFractionalInt;
SkBitmapProcState_matrix.h 52 const SkFractionalInt dx = s.fInvSxFractionalInt;
SkBitmapProcState.h 82 SkFractionalInt fInvSxFractionalInt;
SkBitmapProcState.cpp 160 fInvSxFractionalInt = SkScalarToFractionalInt(fInvMatrix.getScaleX());
620 const SkFractionalInt dx = s.fInvSxFractionalInt;
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 49 const SkFractionalInt dx = s.fInvSxFractionalInt;
173 const SkFractionalInt dx = s.fInvSxFractionalInt;
  /external/skqp/src/opts/
SkBitmapProcState_matrix_neon.h 49 const SkFractionalInt dx = s.fInvSxFractionalInt;
173 const SkFractionalInt dx = s.fInvSxFractionalInt;

Completed in 96 milliseconds