OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cubicPointCount
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/
GrPathUtils.h
44
uint32_t
cubicPointCount
(const SkPoint points[], SkScalar tol);
GrPathUtils.cpp
95
uint32_t GrPathUtils::
cubicPointCount
(const SkPoint points[],
190
pointCount +=
cubicPointCount
(pts, tol);
GrTessellator.cpp
596
int pointsLeft = GrPathUtils::
cubicPointCount
(pts, tolerance);
[
all
...]
/external/skia/src/gpu/batches/
GrDefaultPathRenderer.cpp
499
GrPathUtils::
cubicPointCount
(pts, srcSpaceTol));
GrAAConvexTessellator.cpp
[
all
...]
Completed in 49 milliseconds