Home
last modified time | relevance | path

Searched refs:kHairline_Style (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkStrokeRec.h27 kHairline_Style, enumerator
40 return kHairline_Style == this->getStyle(); in isHairlineStyle()
/external/skia/src/core/
DSkStrokeRec.cpp64 return kHairline_Style; in getStyle()
/external/skia/src/gpu/
DGrContext.cpp966 bool isStroke = (style == SkStrokeRec::kStroke_Style || style == SkStrokeRec::kHairline_Style); in canDrawOval()
986 … bool isStroke = (style == SkStrokeRec::kStroke_Style || style == SkStrokeRec::kHairline_Style); in internalDrawOval()
1044 if (style == SkStrokeRec::kStroke_Style || style == SkStrokeRec::kHairline_Style) { in internalDrawOval()
/external/skia/tests/
DPathTest.cpp489 REPORTER_ASSERT(reporter, SkStrokeRec::kHairline_Style == rec.getStyle()); in test_strokerec()