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 39 static SK_WHEN(T::kTags & SkRecords::kHasImage_Tag, bool) CheckBitmap(const T&) {
45 static SK_WHEN(!(T::kTags & SkRecords::kHasImage_Tag), bool) CheckBitmap(const T& op) {
51 static SK_WHEN(T::kTags & SkRecords::kHasPaint_Tag, bool) CheckPaint(const T& op) {
56 static SK_WHEN(!(T::kTags & SkRecords::kHasPaint_Tag), bool) CheckPaint(const T&) {
134 SK_WHEN(T::kTags & SkRecords::kHasPaint_Tag, void) operator()(const T& op) {
139 SK_WHEN(!(T::kTags & SkRecords::kHasPaint_Tag), void)
SkRecordPattern.h 52 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDrawWithPaint_Tag, bool) operator()(T* draw) {
58 SK_WHEN((T::kTags & kDrawWithPaint_Tag) == kDraw_Tag, bool) operator()(T* draw) {
64 SK_WHEN(!(T::kTags & kDraw_Tag), bool) operator()(T* draw) {
SkRecords.h 172 static const int kTags = tags; \
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 176 kTags,
  /external/skia/dm/
DMSrcSink.cpp     [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 249 milliseconds