Searched refs:GrPathUtils (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp12 #include "GrPathUtils.h"
201 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt,
280 GrPathUtils::generateQuadraticPoints(
283 GrPathUtils::quadraticPointCount(pts, srcSpaceTol));
295 uint16_t numPts = (uint16_t) GrPathUtils::generateCubicPoints(
298 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
347 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
H A DGrPathUtils.cpp8 #include "GrPathUtils.h"
13 SkScalar GrPathUtils::scaleToleranceToSrc(SkScalar devTol,
39 uint32_t GrPathUtils::quadraticPointCount(const SkPoint points[],
66 uint32_t GrPathUtils::generateQuadraticPoints(const SkPoint& p0,
91 uint32_t GrPathUtils::cubicPointCount(const SkPoint points[],
117 uint32_t GrPathUtils::generateCubicPoints(const SkPoint& p0,
147 int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths,
189 void GrPathUtils::QuadUVMatrix::set(const SkPoint qPts[3]) {
311 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkScalar klm[9]) {
529 void GrPathUtils
[all...]
H A DGrPathUtils.h20 namespace GrPathUtils { namespace
H A DGrAAHairLinePathRenderer.cpp16 #include "GrPathUtils.h"
436 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m,
438 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);
440 GrPathUtils::convertCubicToQuads(devPts, SK_Scalar1, false, kDummyDir, &q);
530 GrPathUtils::QuadUVMatrix DevToUV(qpts);
614 // k, l, m are calculated in function GrPathUtils::getConicKLM
619 GrPathUtils::getConicKLM(p, weight, klm);
H A DGrAAConvexPathRenderer.cpp15 #include "GrPathUtils.h"
262 GrPathUtils::convertCubicToQuads(pts, SK_Scalar1, true, dir, &quads);
471 GrPathUtils::QuadUVMatrix toUV(qpts);
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp12 #include "GrPathUtils.h"
201 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt,
280 GrPathUtils::generateQuadraticPoints(
283 GrPathUtils::quadraticPointCount(pts, srcSpaceTol));
295 uint16_t numPts = (uint16_t) GrPathUtils::generateCubicPoints(
298 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
347 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
H A DGrPathUtils.cpp8 #include "GrPathUtils.h"
13 SkScalar GrPathUtils::scaleToleranceToSrc(SkScalar devTol,
39 uint32_t GrPathUtils::quadraticPointCount(const SkPoint points[],
66 uint32_t GrPathUtils::generateQuadraticPoints(const SkPoint& p0,
91 uint32_t GrPathUtils::cubicPointCount(const SkPoint points[],
117 uint32_t GrPathUtils::generateCubicPoints(const SkPoint& p0,
147 int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths,
189 void GrPathUtils::QuadUVMatrix::set(const SkPoint qPts[3]) {
311 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkScalar klm[9]) {
529 void GrPathUtils
[all...]
H A DGrPathUtils.h20 namespace GrPathUtils { namespace
H A DGrAAHairLinePathRenderer.cpp16 #include "GrPathUtils.h"
436 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m,
438 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);
440 GrPathUtils::convertCubicToQuads(devPts, SK_Scalar1, false, kDummyDir, &q);
530 GrPathUtils::QuadUVMatrix DevToUV(qpts);
614 // k, l, m are calculated in function GrPathUtils::getConicKLM
619 GrPathUtils::getConicKLM(p, weight, klm);
H A DGrAAConvexPathRenderer.cpp15 #include "GrPathUtils.h"
261 GrPathUtils::convertCubicToQuads(pts, SK_Scalar1, true, dir, &quads);
470 GrPathUtils::QuadUVMatrix toUV(qpts);
/external/chromium_org/third_party/skia/gm/
H A Dbeziereffects.cpp16 #include "GrPathUtils.h"
121 int cnt = GrPathUtils::chopCubicAtLoopIntersection(controlPts,
278 GrPathUtils::getConicKLM(controlPts, weight, klmEqs);
503 GrPathUtils::QuadUVMatrix DevToUV(pts);
/external/skia/gm/
H A Dbeziereffects.cpp16 #include "GrPathUtils.h"
121 int cnt = GrPathUtils::chopCubicAtLoopIntersection(controlPts,
278 GrPathUtils::getConicKLM(controlPts, weight, klmEqs);
503 GrPathUtils::QuadUVMatrix DevToUV(pts);
/external/skia/
H A DAndroid.mk433 src/gpu/GrPathUtils.cpp \
/external/chromium_org/skia/
H A Dskia_library.target.darwin-arm.mk356 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.darwin-arm64.mk356 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.darwin-mips.mk356 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.darwin-mips64.mk356 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.darwin-x86.mk357 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.darwin-x86_64.mk357 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.linux-arm.mk356 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.linux-arm64.mk356 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.linux-mips.mk356 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.linux-mips64.mk356 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.linux-x86.mk357 third_party/skia/src/gpu/GrPathUtils.cpp \
H A Dskia_library.target.linux-x86_64.mk357 third_party/skia/src/gpu/GrPathUtils.cpp \

Completed in 282 milliseconds