Home
last modified time | relevance | path

Searched refs:yPilotTwo (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_scanline_clip.cpp120 int32_t yPilotTwo; in LineTo() local
176 yPilotTwo = y1 + RasterDepictInt::MultDiv(clipBox_.GetLeft() - x1, y2 - y1, x2 - x1); in LineTo()
178 yClipFlagsTwo = ClippingFlagsY(yPilotTwo, clipBox_); in LineTo()
181 LineClipY(rasterLine, clipBox_.GetRight(), yPilotOne, clipBox_.GetLeft(), yPilotTwo, in LineTo()
183 LineClipY(rasterLine, clipBox_.GetLeft(), yPilotTwo, clipBox_.GetLeft(), y2, in LineTo()
203 yPilotTwo = y1 + RasterDepictInt::MultDiv(clipBox_.GetRight() - x1, y2 - y1, x2 - x1); in LineTo()
205 yClipFlagsTwo = ClippingFlagsY(yPilotTwo, clipBox_); in LineTo()
208 LineClipY(rasterLine, clipBox_.GetLeft(), yPilotOne, clipBox_.GetRight(), yPilotTwo, in LineTo()
210 LineClipY(rasterLine, clipBox_.GetRight(), yPilotTwo, clipBox_.GetRight(), y2, in LineTo()

Completed in 1 milliseconds