HomeSort by relevance Sort by last modified time
    Searched defs:SkMiniRecorder (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkMiniRecorder.cpp 10 #include "SkMiniRecorder.h"
60 SkMiniRecorder::SkMiniRecorder() : fState(State::kEmpty) {}
61 SkMiniRecorder::~SkMiniRecorder() {
76 bool SkMiniRecorder::drawBitmapRect(const SkBitmap& bm, const SkRect* src, const SkRect& dst,
90 bool SkMiniRecorder::drawRect(const SkRect& rect, const SkPaint& paint) {
94 bool SkMiniRecorder::drawPath(const SkPath& path, const SkPaint& paint) {
98 bool SkMiniRecorder::drawTextBlob(const SkTextBlob* b, SkScalar x, SkScalar y, const SkPaint& p) {
104 SkPicture* SkMiniRecorder::detachAsPicture(const SkRect& cull)
    [all...]
  /external/skia/include/private/
SkMiniRecorder.h 17 class SkMiniRecorder : SkNoncopyable {
19 SkMiniRecorder();
20 ~SkMiniRecorder();
29 // Detach anything we've recorded as a picture, resetting this SkMiniRecorder.
32 // Flush anything we've recorded to the canvas, resetting this SkMiniRecorder.

Completed in 859 milliseconds