Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkMovie_gif.cpp134 const ColorMapObject* cmap, int transparent, int copyWidth, in copyInterlaceGroup() argument
142 copyLine(dst, src, cmap, transparent, copyWidth); in copyInterlaceGroup()
155 GifWord copyWidth = frame->ImageDesc.Width; in blitInterlace() local
156 if (frame->ImageDesc.Left + copyWidth > width) { in blitInterlace()
157 copyWidth = width - frame->ImageDesc.Left; in blitInterlace()
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0); in blitInterlace()
172 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4); in blitInterlace()
175 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2); in blitInterlace()
177 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1); in blitInterlace()
188 GifWord copyWidth = frame->ImageDesc.Width; in blitNormal() local
[all …]
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4604 const int copyWidth = deClamp32(width, 0, src.raw().getHeight()-x); in readPixels() local
4608 …eColorBuffer(tcu::getSubregion(dst, 0, 0, copyWidth, copyHeight), rr::getSubregion(src, copyX, cop… in readPixels()