Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState.h189 SkFractionalInt fractionalIntY() const { return fY; } in fractionalIntY() function
DSkBitmapProcState_matrixProcs.cpp128 fy = mapper.fractionalIntY(), in nofilter_affine()
228 fy = mapper.fractionalIntY(), in filter_affine()
DSkBitmapProcState.cpp446 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height()); in S32_D32_constX_shaderproc()
473 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height()); in S32_D32_constX_shaderproc()