Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState_matrix_template.h88 SkFractionalInt fy = mapper.fractionalIntY(); in NoFilterProc_Affine()
DSkBitmapProcState.h249 SkFractionalInt fractionalIntY() const { return fY; } in fractionalIntY() function
DSkBitmapProcState.cpp363 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height()); in S32_D32_constX_shaderproc()
393 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height()); in S32_D32_constX_shaderproc()
/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h120 SkFractionalInt fy = mapper.fractionalIntY(); in AFFINE_NOFILTER_NAME()