OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:horizontal_line
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pathops/
SkReduceOrder.cpp
32
static int
horizontal_line
(const SkDQuad& quad, SkDQuad& reduction) {
function
91
return
horizontal_line
(quad, fQuad);
118
static int
horizontal_line
(const SkDCubic& cubic, SkDCubic& reduction) {
function
232
return
horizontal_line
(cubic, fCubic);
/external/skqp/src/pathops/
SkReduceOrder.cpp
32
static int
horizontal_line
(const SkDQuad& quad, SkDQuad& reduction) {
function
91
return
horizontal_line
(quad, fQuad);
118
static int
horizontal_line
(const SkDCubic& cubic, SkDCubic& reduction) {
function
232
return
horizontal_line
(cubic, fCubic);
Completed in 215 milliseconds