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

  /external/skia/src/core/
SkPictureFlat.h 124 SAVELAYERREC_HAS_FLAGS = 1 << 3,
SkPictureRecord.cpp 99 flatFlags |= SAVELAYERREC_HAS_FLAGS;
125 if (flatFlags & SAVELAYERREC_HAS_FLAGS) {
    [all...]
SkPicturePlayback.cpp 758 if (flatFlags & SAVELAYERREC_HAS_FLAGS) {

Completed in 47 milliseconds