Searched defs:SkMiniRecorder (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkMiniRecorder.cpp10 #include "SkMiniRecorder.h"
57 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {} function in class:SkMiniRecorder
58 SkMiniRecorder::~SkMiniRecorder() {
73 bool SkMiniRecorder::drawRect(const SkRect& rect, const SkPaint& paint) {
77 bool SkMiniRecorder::drawPath(const SkPath& path, const SkPaint& paint) {
81 bool SkMiniRecorder::drawTextBlob(const SkTextBlob* b, SkScalar x, SkScalar y, const SkPaint& p) {
87 sk_sp<SkPicture> SkMiniRecorder::detachAsPicture(const SkRect& cull) {
109 void SkMiniRecorder
[all...]
/external/skia/include/private/
H A DSkMiniRecorder.h17 class SkMiniRecorder : SkNoncopyable { class in inherits:SkNoncopyable
19 SkMiniRecorder();
20 ~SkMiniRecorder();
27 // Detach anything we've recorded as a picture, resetting this SkMiniRecorder.
30 // Flush anything we've recorded to the canvas, resetting this SkMiniRecorder.

Completed in 130 milliseconds