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

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

Completed in 832 milliseconds