Searched refs:SK_ScalarSqrt2 (Results 1 – 8 of 8) sorted by relevance
165 + SK_ScalarSqrt2*(currData+1)->fAlpha in init_distances()166 - SK_ScalarSqrt2*(currData-1)->fAlpha in init_distances()169 + SK_ScalarSqrt2*nextData->fAlpha in init_distances()170 - SK_ScalarSqrt2*prevData->fAlpha in init_distances()
20 #define CUBIC_ARC_FACTOR ((SK_ScalarSqrt2 - SK_Scalar1) * 4 / 3)
1517 if (SkPaint::kMiter_Join == join && fMiterLimit < SK_ScalarSqrt2) { in strokeRect()
754 paint.getStrokeMiter() < SK_ScalarSqrt2) { in easy_rect_join()
26 #define SK_ScalarSqrt2 1.41421356f macro69 #define SK_ScalarSqrt2 1.414213562373095 macro
120 maxTransX = size.fWidth - SK_ScalarSqrt2 * height; in onDraw()121 maxTransY = size.fHeight - SK_ScalarSqrt2 * height; in onDraw()
526 stroke.getMiter() < SK_ScalarSqrt2)) { in is_miter()
1107 paint.getStrokeMiter() < SK_ScalarSqrt2) in rect_must_be_pathed()