OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawPicture
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/cc/test/
skia_common.h
22
void
DrawPicture
(unsigned char* buffer,
skia_common.cc
15
void
DrawPicture
(unsigned char* buffer,
/external/chromium_org/cc/resources/
skpicture_content_layer_updater.h
19
// SkCanvas to
DrawPicture
() for tile updating based on this recorded picture.
33
void
DrawPicture
(SkCanvas* canvas);
skpicture_content_layer_updater.cc
50
void SkPictureContentLayerUpdater::
DrawPicture
(SkCanvas* canvas) {
51
TRACE_EVENT0("cc", "SkPictureContentLayerUpdater::
DrawPicture
");
53
canvas->
drawPicture
(picture_.get());
bitmap_skpicture_content_layer_updater.cc
79
DrawPicture
(canvas);
picture_unittest.cc
70
DrawPicture
(one_rect_buffer, layer_rect, one_rect_picture);
72
DrawPicture
(one_rect_buffer_check, layer_rect, one_rect_picture_check);
99
DrawPicture
(two_rect_buffer, layer_rect, two_rect_picture);
101
DrawPicture
(two_rect_buffer_check, layer_rect, two_rect_picture_check);
/external/chromium_org/third_party/skia/dm/
DMSKPTask.cpp
26
DrawPicture
(*fPicture, &bitmap);
DMUtil.h
32
void
DrawPicture
(const SkPicture& picture, SkBitmap* bitmap);
DMSerializeTask.cpp
39
DrawPicture
(*reconstructed, &bitmap);
DMUtil.cpp
60
void
DrawPicture
(const SkPicture& picture, SkBitmap* bitmap) {
63
canvas.
drawPicture
(&picture);
/external/chromium_org/third_party/skia/src/core/
SkPicture.cpp
72
// If the command is a
DrawPicture
, recurse.
76
bool operator()(const SkRecords::
DrawPicture
& op) { return op.picture->willPlayBackBitmaps(); }
123
bool operator()(const SkRecords::
DrawPicture
& op) { return op.picture->hasText(); }
144
void operator()(const SkRecords::
DrawPicture
& op) {
SkRecords.h
52
M(
DrawPicture
) \
240
RECORD3(
DrawPicture
, Optional<SkPaint>, paint,
SkRecordDraw.cpp
100
DRAW(
DrawPicture
,
drawPicture
(r.picture, r.matrix, r.paint));
399
Bounds bounds(const
DrawPicture
& op) const {
SkRecorder.cpp
205
APPEND(
DrawPicture
, this->copy(paint), pic, this->copy(matrix));
/external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.cpp
103
void trackSaveLayers(const SkRecords::
DrawPicture
& dp) {
/external/chromium_org/third_party/skia/tests/
CanvasTest.cpp
473
canvas->
drawPicture
(testPicture);
475
TEST_STEP(
DrawPicture
, DrawPictureTestStep);
[
all
...]
Completed in 181 milliseconds