Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter.cpp951 bool skipRight = !rightAlpha; in blitAntiRect() local
953 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
/external/skqp/src/core/
DSkBlitter.cpp943 bool skipRight = !rightAlpha; in blitAntiRect() local
945 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2988 …int skipRight = (props.elementsInRow - GRADIENT_WIDTH * props.elementsInGroup) * props.elementSiz… in stripBuffer() local
3022 for (int i = skipAlign; i < skipRight; i++) in stripBuffer()
3028 index_src += skipRight; in stripBuffer()