OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_picture
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextRecorder.cpp
41
ASSERT(!
m_picture
);
43
m_picture
= adoptRef(new SkPicture());
45
SkCanvas* canvas =
m_picture
->beginRecording(size.width(), size.height());
54
m_picture
->endRecording();
56
return adoptRef(new GraphicsContextSnapshot(
m_picture
.release(), m_isCertainlyOpaque));
60
:
m_picture
(picture)
70
:
m_picture
(picture)
79
m_picture
->draw(m_canvas, this);
83
RefPtr<SkPicture>
m_picture
;
member in class:WebCore::SnapshotPlayer
161
FragmentSnapshotPlayer player(
m_picture
, imageBuffer->context()->canvas())
[
all
...]
DeferredImageDecoderTest.cpp
144
SkPicture
m_picture
;
member in class:WebCore::DeferredImageDecoderTest
164
SkCanvas* tempCanvas =
m_picture
.beginRecording(100, 100);
166
m_picture
.endRecording();
169
m_canvas->drawPicture(
m_picture
);
190
SkCanvas* tempCanvas =
m_picture
.beginRecording(100, 100);
192
m_picture
.endRecording();
195
m_canvas->drawPicture(
m_picture
);
220
SkCanvas* tempCanvas =
m_picture
.beginRecording(100, 100);
222
m_picture
.endRecording();
227
thread->postTask(new Task(WTF::bind(&rasterizeMain, m_canvas.get(), &
m_picture
)));
[
all
...]
DisplayList.cpp
40
,
m_picture
(adoptRef(new SkPicture()))
55
return
m_picture
.get();
GraphicsContextRecorder.h
55
RefPtr<SkPicture>
m_picture
;
member in class:WebCore::GraphicsContextSnapshot
67
RefPtr<SkPicture>
m_picture
;
member in class:WebCore::GraphicsContextRecorder
DisplayList.h
56
RefPtr<SkPicture>
m_picture
;
member in class:WebCore::FINAL
Completed in 242 milliseconds