HomeSort by relevance Sort by last modified time
    Searched refs:PathToTriangles (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrTessellator.h 49 int PathToTriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds,
GrTessellator.cpp     [all...]
  /external/skqp/src/gpu/
GrTessellator.h 49 int PathToTriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds,
GrTessellator.cpp     [all...]
  /external/skia/src/gpu/ops/
GrTessellatingPathRenderer.cpp 285 int count = GrTessellator::PathToTriangles(getPath(), tol, clipBounds, &allocator, false,
312 int count = GrTessellator::PathToTriangles(path, tol, clipBounds, &allocator, true,
  /external/skqp/src/gpu/ops/
GrTessellatingPathRenderer.cpp 284 int count = GrTessellator::PathToTriangles(getPath(), tol, clipBounds, &allocator, false,
311 int count = GrTessellator::PathToTriangles(path, tol, clipBounds, &allocator, true,

Completed in 5502 milliseconds