Searched refs:DrawPicture (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/cc/test/
H A Dskia_common.h22 void DrawPicture(unsigned char* buffer,
H A Dskia_common.cc15 void DrawPicture(unsigned char* buffer, function in namespace:cc
/external/chromium_org/cc/resources/
H A Dskpicture_content_layer_updater.h19 // SkCanvas to DrawPicture() for tile updating based on this recorded picture.
33 void DrawPicture(SkCanvas* canvas);
H A Dskpicture_content_layer_updater.cc50 void SkPictureContentLayerUpdater::DrawPicture(SkCanvas* canvas) { function in class:cc::SkPictureContentLayerUpdater
51 TRACE_EVENT0("cc", "SkPictureContentLayerUpdater::DrawPicture");
H A Dbitmap_skpicture_content_layer_updater.cc79 DrawPicture(canvas);
H A Dpicture_unittest.cc70 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/
H A DDMSKPTask.cpp26 DrawPicture(*fPicture, &bitmap);
H A DDMUtil.h32 void DrawPicture(const SkPicture& picture, SkBitmap* bitmap);
H A DDMSerializeTask.cpp39 DrawPicture(*reconstructed, &bitmap);
H A DDMUtil.cpp60 void DrawPicture(const SkPicture& picture, SkBitmap* bitmap) { function in namespace:DM
/external/skia/dm/
H A DDMSKPTask.cpp14 DrawPicture(fPicture, &bitmap);
H A DDMUtil.h32 void DrawPicture(SkPicture* picture, SkBitmap* bitmap);
H A DDMReplayTask.cpp34 DrawPicture(recorded, &bitmap);
H A DDMSerializeTask.cpp32 DrawPicture(reconstructed, &bitmap);
H A DDMUtil.cpp42 void DrawPicture(SkPicture* picture, SkBitmap* bitmap) { function in namespace:DM
/external/chromium_org/third_party/skia/src/core/
H A DSkPicture.cpp72 // 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) {
H A DSkRecords.h52 M(DrawPicture) \
240 RECORD3(DrawPicture, Optional<SkPaint>, paint,
H A DSkRecordDraw.cpp100 DRAW(DrawPicture, drawPicture(r.picture, r.matrix, r.paint));
399 Bounds bounds(const DrawPicture& op) const {
H A DSkRecorder.cpp205 APPEND(DrawPicture, this->copy(paint), pic, this->copy(matrix));
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPictureUtils.cpp103 void trackSaveLayers(const SkRecords::DrawPicture& dp) {
/external/chromium_org/third_party/skia/tests/
H A DCanvasTest.cpp475 TEST_STEP(DrawPicture, DrawPictureTestStep);
/external/skia/tests/
H A DCanvasTest.cpp508 TEST_STEP(DrawPicture, DrawPictureTestStep);

Completed in 305 milliseconds