/external/skia/src/images/ |
D | SkMovie_gif.cpp | 129 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/ |
D | SkMovie_gif.cpp | 129 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/ |
D | ProgramBinary.cpp | 470 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/ |
D | gles2_cmd_decoder.cc | 8351 GLint copyHeight = 0; in DoCopyTexImage2D() local 8353 Clip(y, height, size.height(), ©Y, ©Height); 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(), ©Y, ©Height); in DoCopyTexSubImage2D() 8467 copyHeight != height) { in DoCopyTexSubImage2D() 8485 if (copyHeight > 0 && copyWidth > 0) { in DoCopyTexSubImage2D() [all …]
|