OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyHeight
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/android/graphics/
GIFMovie.cpp
134
int
copyHeight
, const GifImageDesc& imageDesc, int rowStep,
139
for (row = startRow; row <
copyHeight
; row += rowStep) {
159
GifWord
copyHeight
= frame->ImageDesc.Height;
160
if (frame->ImageDesc.Top +
copyHeight
> height) {
161
copyHeight
= height - frame->ImageDesc.Top;
168
copyInterlaceGroup(bm, src, cmap, transparent, copyWidth,
copyHeight
, frame->ImageDesc, 8, 0);
171
copyInterlaceGroup(bm, src, cmap, transparent, copyWidth,
copyHeight
, frame->ImageDesc, 8, 4);
174
copyInterlaceGroup(bm, src, cmap, transparent, copyWidth,
copyHeight
, frame->ImageDesc, 4, 2);
176
copyInterlaceGroup(bm, src, cmap, transparent, copyWidth,
copyHeight
, frame->ImageDesc, 2, 1);
192
GifWord
copyHeight
= frame->ImageDesc.Height
[
all
...]
/frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp
166
GifWord& copyWidth, GifWord&
copyHeight
) {
171
copyHeight
= imageDesc.Height;
172
if (imageDesc.Top +
copyHeight
> maxHeight) {
173
copyHeight
= maxHeight - imageDesc.Top;
284
GifWord copyWidth,
copyHeight
;
285
getCopySize(prevFrame.ImageDesc, width, height, copyWidth,
copyHeight
);
286
for (;
copyHeight
> 0;
copyHeight
--) {
317
GifWord copyWidth,
copyHeight
;
318
getCopySize(frame.ImageDesc, width, height, copyWidth,
copyHeight
);
[
all
...]
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
HeifEncoder.java
589
int
copyHeight
= Math.min(srcRect.height(), srcHeight - srcRect.top);
595
for (int i = 0; i <
copyHeight
/ div; i++) {
[
all
...]
/external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp
[
all
...]
Completed in 105 milliseconds