Searched refs:canvasWidth (Results 1 – 2 of 2) sorted by relevance
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_webp.cpp | 36 static bool isFullFrame(const WebPIterator& frame, int canvasWidth, int canvasHeight) { in isFullFrame() argument 37 return (frame.width == canvasWidth && frame.height == canvasHeight); in isFullFrame() 53 const int canvasWidth = getWidth(); in constructDependencyChain() local 69 isFullFrame(curr, canvasWidth, canvasHeight)) { in constructDependencyChain() 73 (isFullFrame(prev, canvasWidth, canvasHeight) || mIsKeyFrame[i - 1]); in constructDependencyChain() 195 const int canvasWidth = mFrameSequence.getWidth(); in FrameSequenceState_webp() local 197 mPreservedBuffer = new Color8888[canvasWidth * canvasHeight]; in FrameSequenceState_webp() 206 const int canvasWidth = mFrameSequence.getWidth(); in initializeFrame() local 213 clearLine(dst, canvasWidth); in initializeFrame() 217 copyFrame(prevBuffer, prevStride, currBuffer, currStride, canvasWidth, canvasHeight); in initializeFrame() [all …]
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 1085 public static void getNavigationBarRect(int canvasWidth, int canvasHeight, Rect systemBarInsets, in getNavigationBarRect() argument 1092 outRect.set(canvasWidth - size, 0, canvasWidth, canvasHeight); in getNavigationBarRect() 1096 outRect.set(0, canvasHeight - size, canvasWidth, canvasHeight); in getNavigationBarRect()
|