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

  /external/skia/tests/
RecorderTest.cpp 17 static const int kRecordTypes = SK_RECORD_TYPES(COUNT);
  /external/chromium_org/third_party/skia/src/core/
SkRecord.h 202 switch(type) { SK_RECORD_TYPES(CASE) }
213 switch(type) { SK_RECORD_TYPES(CASE) }
SkRecords.h 22 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
27 #define SK_RECORD_TYPES(M) \
67 enum Type { SK_RECORD_TYPES(ENUM) };
  /external/skia/src/core/
SkRecord.h 198 switch(type) { SK_RECORD_TYPES(CASE) }
209 switch(type) { SK_RECORD_TYPES(CASE) }
SkRecords.h 20 // We leave this SK_RECORD_TYPES macro defined for use by code that wants to operate on SkRecords
25 #define SK_RECORD_TYPES(M) \
61 enum Type { SK_RECORD_TYPES(ENUM) };
  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 85 switch(T::kType) { SK_RECORD_TYPES(CASE); }
  /external/skia/tools/
DumpRecord.cpp 87 switch(T::kType) { SK_RECORD_TYPES(CASE); }
  /external/chromium_org/third_party/skia/tests/
RecorderTest.cpp 17 static const int kRecordTypes = SK_RECORD_TYPES(COUNT);

Completed in 289 milliseconds