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

  /external/skia/src/gpu/ops/
GrDefaultPathRenderer.cpp 102 void addQuad(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) {
110 GrPathUtils::quadraticPointCount(pts, srcSpaceTol));
119 SkScalar srcSpaceTol) {
121 const SkPoint* quadPts = converter.computeQuads(pts, weight, srcSpaceTol);
123 this->addQuad(quadPts + i * 2, srcSpaceTolSqd, srcSpaceTol);
127 void addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) {
135 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
143 void addPath(const SkPath& path, SkScalar srcSpaceTol) {
144 SkScalar srcSpaceTolSqd = srcSpaceTol * srcSpaceTol;
    [all...]
  /external/skqp/src/gpu/ops/
GrDefaultPathRenderer.cpp 102 void addQuad(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) {
110 GrPathUtils::quadraticPointCount(pts, srcSpaceTol));
119 SkScalar srcSpaceTol) {
121 const SkPoint* quadPts = converter.computeQuads(pts, weight, srcSpaceTol);
123 this->addQuad(quadPts + i * 2, srcSpaceTolSqd, srcSpaceTol);
127 void addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) {
135 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
143 void addPath(const SkPath& path, SkScalar srcSpaceTol) {
144 SkScalar srcSpaceTolSqd = srcSpaceTol * srcSpaceTol;
    [all...]

Completed in 52 milliseconds