Searched defs:isFillStyle (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrStrokeInfo.h70 if (pe && !fStroke.isFillStyle()) {
88 if (!fStroke.isFillStyle()) {
89 SkASSERT(!fStroke.isFillStyle());
102 return (!fStroke.isFillStyle() && SkPathEffect::kDash_DashType == fDashType);
105 bool isFillStyle() const { return fStroke.isFillStyle(); } function in class:GrStrokeInfo
/external/skia/include/core/
H A DSkStrokeRec.h47 bool isFillStyle() const { function in class:SkStrokeRec

Completed in 150 milliseconds