OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alphaImage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.h
103
void setIsAlphaImage(bool
alphaImage
) { m_alphaImage =
alphaImage
; }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextTest.cpp
245
OwnPtr<ImageBuffer>
alphaImage
= ImageBuffer::create(IntSize(100, 100));
246
EXPECT_FALSE(!
alphaImage
);
247
alphaImage
->context()->fillRect(IntRect(0, 0, 100, 100), alpha);
250
context.drawImageBuffer(
alphaImage
.get(), FloatRect(10, 10, 10, 10));
283
OwnPtr<ImageBuffer>
alphaImage
= ImageBuffer::create(IntSize(100, 100));
284
EXPECT_FALSE(!
alphaImage
);
285
alphaImage
->context()->fillRect(IntRect(0, 0, 100, 100), alpha);
288
context.drawImageBuffer(
alphaImage
.get(), FloatRect(10, 10, 10, 10));
536
RefPtr<BitmapImage>
alphaImage
= BitmapImage::create(NativeImageSkia::create(alphaBitmap));
537
EXPECT_FALSE(
alphaImage
->currentFrameKnownToBeOpaque())
[
all
...]
Completed in 356 milliseconds