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

  /external/skia/legacy/src/core/
SkEdgeBuilder.h 30 int fShiftUp;
SkEdgeBuilder.cpp 25 if (edge->setLine(pts[0], pts[1], NULL, fShiftUp)) {
34 if (edge->setQuadratic(pts, fShiftUp)) {
43 if (edge->setCubic(pts, NULL, fShiftUp)) {
84 fShiftUp = shiftUp;
  /external/skia/src/core/
SkEdgeBuilder.h 41 int fShiftUp;
SkEdgeBuilder.cpp 27 if (edge->setLine(pts[0], pts[1], fShiftUp)) {
36 if (edge->setQuadratic(pts, fShiftUp)) {
45 if (edge->setCubic(pts, NULL, fShiftUp)) {
160 fShiftUp = shiftUp;

Completed in 232 milliseconds