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

  /external/skia/include/core/
SkRRect.h 56 kEmpty_Type,
95 inline bool isEmpty() const { return kEmpty_Type == this->getType(); }
116 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/src/core/
SkClipStack.cpp 23 case kEmpty_Type:
63 case kEmpty_Type:
84 case kEmpty_Type:
107 case kEmpty_Type:
137 case kEmpty_Type:
156 fType = kEmpty_Type;
175 if (kEmpty_Type == fType &&
417 case kEmpty_Type:
653 if (element->getType() != SkClipStack::Element::kEmpty_Type) {
681 case Element::kEmpty_Type
    [all...]
SkRRect.cpp 315 fType = kEmpty_Type;
555 case kEmpty_Type:
SkCanvas.cpp     [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfDiffEncoder.cpp 86 case SkClipStack::Element::kEmpty_Type:
  /external/skia/tests/
RoundRectTest.cpp 47 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == other.getType());
108 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
215 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
ClipStackTest.cpp 261 case SkClipStack::Element::kEmpty_Type:
855 case SkClipStack::Element::kEmpty_Type:
870 case SkClipStack::Element::kEmpty_Type:
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 388 case Element::kEmpty_Type:
444 SkASSERT(Element::kEmpty_Type != element->getType());
    [all...]
  /external/skia/src/utils/
SkLua.cpp 334 case SkClipStack::Element::kEmpty_Type:
381 case SkClipStack::Element::kEmpty_Type:
    [all...]
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 296 if (type != SkClipStack::Element::kEmpty_Type) {
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 319 case SkRRect::kEmpty_Type:
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 392 if (SkClipStack::Element::kEmpty_Type == clipEntry->getType()) {
    [all...]

Completed in 846 milliseconds