Home
last modified time | relevance | path

Searched refs:kNinePatch_Type (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/include/core/
DSkRRect.h67 kNinePatch_Type, //!< non-zero width and height with axis-aligned radii enumerator
83 inline bool isNinePatch() const { return kNinePatch_Type == this->getType(); } in isNinePatch()
/third_party/skia/src/core/
DSkRRect.cpp126 fType = kNinePatch_Type; in setNinePatch()
410 fType = kNinePatch_Type; in computeType()
721 case kNinePatch_Type: in isValid()
DSkBlurMF.cpp309 case SkRRect::kNinePatch_Type: in filterRRectToNine()
/third_party/skia/src/gpu/effects/
DGrRRectEffect.cpp560 case SkRRect::kNinePatch_Type: { in emitCode()
632 case SkRRect::kNinePatch_Type: { in onSetData()
/third_party/skia/src/gpu/ops/
DFillRRectOp.cpp829 case SkRRect::kNinePatch_Type: { in can_use_hw_derivatives_with_coverage()
/third_party/skia/tests/
DRoundRectTest.cpp156 REPORTER_ASSERT(reporter, SkRRect::kNinePatch_Type == rr.type()); in test_9patch_rrect()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt3262 enum Type { kEmpty_Type, kRect_Type, kOval_Type, kSimple_Type, kNinePatch_Type, kComplex_Type, kLas…