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

  /external/skia/legacy/src/core/
SkEdge.h 15 struct SkEdge {
22 SkEdge* fNext;
23 SkEdge* fPrev;
64 struct SkQuadraticEdge : public SkEdge {
74 struct SkCubicEdge : public SkEdge {
  /external/skia/src/core/
SkEdge.h 25 struct SkEdge {
32 SkEdge* fNext;
33 SkEdge* fPrev;
72 struct SkQuadraticEdge : public SkEdge {
82 struct SkCubicEdge : public SkEdge {
93 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, int shift) {

Completed in 5155 milliseconds