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

  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 12 #include "GrPathUtils.h"
203 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt,
282 GrPathUtils::generateQuadraticPoints(
285 GrPathUtils::quadraticPointCount(pts, srcSpaceTol));
297 uint16_t numPts = (uint16_t) GrPathUtils::generateCubicPoints(
300 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
349 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
GrPathUtils.cpp 8 #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]) {
314 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkScalar klm[9]) {
525 void GrPathUtils::convertCubicToQuads(const GrPoint p[4]
    [all...]
GrPathUtils.h 21 namespace GrPathUtils {
GrAAHairLinePathRenderer.cpp 16 #include "GrPathUtils.h"
445 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m,
447 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);
449 GrPathUtils::convertCubicToQuads(devPts, SK_Scalar1, false, kDummyDir, &q);
539 GrPathUtils::QuadUVMatrix DevToUV(qpts);
623 // k, l, m are calculated in function GrPathUtils::getConicKLM
628 GrPathUtils::getConicKLM(p, weight, klm);
    [all...]
GrAAConvexPathRenderer.cpp 15 #include "GrPathUtils.h"
261 GrPathUtils::convertCubicToQuads(pts, SK_Scalar1, true, dir, &quads);
470 GrPathUtils::QuadUVMatrix toUV(qpts);
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 12 #include "GrPathUtils.h"
203 int maxPts = GrPathUtils::worstCasePointCount(path, &contourCnt,
282 GrPathUtils::generateQuadraticPoints(
285 GrPathUtils::quadraticPointCount(pts, srcSpaceTol));
297 uint16_t numPts = (uint16_t) GrPathUtils::generateCubicPoints(
300 GrPathUtils::cubicPointCount(pts, srcSpaceTol));
349 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
GrPathUtils.cpp 8 #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]) {
314 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkScalar klm[9]) {
525 void GrPathUtils::convertCubicToQuads(const GrPoint p[4]
    [all...]
GrPathUtils.h 21 namespace GrPathUtils {
GrAAHairLinePathRenderer.cpp 16 #include "GrPathUtils.h"
445 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m,
447 GrPathUtils::convertCubicToQuads(pathPts, tolScale, false, kDummyDir, &q);
449 GrPathUtils::convertCubicToQuads(devPts, SK_Scalar1, false, kDummyDir, &q);
539 GrPathUtils::QuadUVMatrix DevToUV(qpts);
623 // k, l, m are calculated in function GrPathUtils::getConicKLM
628 GrPathUtils::getConicKLM(p, weight, klm);
    [all...]
GrAAConvexPathRenderer.cpp 15 #include "GrPathUtils.h"
261 GrPathUtils::convertCubicToQuads(pts, SK_Scalar1, true, dir, &quads);
470 GrPathUtils::QuadUVMatrix toUV(qpts);
  /external/skia/gm/
beziereffects.cpp 16 #include "GrPathUtils.h"
106 int cnt = GrPathUtils::chopCubicAtLoopIntersection(controlPts,
257 GrPathUtils::getConicKLM(controlPts, weight, klmEqs);
476 GrPathUtils::QuadUVMatrix DevToUV(pts);
  /external/skia/
Android.mk 464 src/gpu/GrPathUtils.cpp \

Completed in 3254 milliseconds