Home
last modified time | relevance | path

Searched refs:fInvKyFractionalInt (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp140 dy = s.fInvKyFractionalInt; in nofilter_affine()
240 dy = s.fInvKyFractionalInt; in filter_affine()
H A DSkBitmapProcState.h67 SkFractionalInt fInvKyFractionalInt; member
H A DSkBitmapProcState.cpp272 fInvKyFractionalInt = SkScalarToFractionalInt(fInvMatrix.getSkewY ()); in chooseProcs()