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

  /external/skia/src/images/
SkMovie_gif.cpp 135 int copyHeight, const GifImageDesc& imageDesc, int rowStep,
140 for (row = startRow; row < copyHeight; row += rowStep) {
160 GifWord copyHeight = frame->ImageDesc.Height;
161 if (frame->ImageDesc.Top + copyHeight > height) {
162 copyHeight = height - frame->ImageDesc.Top;
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
172 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
175 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
177 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
193 GifWord copyHeight = frame->ImageDesc.Height
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 164 GifWord& copyWidth, GifWord& copyHeight) {
169 copyHeight = imageDesc.Height;
170 if (imageDesc.Top + copyHeight > maxHeight) {
171 copyHeight = maxHeight - imageDesc.Top;
282 GifWord copyWidth, copyHeight;
283 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
284 for (; copyHeight > 0; copyHeight--) {
317 GifWord copyWidth, copyHeight;
318 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 788 milliseconds