HomeSort by relevance Sort by last modified time
    Searched refs:copyHeight (Results 1 - 6 of 6) 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...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 173 GifWord& copyWidth, GifWord& copyHeight) {
178 copyHeight = imageDesc.Height;
179 if (imageDesc.Top + copyHeight > maxHeight) {
180 copyHeight = maxHeight - imageDesc.Top;
291 GifWord copyWidth, copyHeight;
292 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
293 for (; copyHeight > 0; copyHeight--) {
326 GifWord copyWidth, copyHeight;
327 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 645 int copyHeight = std::min(targetWidth, srcHeight);
649 for (int y = 0; y < copyHeight; y++)
657 for (int x = copyHeight; x < targetWidth; x++)
679 int copyHeight = std::min(targetHeight, srcHeight);
681 for (int y = 0; y < copyHeight; y++)
689 for (int y = 0; y < copyHeight; y++)
697 for (int y = copyHeight; y < targetHeight; y++)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 295 milliseconds