OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:monoY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkEdgeBuilder.cpp
265
SkPoint
monoY
[10];
266
int n = SkChopCubicAtYExtrema(pts,
monoY
);
268
this->addCubic(&
monoY
[i * 3]);
SkEdgeClipper.cpp
205
SkPoint
monoY
[5];
206
int countY = SkChopQuadAtYExtrema(srcPts,
monoY
);
209
int countX = SkChopQuadAtXExtrema(&
monoY
[y * 2], monoX);
413
SkPoint
monoY
[10];
414
int countY = SkChopCubicAtYExtrema(srcPts,
monoY
);
417
int countX = SkChopCubicAtXExtrema(&
monoY
[y * 3], monoX);
Completed in 171 milliseconds