Searched refs:skipLeft (Results 1 – 3 of 3) sorted by relevance
950 bool skipLeft = !leftAlpha; in blitAntiRect() local953 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
942 bool skipLeft = !leftAlpha; in blitAntiRect() local945 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
2987 int skipLeft = props.skipPixels * props.elementsInGroup * props.elementSize; in stripBuffer() local2988 …t = (props.elementsInRow - GRADIENT_WIDTH * props.elementsInGroup) * props.elementSize - skipLeft; in stripBuffer()3008 for (int i = 0; i < skipLeft; i++) in stripBuffer()3014 index_src += skipLeft; in stripBuffer()