Searched defs:copyHeight (Results 1 - 4 of 4) sorted by relevance

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

Completed in 241 milliseconds