OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkOpContour
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h
14
class
SkOpContour
;
18
SkOpContour
* fOther;
24
class
SkOpContour
{
26
SkOpContour
() {
33
bool operator<(const
SkOpContour
& rh) const {
39
bool addCoincident(int index,
SkOpContour
* other, int otherIndex,
43
void addCross(const
SkOpContour
* crosser) {
66
bool addPartialCoincident(int index,
SkOpContour
* other, int otherIndex,
75
int addT(int segIndex,
SkOpContour
* other, int otherIndex, const SkPoint& pt, double newT) {
80
int addSelfT(int segIndex,
SkOpContour
* other, int otherIndex, const SkPoint& pt, double newT)
[
all
...]
/external/skia/src/pathops/
SkOpContour.h
14
class
SkOpContour
;
18
SkOpContour
* fOther;
24
class
SkOpContour
{
26
SkOpContour
() {
33
bool operator<(const
SkOpContour
& rh) const {
39
bool addCoincident(int index,
SkOpContour
* other, int otherIndex,
43
void addCross(const
SkOpContour
* crosser) {
66
bool addPartialCoincident(int index,
SkOpContour
* other, int otherIndex,
75
int addT(int segIndex,
SkOpContour
* other, int otherIndex, const SkPoint& pt, double newT) {
80
int addSelfT(int segIndex,
SkOpContour
* other, int otherIndex, const SkPoint& pt, double newT)
[
all
...]
Completed in 26 milliseconds