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)
69 SK_ScalarSqrt2/2 + SK_Scalar1/10; in normals_too_curvy()1723 if (SkPaint::kMiter_Join == join && fMiterLimit < SK_ScalarSqrt2) { in strokeRect()
747 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()
372 stroke.getMiter() < SK_ScalarSqrt2)) { in strokeAARect()
1100 paint.getStrokeMiter() < SK_ScalarSqrt2) in rect_must_be_pathed()