Home
last modified time | relevance | path

Searched defs:hasPicture (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/tools/skiaserve/
DRequest.h45 bool hasPicture() const { return SkToBool(fPicture.get()); } in hasPicture() function
/third_party/skia/tools/skiaserve/
DRequest.h45 bool hasPicture() const { return SkToBool(fPicture.get()); } in hasPicture() function
/third_party/skia/src/effects/imagefilters/
DSkPictureImageFilter.cpp77 bool hasPicture = (fPicture != nullptr); in flatten() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkPictureImageFilter.cpp102 bool hasPicture = (fPicture != nullptr); in flatten() local