Searched refs:midX (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DConvexHull.cpp33 int midX = -1; local
55 if (midX >= 0) {
58 midX = index;
63 if (midX >= 0) {
72 if (midX < 0) {
73 midX = yMin ^ 3; // choose any other point
75 int mask = other_two(yMin, midX);
77 int most = midX ^ mask;
84 order[2] = midX;
88 midSides ^= side(midPath[midX]
[all...]
H A DCubicReduceOrder.cpp77 double midX = cubic[0].x + dx10 * 3 / 2; local
78 if (!AlmostEqualUlps(midX - cubic[3].x, dx23 * 3 / 2)) {
88 reduction[1].x = midX;
/external/skia/experimental/Intersection/
H A DConvexHull.cpp33 int midX = -1; local
55 if (midX >= 0) {
58 midX = index;
63 if (midX >= 0) {
72 if (midX < 0) {
73 midX = yMin ^ 3; // choose any other point
75 int mask = other_two(yMin, midX);
77 int most = midX ^ mask;
84 order[2] = midX;
88 midSides ^= side(midPath[midX]
[all...]
H A DCubicReduceOrder.cpp77 double midX = cubic[0].x + dx10 * 3 / 2; local
78 if (!AlmostEqualUlps(midX - cubic[3].x, dx23 * 3 / 2)) {
88 reduction[1].x = midX;
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp93 float midX = cubic[0].x + dx10 * 3 / 2; local
94 //NOTE: !approximately_equal(midX - cubic[3].x, dx23 * 3 / 2)
96 if (!approximately_equal(midX, (dx23 * 3 / 2) + cubic[3].x)) {
106 reduction[1].x = midX;
/external/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp93 float midX = cubic[0].x + dx10 * 3 / 2; local
94 //NOTE: !approximately_equal(midX - cubic[3].x, dx23 * 3 / 2)
96 if (!approximately_equal(midX, (dx23 * 3 / 2) + cubic[3].x)) {
106 reduction[1].x = midX;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkReduceOrder.cpp134 double midX = cubic[0].fX + dx10 * 3 / 2; local
135 double sideAx = midX - cubic[3].fX;
151 reduction[1].fX = midX;
/external/skia/src/pathops/
H A DSkReduceOrder.cpp134 double midX = cubic[0].fX + dx10 * 3 / 2; local
135 double sideAx = midX - cubic[3].fX;
151 reduction[1].fX = midX;
/external/chromium_org/third_party/skia/tests/
H A DBlurTest.cpp176 int midX = dst.fBounds.centerX(); local
178 uint8_t* bytes = dst.getAddr8(midX, midY);
180 for (i = 0; i < dst.fBounds.width()-(midX-dst.fBounds.fLeft); ++i) {
229 SkScalar midX = path.getBounds().centerX(); local
232 canvas->translate(-midX, -midY);
/external/skia/tests/
H A DBlurTest.cpp176 int midX = dst.fBounds.centerX(); local
178 uint8_t* bytes = dst.getAddr8(midX, midY);
180 for (i = 0; i < dst.fBounds.width()-(midX-dst.fBounds.fLeft); ++i) {
229 SkScalar midX = path.getBounds().centerX(); local
232 canvas->translate(-midX, -midY);

Completed in 238 milliseconds