OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:midX
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
ConvexHull.cpp
33
int
midX
= -1;
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
].y - midPath[least].y)
[
all
...]
CubicReduceOrder.cpp
77
double
midX
= cubic[0].x + dx10 * 3 / 2;
78
if (!AlmostEqualUlps(
midX
- cubic[3].x, dx23 * 3 / 2)) {
88
reduction[1].x =
midX
;
/external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp
134
double
midX
= cubic[0].fX + dx10 * 3 / 2;
135
double sideAx =
midX
- cubic[3].fX;
151
reduction[1].fX =
midX
;
/external/chromium_org/third_party/skia/src/utils/win/
SkDWriteGeometrySink.cpp
93
float
midX
= cubic[0].x + dx10 * 3 / 2;
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/tests/
BlurTest.cpp
176
int
midX
= dst.fBounds.centerX();
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();
232
canvas->translate(-
midX
, -midY);
/development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp
[
all
...]
Completed in 256 milliseconds