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

  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 72 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0) {
74 return fPathRef->growForVerb(verb, weight);
368 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight);
  /external/skia/include/core/
SkPathRef.h 72 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0) {
74 return fPathRef->growForVerb(verb, weight);
368 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight);
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 633 ed.growForVerb(kMove_Verb)->set(x, y);
662 ed.growForVerb(kLine_Verb)->set(x, y);
680 SkPoint* pts = ed.growForVerb(kQuad_Verb);
710 SkPoint* pts = ed.growForVerb(kConic_Verb, w);
733 SkPoint* pts = ed.growForVerb(kCubic_Verb);
762 ed.growForVerb(kClose_Verb);
828 ed.growForVerb(kMove_Verb)->set(pts[0].fX, pts[0].fY);
835 ed.growForVerb(kClose_Verb);
    [all...]
SkPathRef.cpp 370 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) {
400 SkDEBUGFAIL("growForVerb called for kDone");
  /external/skia/src/core/
SkPath.cpp 633 ed.growForVerb(kMove_Verb)->set(x, y);
662 ed.growForVerb(kLine_Verb)->set(x, y);
680 SkPoint* pts = ed.growForVerb(kQuad_Verb);
710 SkPoint* pts = ed.growForVerb(kConic_Verb, w);
733 SkPoint* pts = ed.growForVerb(kCubic_Verb);
762 ed.growForVerb(kClose_Verb);
828 ed.growForVerb(kMove_Verb)->set(pts[0].fX, pts[0].fY);
835 ed.growForVerb(kClose_Verb);
    [all...]
SkPathRef.cpp 370 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) {
400 SkDEBUGFAIL("growForVerb called for kDone");

Completed in 254 milliseconds