Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrNonAAStrokeRectOp.cpp42 inline static bool allowed_stroke(const SkStrokeRec& stroke) { in allowed_stroke() function
74 if (!allowed_stroke(stroke)) { in Make()
DGrAAStrokeRectOp.cpp25 inline static bool allowed_stroke(const SkStrokeRec& stroke, bool* isMiter) { in allowed_stroke() function
144 if (!allowed_stroke(stroke, &isMiter)) { in Make()