Home | History | Annotate | Download | only in jni

Lines Matching refs:height

145             && covered.Top + covered.Height <= target.Top + target.Height;
169 copyHeight = imageDesc.Height;
192 const int height = mFrameSequence.getHeight();
194 mPreserveBuffer = new Color8888[width * height];
196 for (int y = 0; y < height; y++) {
205 const int height = mFrameSequence.getHeight();
210 for (int y = 0; y < height; y++) {
231 const int height = mFrameSequence.getHeight();
261 for (int y = 0; y < height; y++) {
283 getCopySize(prevFrame.ImageDesc, width, height, copyWidth, copyHeight);
318 getCopySize(frame.ImageDesc, width, height, copyWidth, copyHeight);