OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCubic
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkEdge.h
81
int
setCubic
(const SkPoint pts[4], const SkIRect* clip, int shiftUp);
SkEdgeBuilder.cpp
43
if (edge->
setCubic
(pts, NULL, fShiftUp)) {
SkEdge.cpp
15
In setLine, setQuadratic,
setCubic
, the first thing we do is to convert
310
int SkCubicEdge::
setCubic
(const SkPoint pts[4], const SkIRect* clip, int shift)
Completed in 82 milliseconds