HomeSort by relevance Sort by last modified time
    Searched refs:prevRect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 374 const IntRect& prevRect = prevBuffer->originalFrameRect();
375 ASSERT(!prevRect.contains(IntRect(IntPoint(), size())));
376 buffer->zeroFillFrameRect(prevRect);
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 108 protected void onFocusChanged(boolean focused, int direction, Rect prevRect) {
109 super.onFocusChanged(focused, direction, prevRect);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 375 const IntRect& prevRect = prevBuffer.originalFrameRect();
376 ASSERT(!prevRect.contains(IntRect(IntPoint(), size())));
377 buffer.zeroFillFrameRect(prevRect);
515 const IntRect& prevRect = prevBuffer.originalFrameRect();
517 // * Blend with fully transparent pixel if it belongs to prevRect <-- This is a no-op.
522 findBlendRangeAtRow(frameRect, prevRect, canvasY, left1, width1, left2, width2);
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 415 CFX_FloatRect prevRect, rect;
433 prevRect = rect;
438 if (prevRect.left > rect.left + rect.Height() * 1.5) {
445 if(FXSYS_fabs(rect.right - prevRect.right) > rect.Height()) {
490 if(FXSYS_fabs(rect.right - prevRect.right) < rect.Height() && FXSYS_fabs(rect.left - prevRect.left) < rect.Height()) {
495 prevRect = rect;
507 if(prevRect.left - rect.left > rect.Height() && prevRect.left - rect.left < rect.Height() * 3) {
511 if(FXSYS_fabs(prevRect.left - rect.left) < rect.Height())
    [all...]

Completed in 412 milliseconds