Searched defs:hasPicture (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/src/effects/
H A DSkPictureImageFilter.cpp65 bool hasPicture = (fPicture != NULL); local
66 buffer.writeBool(hasPicture);
67 if (hasPicture) {
/external/skia/src/effects/
H A DSkPictureImageFilter.cpp50 bool hasPicture = (fPicture != NULL); local
51 buffer.writeBool(hasPicture);
52 if (hasPicture) {

Completed in 213 milliseconds