Searched defs:shiftUp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp83 int shiftUp) {
107 setShiftedClip(&clip, *iclip, shiftUp);
121 if (edge->setLine(lines[i], lines[i + 1], shiftUp)) {
141 if (edge->setLine(pts[0], pts[1], shiftUp)) {
165 int shiftUp) {
168 fShiftUp = shiftUp;
170 SkScalar conicTol = SK_ScalarHalf * (1 << shiftUp);
173 return this->buildPoly(path, iclip, shiftUp);
182 setShiftedClip(&clip, *iclip, shiftUp);
82 buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp) argument
164 build(const SkPath& path, const SkIRect* iclip, int shiftUp) argument
/external/skia/src/core/
H A DSkEdgeBuilder.cpp83 int shiftUp) {
107 setShiftedClip(&clip, *iclip, shiftUp);
121 if (edge->setLine(lines[i], lines[i + 1], shiftUp)) {
141 if (edge->setLine(pts[0], pts[1], shiftUp)) {
165 int shiftUp) {
168 fShiftUp = shiftUp;
170 SkScalar conicTol = SK_ScalarHalf * (1 << shiftUp);
173 return this->buildPoly(path, iclip, shiftUp);
182 setShiftedClip(&clip, *iclip, shiftUp);
82 buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp) argument
164 build(const SkPath& path, const SkIRect* iclip, int shiftUp) argument

Completed in 1823 milliseconds