Home
last modified time | relevance | path

Searched refs:SK_ScalarSqrt2 (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkDistanceFieldGen.cpp165 + 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()
DSkStrokerPriv.h20 #define CUBIC_ARC_FACTOR ((SK_ScalarSqrt2 - SK_Scalar1) * 4 / 3)
DSkStroke.cpp69 SK_ScalarSqrt2/2 + SK_Scalar1/10; in normals_too_curvy()
1723 if (SkPaint::kMiter_Join == join && fMiterLimit < SK_ScalarSqrt2) { in strokeRect()
DSkDraw.cpp747 paint.getStrokeMiter() < SK_ScalarSqrt2) { in easy_rect_join()
/external/skia/include/core/
DSkScalar.h26 #define SK_ScalarSqrt2 1.41421356f macro
69 #define SK_ScalarSqrt2 1.414213562373095 macro
/external/skia/bench/
DGameBench.cpp120 maxTransX = size.fWidth - SK_ScalarSqrt2 * height; in onDraw()
121 maxTransY = size.fHeight - SK_ScalarSqrt2 * height; in onDraw()
/external/skia/src/gpu/
DGrAARectRenderer.cpp372 stroke.getMiter() < SK_ScalarSqrt2)) { in strokeAARect()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1100 paint.getStrokeMiter() < SK_ScalarSqrt2) in rect_must_be_pathed()