Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrNonAAStrokeRectOp.cpp48 inline static bool allowed_stroke(const SkStrokeRec& stroke) { in allowed_stroke() function
84 if (!allowed_stroke(stroke)) { in Make()
DGrAAStrokeRectOp.cpp26 inline static bool allowed_stroke(const SkStrokeRec& stroke, bool* isMiter) { in allowed_stroke() function
145 if (!allowed_stroke(stroke, &isMiter)) { in Make()
/external/skqp/src/gpu/ops/
DGrNonAAStrokeRectOp.cpp48 inline static bool allowed_stroke(const SkStrokeRec& stroke) { in allowed_stroke() function
84 if (!allowed_stroke(stroke)) { in Make()
DGrAAStrokeRectOp.cpp26 inline static bool allowed_stroke(const SkStrokeRec& stroke, bool* isMiter) { in allowed_stroke() function
145 if (!allowed_stroke(stroke, &isMiter)) { in Make()