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

  /external/skia/src/core/
SkEdge.h 19 struct SkEdge {
26 SkEdge* fNext;
27 SkEdge* fPrev;
65 struct SkQuadraticEdge : public SkEdge {
76 struct SkCubicEdge : public SkEdge {
88 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, int shift) {
  /external/skqp/src/core/
SkEdge.h 19 struct SkEdge {
26 SkEdge* fNext;
27 SkEdge* fPrev;
65 struct SkQuadraticEdge : public SkEdge {
76 struct SkCubicEdge : public SkEdge {
88 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, int shift) {

Completed in 68 milliseconds