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

  /external/skia/src/core/
SkRecord.h 165 switch(this->type()) { SK_RECORD_TYPES(CASE) }
176 switch(this->type()) { SK_RECORD_TYPES(CASE) }
SkRecords.h 43 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
48 #define SK_RECORD_TYPES(M) \
90 enum Type { SK_RECORD_TYPES(ENUM) };
  /external/skqp/src/core/
SkRecord.h 165 switch(this->type()) { SK_RECORD_TYPES(CASE) }
176 switch(this->type()) { SK_RECORD_TYPES(CASE) }
SkRecords.h 43 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
48 #define SK_RECORD_TYPES(M) \
90 enum Type { SK_RECORD_TYPES(ENUM) };
  /external/skia/tests/
RecorderTest.cpp 18 static const int kRecordTypes = SK_RECORD_TYPES(COUNT);
  /external/skia/tools/
DumpRecord.cpp 117 switch(T::kType) { SK_RECORD_TYPES(CASE); }
  /external/skqp/tests/
RecorderTest.cpp 18 static const int kRecordTypes = SK_RECORD_TYPES(COUNT);
  /external/skqp/tools/
DumpRecord.cpp 117 switch(T::kType) { SK_RECORD_TYPES(CASE); }

Completed in 372 milliseconds