HomeSort by relevance Sort by last modified time
    Searched refs:isMiter (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/ops/
GrStrokeRectOp.cpp 29 inline static bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) {
34 *isMiter = true;
38 *isMiter = false;
42 *isMiter = stroke.getMiter() >= SK_ScalarSqrt2;
44 return aa == GrAA::kYes || *isMiter;
116 bool isMiter;
117 if (!allowed_stroke(stroke, GrAA::kNo, &isMiter)) {
354 bool isMiter;
355 if (!allowed_stroke(stroke, GrAA::kYes, &isMiter)) {
359 stroke, isMiter);
    [all...]
  /external/skqp/src/gpu/ops/
GrStrokeRectOp.cpp 28 inline static bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) {
33 *isMiter = true;
37 *isMiter = false;
41 *isMiter = stroke.getMiter() >= SK_ScalarSqrt2;
43 return aa == GrAA::kYes || *isMiter;
115 bool isMiter;
116 if (!allowed_stroke(stroke, GrAA::kNo, &isMiter)) {
348 bool isMiter;
349 if (!allowed_stroke(stroke, GrAA::kYes, &isMiter)) {
353 stroke, isMiter);
    [all...]
  /external/skia/tests/
StrokeTest.cpp 76 bool isMiter = SkPaint::kMiter_Join == joins[i];
78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter);
79 if (isMiter) {
  /external/skqp/tests/
StrokeTest.cpp 76 bool isMiter = SkPaint::kMiter_Join == joins[i];
78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter);
79 if (isMiter) {

Completed in 118 milliseconds