Searched refs:kOval_Type (Results 1 – 17 of 17) sorted by relevance
/external/skia/include/core/ |
D | SkRRect.h | 67 kOval_Type, enumerator 100 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() 190 fType = kOval_Type; in setOval()
|
D | SkDrawFilter.h | 35 kOval_Type, enumerator
|
/external/skia/src/core/ |
D | SkRRect.cpp | 45 fType = kOval_Type; in setRectXY() 90 fType = kOval_Type; in setNinePatch() 205 if (kOval_Type == this->type()) { in checkCornerContainment() 324 fType = kOval_Type; in computeType() 384 if (kOval_Type == fType) { in transform() 538 case kOval_Type: in isValid()
|
D | SkCanvas.cpp | 2051 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, &oval) in onDrawOval() 2073 LOOPER_BEGIN(paint, SkDrawFilter::kOval_Type, &oval) in onDrawArc()
|
/external/skia/src/gpu/ |
D | GrShape.h | 75 } else if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in GrShape() 307 if (fRRectData.fRRect.getType() == SkRRect::kOval_Type) { in segmentMask()
|
D | GrShape.cpp | 372 SkASSERT(fRRectData.fRRect.getType() != SkRRect::kOval_Type); in attemptToSimplifyPath()
|
/external/skia/include/utils/ |
D | SkPaintFilterCanvas.h | 34 kOval_Type, enumerator
|
/external/skia/src/gpu/instanced/ |
D | InstancedRenderingTypes.h | 61 GR_STATIC_ASSERT((int)ShapeType::kOval == SkRRect::kOval_Type - 1); in GetRRectShapeType()
|
/external/skia/gm/ |
D | shapes.cpp | 106 case SkRRect::kOval_Type: in drawShapes()
|
/external/skia/src/effects/ |
D | SkRRectsGaussianEdgeMaskFilter.cpp | 57 SkASSERT(rr.getType() == SkRRect::kOval_Type || rr.getType() == SkRRect::kRect_Type || in compute_rrect_normalized_dist() 71 case SkRRect::kOval_Type: { in compute_rrect_normalized_dist()
|
D | SkBlurMaskFilter.cpp | 477 case SkRRect::kOval_Type: in filterRRectToNine()
|
/external/skia/bench/ |
D | PathBench.cpp | 821 kOval_Type, enumerator 836 case kOval_Type: in ConservativelyContainsBench() 1182 DEF_BENCH( return new ConservativelyContainsBench(ConservativelyContainsBench::kOval_Type); )
|
/external/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 80 AutoPaintFilter apf(this, kOval_Type, paint); in onDrawOval()
|
D | SkLua.cpp | 1555 case SkRRect::kOval_Type: return "oval"; in rrect_type()
|
/external/skia/tests/ |
D | RoundRectTest.cpp | 195 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr2.type()); in test_round_rect_basic() 309 REPORTER_ASSERT(reporter, SkRRect::kOval_Type == rr1.type()); in test_round_rect_ovals()
|
D | RRectInPathTest.cpp | 48 case SkRRect::kOval_Type: in inner_path_contains_rrect()
|
D | GrShapeTest.cpp | 1361 case SkRRect::kOval_Type: in canonicalize_rrect_start()
|