Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBlitter.cpp873 bool skipRight = !rightAlpha; in blitAntiRect() local
874 SkIRect r = SkIRect::MakeXYWH(x + skipLeft, y, width + 2 - skipRight - skipLeft, height); in blitAntiRect()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2995 …int skipRight = (props.elementsInRow - GRADIENT_WIDTH * props.elementsInGroup) * props.elementSiz… in stripBuffer() local
3029 for (int i = skipAlign; i < skipRight; i++) in stripBuffer()
3035 index_src += skipRight; in stripBuffer()