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

  /external/skia/src/gpu/
GrPathUtils.h 106 void getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* klm);
GrPathUtils.cpp 320 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* out) {
  /external/skqp/src/gpu/
GrPathUtils.h 106 void getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* klm);
GrPathUtils.cpp 320 void GrPathUtils::getConicKLM(const SkPoint p[3], const SkScalar weight, SkMatrix* out) {
  /external/skia/gm/
beziereffects.cpp 365 GrPathUtils::getConicKLM(controlPts, weight, &klm);
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 597 // k, l, m are calculated in function GrPathUtils::getConicKLM
602 GrPathUtils::getConicKLM(p, weight, &klm);
    [all...]
  /external/skqp/gm/
beziereffects.cpp 365 GrPathUtils::getConicKLM(controlPts, weight, &klm);
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.cpp 597 // k, l, m are calculated in function GrPathUtils::getConicKLM
602 GrPathUtils::getConicKLM(p, weight, &klm);
    [all...]

Completed in 536 milliseconds