Searched refs:polySubpixelMaskY2 (Results 1 – 1 of 1) sorted by relevance
157 int32_t ey, int32_t x1, int32_t polySubpixelMaskY1, int32_t x2, int32_t polySubpixelMaskY2) in RenderHorizonline() argument177 if (polySubpixelMaskY2 == polySubpixelMaskY1) { in RenderHorizonline()184 delta = polySubpixelMaskY2 - polySubpixelMaskY1; in RenderHorizonline()193 deltayMask = (POLY_SUBPIXEL_SCALE - submaskFlagsX1) * (polySubpixelMaskY2 - polySubpixelMaskY1); in RenderHorizonline()199 deltayMask = submaskFlagsX1 * (polySubpixelMaskY2 - polySubpixelMaskY1); in RenderHorizonline()215 deltayMask = POLY_SUBPIXEL_SCALE * (polySubpixelMaskY2 - polySubpixelMaskY1 + delta); in RenderHorizonline()237 delta = polySubpixelMaskY2 - polySubpixelMaskY1; in RenderHorizonline()