HomeSort by relevance Sort by last modified time
    Searched defs:hasPicture (Results 1 - 7 of 7) sorted by null

  /external/skia/tools/skiaserve/
Request.h 48 bool hasPicture() const { return SkToBool(fPicture.get()); }
  /external/skqp/tools/skiaserve/
Request.h 48 bool hasPicture() const { return SkToBool(fPicture.get()); }
  /external/skia/src/effects/
SkPictureImageFilter.cpp 76 bool hasPicture = (fPicture != nullptr);
77 buffer.writeBool(hasPicture);
78 if (hasPicture) {
  /external/skqp/src/effects/
SkPictureImageFilter.cpp 76 bool hasPicture = (fPicture != nullptr);
77 buffer.writeBool(hasPicture);
78 if (hasPicture) {
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.cpp 795 bool hasPicture = false;
    [all...]
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp 758 bool hasPicture = false;
    [all...]
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.cpp 809 bool hasPicture = false;
    [all...]

Completed in 190 milliseconds