Home
last modified time | relevance | path

Searched refs:hasPicture (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/effects/imagefilters/
H A DSkPictureImageFilter.cpp77 bool hasPicture = (fPicture != nullptr); in flatten() local
78 buffer.writeBool(hasPicture); in flatten()
79 if (hasPicture) { in flatten()
/third_party/skia/tools/skiaserve/urlhandlers/
H A DDownloadHandler.cpp24 if (!request->hasPicture()) { in handle()
H A DClipAlphaHandler.cpp28 if (!request->hasPicture() || commands.count() != 2) { in handle()
H A DDataHandler.cpp28 if (!request->hasPicture() || commands.count() != 2) { in handle()
H A DInfoHandler.cpp28 if (!request->hasPicture() || commands.count() > 2) { in handle()
H A DOpBoundsHandler.cpp27 if (!request->hasPicture() || commands.count() != 2) { in handle()
H A DOpsHandler.cpp26 if (!request->hasPicture() || commands.count() > 1) { in handle()
H A DImgHandler.cpp28 if (!request->hasPicture() || commands.count() > 3) { in handle()
H A DCmdHandler.cpp27 if (!request->hasPicture() || commands.count() > 3) { in handle()
H A DBreakHandler.cpp28 if (!request->hasPicture() || commands.count() != 4) { in handle()
/third_party/skia/tools/skiaserve/
H A DRequest.h45 bool hasPicture() const { return SkToBool(fPicture.get()); } in hasPicture() function

Completed in 3 milliseconds