Lines Matching refs:canvasHeight
36 static bool isFullFrame(const WebPIterator& frame, int canvasWidth, int canvasHeight) { in isFullFrame() argument
37 return (frame.width == canvasWidth && frame.height == canvasHeight); in isFullFrame()
54 const int canvasHeight = getHeight(); in constructDependencyChain() local
69 isFullFrame(curr, canvasWidth, canvasHeight)) { in constructDependencyChain()
73 (isFullFrame(prev, canvasWidth, canvasHeight) || mIsKeyFrame[i - 1]); in constructDependencyChain()
184 const int canvasHeight = mFrameSequence.getHeight(); in FrameSequenceState_webp() local
185 mPreservedBuffer = new Color8888[canvasWidth * canvasHeight]; in FrameSequenceState_webp()
195 const int canvasHeight = mFrameSequence.getHeight(); in initializeFrame() local
199 for (int y = 0; y < canvasHeight; y++) { in initializeFrame()
205 copyFrame(prevBuffer, prevStride, currBuffer, currStride, canvasWidth, canvasHeight); in initializeFrame()
235 const int canvasHeight = mFrameSequence.getHeight(); in decodeFrame() local
289 const int canvasHeight = mFrameSequence.getHeight(); in drawFrame() local
348 copyFrame(currBuffer, currStride, outputPtr, outputPixelStride, canvasWidth, canvasHeight); in drawFrame()