Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkMovie_gif.cpp135 int copyHeight, const GifImageDesc& imageDesc, int rowStep, in copyInterlaceGroup() argument
140 for (row = startRow; row < copyHeight; row += rowStep) { in copyInterlaceGroup()
160 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace() local
161 if (frame->ImageDesc.Top + copyHeight > height) { in blitInterlace()
162 copyHeight = height - frame->ImageDesc.Top; 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()
193 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal() local
[all …]
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4605 const int copyHeight = deClamp32(height, 0, src.raw().getDepth()-y); in readPixels() local
4608 …(tcu::getSubregion(dst, 0, 0, copyWidth, copyHeight), rr::getSubregion(src, copyX, copyY, copyWidt… in readPixels()