OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevRect
(Results
1 - 2
of
2
) 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
);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp
373
const IntRect&
prevRect
= prevBuffer.originalFrameRect();
374
ASSERT(!
prevRect
.contains(IntRect(IntPoint(), size())));
375
buffer.zeroFillFrameRect(
prevRect
);
519
const IntRect&
prevRect
= prevBuffer.originalFrameRect();
521
// * Blend with fully transparent pixel if it belongs to
prevRect
<-- This is a no-op.
526
findBlendRangeAtRow(frameRect,
prevRect
, canvasY, left1, width1, left2, width2);
Completed in 70 milliseconds