Home
last modified time | relevance | path

Searched refs:hasPicture (Results 1 – 22 of 22) sorted by relevance

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