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

  /external/skia/src/core/
SkStroke.cpp 708 SkVector normalAB, unitAB, normalBC, unitBC;
718 this->setConicEndNormal(conic, normalAB, unitAB, &normalBC, &unitBC);
719 this->postJoinTo(pt2, normalBC, unitBC);
746 SkVector normalAB, unitAB, normalBC, unitBC;
756 this->setQuadEndNormal(quad, normalAB, unitAB, &normalBC, &unitBC);
758 this->postJoinTo(pt2, normalBC, unitBC);
    [all...]
  /external/skqp/src/core/
SkStroke.cpp 707 SkVector normalAB, unitAB, normalBC, unitBC;
717 this->setConicEndNormal(conic, normalAB, unitAB, &normalBC, &unitBC);
718 this->postJoinTo(pt2, normalBC, unitBC);
745 SkVector normalAB, unitAB, normalBC, unitBC;
755 this->setQuadEndNormal(quad, normalAB, unitAB, &normalBC, &unitBC);
757 this->postJoinTo(pt2, normalBC, unitBC);
    [all...]

Completed in 73 milliseconds