Home
last modified time | relevance | path

Searched defs:tan0 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/tessellate/
H A DTessellation.cpp308 float2 tan0 = skvx::if_then_else(C != 0, C, p2 - p0); in FindCubicConvex180Chops() local
/aosp_15_r20/external/skia/src/core/
H A DSkGeometry.cpp237 SkVector tan0 = src[1] - src[0]; in SkFindQuadMidTangent() local
626 SkVector tan0 = (src[0] == src[1]) ? src[2] - src[0] : src[1] - src[0]; in SkFindCubicMidTangent() local
1608 SkVector tan0 = fPts[1] - fPts[0]; in findMidTangent() local