Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBitmapProcState.cpp39 dstY = SkTPin<int>(mapper.intY(), 0, maxY); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc()
447 yTemp = mapper.intY(); in S32_D32_constX_shaderproc()
474 iY2 = mapper.intY(); in S32_D32_constX_shaderproc()
536 fFilterOneY = mapper.intY(); in setupForTranslate()
DSkBitmapProcState_matrixProcs.cpp323 *xy++ = tiley(mapper.intY(), s.fPixmap.height()); in clampx_nofilter_trans()
375 *xy++ = tiley(mapper.intY(), s.fPixmap.height()); in repeatx_nofilter_trans()
412 *xy++ = tiley(mapper.intY(), s.fPixmap.height()); in mirrorx_nofilter_trans()
DSkBitmapProcState.h195 int intY() const { return SkFractionalIntToInt(fY); } in intY() function