HomeSort by relevance Sort by last modified time
    Searched refs:copyHeight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 129 int copyHeight, const GifImageDesc& imageDesc, int rowStep,
134 for (row = startRow; row < copyHeight; row += rowStep) {
154 GifWord copyHeight = frame->ImageDesc.Height;
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 = frame->ImageDesc.Height
    [all...]
  /external/skia/src/images/
SkMovie_gif.cpp 129 int copyHeight, const GifImageDesc& imageDesc, int rowStep,
134 for (row = startRow; row < copyHeight; row += rowStep) {
154 GifWord copyHeight = frame->ImageDesc.Height;
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 = frame->ImageDesc.Height
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
ProgramBinary.cpp 465 int copyHeight = std::min(targetHeight, srcHeight);
469 for (int y = 0; y < copyHeight; y++)
475 for (int y = 0; y < copyHeight; y++)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]

Completed in 127 milliseconds