OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opaqueImage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageLayerChromiumTest.cpp
136
RefPtr<Image>
opaqueImage
= TestImage::create(IntSize(100, 100), true /* opaque */);
137
ASSERT_TRUE(
opaqueImage
.get());
143
graphicsLayer->setContentsToImage(
opaqueImage
.get());
GraphicsContextTest.cpp
527
RefPtr<BitmapImage>
opaqueImage
= BitmapImage::create(NativeImageSkia::create(opaqueBitmap));
528
EXPECT_TRUE(
opaqueImage
->currentFrameKnownToBeOpaque());
543
context.drawImage(
opaqueImage
.get(), IntPoint(0, 0));
550
context.drawImage(
opaqueImage
.get(), IntPoint(5, 5));
557
context.drawImage(
opaqueImage
.get(), IntPoint(10, 10));
570
context.drawImage(
opaqueImage
.get(), IntPoint(25, 15), CompositeSourceIn);
585
context.drawImage(
opaqueImage
.get(), IntPoint(15, 25), CompositeSourceIn);
[
all
...]
Completed in 362 milliseconds