OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:worstCasePointCount
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/
GrPathUtils.h
27
int
worstCasePointCount
(const SkPath&,
GrPathUtils.cpp
156
int GrPathUtils::
worstCasePointCount
(const SkPath& path, int* subpaths,
GrTessellator.cpp
[
all
...]
/external/skia/src/gpu/batches/
GrDefaultPathRenderer.cpp
285
maxVertices += GrPathUtils::
worstCasePointCount
(args.fPath, &contourCount,
GrPLSPathRenderer.cpp
141
int maxPts = GrPathUtils::
worstCasePointCount
(path, &contourCnt, tol);
[
all
...]
Completed in 376 milliseconds