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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp12 #include "GrPathUtils.h"
202 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt,
281 GrPathUtils::generateQuadraticPoints(
284 GrPathUtils::quadraticPointCount(pts, srcSpaceTol));
296 uint16_t numPts = (uint16_t) GrPathUtils::generateCubicPoints(
299 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
334 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 GrPoint points[],
66 uint32_t GrPathUtils::generateQuadraticPoints(const GrPoint& p0,
91 uint32_t GrPathUtils::cubicPointCount(const GrPoint points[],
117 uint32_t GrPathUtils::generateCubicPoints(const GrPoint& p0,
147 int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths,
189 void GrPathUtils::QuadUVMatrix::set(const GrPoint qPts[3]) {
461 void GrPathUtils::convertCubicToQuads(const GrPoint p[4],
H A DGrPathUtils.h21 namespace GrPathUtils { namespace
H A DGrAAHairLinePathRenderer.cpp16 #include "GrPathUtils.h"
429 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m,
431 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);
433 GrPathUtils::convertCubicToQuads(devPts, SK_Scalar1, false, kDummyDir, &q);
523 GrPathUtils::QuadUVMatrix DevToUV(qpts);
H A DGrAAConvexPathRenderer.cpp15 #include "GrPathUtils.h"
277 GrPathUtils::convertCubicToQuads(pts, SK_Scalar1, true, dir, &quads);
438 GrPathUtils::QuadUVMatrix toUV(qpts);
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp12 #include "GrPathUtils.h"
202 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt,
281 GrPathUtils::generateQuadraticPoints(
284 GrPathUtils::quadraticPointCount(pts, srcSpaceTol));
296 uint16_t numPts = (uint16_t) GrPathUtils::generateCubicPoints(
299 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
334 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 GrPoint points[],
66 uint32_t GrPathUtils::generateQuadraticPoints(const GrPoint& p0,
91 uint32_t GrPathUtils::cubicPointCount(const GrPoint points[],
117 uint32_t GrPathUtils::generateCubicPoints(const GrPoint& p0,
147 int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths,
189 void GrPathUtils::QuadUVMatrix::set(const GrPoint qPts[3]) {
461 void GrPathUtils::convertCubicToQuads(const GrPoint p[4],
H A DGrPathUtils.h21 namespace GrPathUtils { namespace
H A DGrAAHairLinePathRenderer.cpp16 #include "GrPathUtils.h"
429 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m,
431 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);
433 GrPathUtils::convertCubicToQuads(devPts, SK_Scalar1, false, kDummyDir, &q);
523 GrPathUtils::QuadUVMatrix DevToUV(qpts);
H A DGrAAConvexPathRenderer.cpp15 #include "GrPathUtils.h"
277 GrPathUtils::convertCubicToQuads(pts, SK_Scalar1, true, dir, &quads);
438 GrPathUtils::QuadUVMatrix toUV(qpts);
/external/skia/
H A DAndroid.mk464 src/gpu/GrPathUtils.cpp \

Completed in 378 milliseconds