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

  /external/chromium_org/third_party/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)) {
168 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)) {
168 fShiftUp = shiftUp;

Completed in 42 milliseconds