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

  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 128 const ColorMapObject* cmap, int transparent, int copyWidth,
136 copyLine(dst, src, cmap, transparent, copyWidth);
149 GifWord copyWidth = frame->ImageDesc.Width;
150 if (frame->ImageDesc.Left + copyWidth > width) {
151 copyWidth = width - frame->ImageDesc.Left;
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);
182 GifWord copyWidth = frame->ImageDesc.Width
    [all...]
  /external/skia/src/images/
SkMovie_gif.cpp 128 const ColorMapObject* cmap, int transparent, int copyWidth,
136 copyLine(dst, src, cmap, transparent, copyWidth);
149 GifWord copyWidth = frame->ImageDesc.Width;
150 if (frame->ImageDesc.Left + copyWidth > width) {
151 copyWidth = width - frame->ImageDesc.Left;
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);
182 GifWord copyWidth = frame->ImageDesc.Width
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 173 GifWord& copyWidth, GifWord& copyHeight) {
174 copyWidth = imageDesc.Width;
175 if (imageDesc.Left + copyWidth > maxWidth) {
176 copyWidth = maxWidth - imageDesc.Left;
291 GifWord copyWidth, copyHeight;
292 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
294 setLineColor(dst, TRANSPARENT, copyWidth);
326 GifWord copyWidth, copyHeight;
327 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);
329 copyLine(dst, src, cmap, gcb.TransparentColor, copyWidth);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 644 int copyWidth = std::min(targetHeight, srcWidth);
647 for (int x = 0; x < copyWidth; x++)
655 for (int y = 0; y < copyWidth; y++)
663 for (int y = copyWidth; y < targetHeight; y++)
678 int copyWidth = std::min(targetWidth, srcWidth);
683 for (int x = 0; x < copyWidth; x++)
691 for (int x = copyWidth; x < targetWidth; x++)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 3310 milliseconds