OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:monoy
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkEdgeBuilder.cpp
138
SkPoint
monoY
[10];
139
int n = SkChopCubicAtYExtrema(pts,
monoY
);
141
this->addCubic(&
monoY
[i * 3]);
SkEdgeClipper.cpp
204
SkPoint
monoY
[5];
205
int countY = SkChopQuadAtYExtrema(srcPts,
monoY
);
208
int countX = SkChopQuadAtXExtrema(&
monoY
[y * 2], monoX);
401
SkPoint
monoY
[10];
402
int countY = SkChopCubicAtYExtrema(srcPts,
monoY
);
404
// sk_assert_monotonic_y(&
monoY
[y * 3], 4);
406
int countX = SkChopCubicAtXExtrema(&
monoY
[y * 3], monoX);
Completed in 264 milliseconds