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

  /external/skia/src/core/
SkPictureCommon.h 23 SK_WHEN(T::kTags & SkRecords::kHasText_Tag, bool) operator()(const T&) { return true; }
25 SK_WHEN(!(T::kTags & SkRecords::kHasText_Tag), bool) operator()(const T&) { return false; }
48 static SK_WHEN(T::kTags & SkRecords::kHasImage_Tag, bool) CheckBitmap(const T&) {
54 static SK_WHEN(!(T::kTags & SkRecords::kHasImage_Tag), bool) CheckBitmap(const T& op) {
60 static SK_WHEN(T::kTags & SkRecords::kDraw_Tag, bool) CheckPaint(const T& op) {
71 static SK_WHEN(!(T::kTags & SkRecords::kDraw_Tag), bool) CheckPaint(const T&) {
143 SK_WHEN(T::kTags & SkRecords::kDraw_Tag, void) operator()(const T& op) {
148 SK_WHEN(!(T::kTags & SkRecords::kDraw_Tag), void) operator()(const T& op) { /* do nothing */ }
SkRecordPattern.h 51 SK_WHEN(T::kTags & kDraw_Tag, bool) operator()(T* draw) {
57 static_assert(DrawDrawable::kTags & kDraw_Tag, "");
63 SK_WHEN(!(T::kTags & kDraw_Tag), bool) operator()(T* draw) {
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 176 kTags,
  /external/skia/include/private/
SkRecords.h 188 static const int kTags = tags; \
  /external/skia/dm/
DMSrcSink.cpp     [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 318 milliseconds