HomeSort by relevance Sort by last modified time
    Searched refs:SAVELAYERREC_HAS_BACKDROP (Results 1 - 6 of 6) sorted by null

  /external/skia/src/core/
SkPictureFlat.h 125 SAVELAYERREC_HAS_BACKDROP = 1 << 2,
SkPictureRecord.cpp 99 flatFlags |= SAVELAYERREC_HAS_BACKDROP;
123 if (flatFlags & SAVELAYERREC_HAS_BACKDROP) {
SkPicturePlayback.cpp 709 if (flatFlags & SAVELAYERREC_HAS_BACKDROP) {
  /external/skqp/src/core/
SkPictureFlat.h 125 SAVELAYERREC_HAS_BACKDROP = 1 << 2,
SkPictureRecord.cpp 99 flatFlags |= SAVELAYERREC_HAS_BACKDROP;
123 if (flatFlags & SAVELAYERREC_HAS_BACKDROP) {
SkPicturePlayback.cpp 713 if (flatFlags & SAVELAYERREC_HAS_BACKDROP) {

Completed in 209 milliseconds