Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkMovie_gif.cpp129 int copyHeight, const GifImageDesc& imageDesc, int rowStep, in copyInterlaceGroup() argument
134 for (row = startRow; row < copyHeight; row += rowStep) { in copyInterlaceGroup()
154 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace() local
155 if (frame->ImageDesc.Top + copyHeight > height) { in blitInterlace()
156 copyHeight = height - frame->ImageDesc.Top; in blitInterlace()
163 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0); in blitInterlace()
166 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4); in blitInterlace()
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2); in blitInterlace()
171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1); in blitInterlace()
187 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal() local
[all …]
/external/chromium_org/third_party/skia/src/images/
DSkMovie_gif.cpp129 int copyHeight, const GifImageDesc& imageDesc, int rowStep, in copyInterlaceGroup() argument
134 for (row = startRow; row < copyHeight; row += rowStep) { in copyInterlaceGroup()
154 GifWord copyHeight = frame->ImageDesc.Height; in blitInterlace() local
155 if (frame->ImageDesc.Top + copyHeight > height) { in blitInterlace()
156 copyHeight = height - frame->ImageDesc.Top; in blitInterlace()
163 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0); in blitInterlace()
166 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4); in blitInterlace()
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2); in blitInterlace()
171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1); in blitInterlace()
187 GifWord copyHeight = frame->ImageDesc.Height; in blitNormal() local
[all …]
/external/chromium_org/third_party/angle/src/libGLESv2/
DProgramBinary.cpp470 int copyHeight = std::min(targetHeight, srcHeight); in transposeMatrix() local
474 for (int y = 0; y < copyHeight; y++) in transposeMatrix()
480 for (int y = 0; y < copyHeight; y++) in transposeMatrix()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder.cc8351 GLint copyHeight = 0; in DoCopyTexImage2D() local
8353 Clip(y, height, size.height(), &copyY, &copyHeight); in DoCopyTexImage2D()
8358 copyHeight != height) { in DoCopyTexImage2D()
8368 if (copyHeight > 0 && copyWidth > 0) { in DoCopyTexImage2D()
8376 copyWidth, copyHeight); in DoCopyTexImage2D()
8381 copyX, copyY, copyWidth, copyHeight, border); in DoCopyTexImage2D()
8454 GLint copyHeight = 0; in DoCopyTexSubImage2D() local
8456 Clip(y, height, size.height(), &copyY, &copyHeight); in DoCopyTexSubImage2D()
8467 copyHeight != height) { in DoCopyTexSubImage2D()
8485 if (copyHeight > 0 && copyWidth > 0) { in DoCopyTexSubImage2D()
[all …]