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

  /external/skia/src/core/
SkMiniRecorder.cpp 47 class SkMiniPicture final : public SkPicture {
49 SkMiniPicture(const SkRect* cull, T* op) : fCull(cull ? *cull : bounds(*op)) {
101 return sk_make_sp<SkMiniPicture<Type>>(cull, reinterpret_cast<Type*>(fBuffer.get()))
  /external/skqp/src/core/
SkMiniRecorder.cpp 47 class SkMiniPicture final : public SkPicture {
49 SkMiniPicture(const SkRect* cull, T* op) : fCull(cull ? *cull : bounds(*op)) {
101 return sk_make_sp<SkMiniPicture<Type>>(cull, reinterpret_cast<Type*>(fBuffer.get()))

Completed in 510 milliseconds