OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vertical_line
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pathops/
SkReduceOrder.cpp
25
static int
vertical_line
(const SkDQuad& quad, SkDQuad& reduction) {
function
85
return
vertical_line
(quad, fQuad);
109
static int
vertical_line
(const SkDCubic& cubic, SkDCubic& reduction) {
function
226
return
vertical_line
(cubic, fCubic);
/external/skia/src/core/
SkEdgeBuilder.cpp
66
static bool
vertical_line
(const SkEdge* edge) {
function
73
if (
vertical_line
(edge) && fList.count()) {
139
return !
vertical_line
(edge) || edgePtr <= fEdgeList ? kNo_Combine :
Completed in 197 milliseconds