Home
last modified time | relevance | path

Searched defs:bisector (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrAATriangulator.cpp104 Edge bisector(v, v->fPartner, 1, EdgeType::kConnector); in makeEvent() local
455 Line bisector(innerPoint, outerPoint); in strokeBoundary() local
H A DGrAAConvexTessellator.h152 const SkPoint& bisector(int index) const { return fPts[index].fBisector; } in bisector() function
H A DGrAAConvexTessellator.cpp361 const SkVector& bisector, in computePtAlongBisector()
/aosp_15_r20/external/toolchain-utils/binary_search_tool/
H A Drun_bisect.py330 def Run(bisector): argument
/aosp_15_r20/external/skia/src/core/
H A DSkGeometry.cpp239 SkVector bisector = SkFindBisector(tan0, -tan1); in SkFindQuadMidTangent() local
628 SkVector bisector = SkFindBisector(tan0, -tan1); in SkFindCubicMidTangent() local
1610 SkVector bisector = SkFindBisector(tan0, -tan1); in findMidTangent() local