Searched refs:intY (Results 1 – 3 of 3) sorted by relevance
39 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()
323 *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()
195 int intY() const { return SkFractionalIntToInt(fY); } in intY() function