OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyWidth
(Results
1 - 4
of
4
) 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
...]
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp
469
int
copyWidth
= std::min(targetWidth, srcWidth);
472
for (int x = 0; x <
copyWidth
; x++)
[
all
...]
Completed in 72 milliseconds