HomeSort by relevance Sort by last modified time
    Searched refs:kEmpty_Type (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 59 kEmpty_Type,
103 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
124 fType = kEmpty_Type;
SkClipStack.h 44 kEmpty_Type,
131 case kEmpty_Type:
151 case kEmpty_Type:
246 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) {
  /external/skia/include/core/
SkRRect.h 59 kEmpty_Type,
103 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
124 fType = kEmpty_Type;
SkClipStack.h 44 kEmpty_Type,
131 case kEmpty_Type:
151 case kEmpty_Type:
246 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) {
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 22 case kEmpty_Type:
62 case kEmpty_Type:
83 case kEmpty_Type:
106 case kEmpty_Type:
134 case kEmpty_Type:
152 fType = kEmpty_Type;
171 if (kEmpty_Type == fType &&
413 case kEmpty_Type:
673 case Element::kEmpty_Type:
857 SK_COMPILE_ASSERT(0 == kEmpty_Type, type_str)
    [all...]
SkRRect.cpp 270 fType = kEmpty_Type;
484 case kEmpty_Type:
SkCanvas.cpp     [all...]
  /external/skia/src/core/
SkClipStack.cpp 22 case kEmpty_Type:
62 case kEmpty_Type:
83 case kEmpty_Type:
106 case kEmpty_Type:
134 case kEmpty_Type:
152 fType = kEmpty_Type;
171 if (kEmpty_Type == fType &&
413 case kEmpty_Type:
673 case Element::kEmpty_Type:
857 SK_COMPILE_ASSERT(0 == kEmpty_Type, type_str)
    [all...]
SkRRect.cpp 270 fType = kEmpty_Type;
475 case kEmpty_Type:
SkCanvas.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfDiffEncoder.cpp 86 case SkClipStack::Element::kEmpty_Type:
  /external/skia/experimental/PdfViewer/src/
SkPdfDiffEncoder.cpp 86 case SkClipStack::Element::kEmpty_Type:
  /external/chromium_org/third_party/skia/tests/
ClipStackTest.cpp 261 case SkClipStack::Element::kEmpty_Type:
855 case SkClipStack::Element::kEmpty_Type:
870 case SkClipStack::Element::kEmpty_Type:
    [all...]
RoundRectTest.cpp 44 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
159 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
  /external/skia/tests/
ClipStackTest.cpp 261 case SkClipStack::Element::kEmpty_Type:
855 case SkClipStack::Element::kEmpty_Type:
870 case SkClipStack::Element::kEmpty_Type:
    [all...]
RoundRectTest.cpp 44 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
159 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 398 case Element::kEmpty_Type:
447 SkASSERT(Element::kEmpty_Type != element->getType());
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 396 case Element::kEmpty_Type:
446 SkASSERT(Element::kEmpty_Type != element->getType());
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 286 case SkClipStack::Element::kEmpty_Type:
333 case SkClipStack::Element::kEmpty_Type:
    [all...]
  /external/skia/src/utils/
SkLua.cpp 278 case SkClipStack::Element::kEmpty_Type:
325 case SkClipStack::Element::kEmpty_Type:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
LoggingCanvas.cpp 489 case SkRRect::kEmpty_Type: return "Empty";
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 339 if (type != SkClipStack::Element::kEmpty_Type) {
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 349 if (type != SkClipStack::Element::kEmpty_Type) {
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 276 case SkRRect::kEmpty_Type:
    [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 273 case SkRRect::kEmpty_Type:
    [all...]

Completed in 3144 milliseconds

1 2