OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkOpSegment
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h
19
class
SkOpSegment
{
21
SkOpSegment
() {
27
bool operator<(const
SkOpSegment
& rh) const {
134
const
SkOpSegment
* other(int index) const {
243
int addSelfT(
SkOpSegment
* other, const SkPoint& pt, double newT);
244
int addT(
SkOpSegment
* other, const SkPoint& pt, double newT);
245
void addTCancel(const SkPoint& startPt, const SkPoint& endPt,
SkOpSegment
* other);
247
SkOpSegment
* other);
248
void addTPair(double t,
SkOpSegment
* other, double otherT, bool borrowWind, const SkPoint& pt);
257
bool findCoincidentMatch(const SkOpSpan* span, const
SkOpSegment
* other, int oStart, int oEnd
[
all
...]
/external/skia/src/pathops/
SkOpSegment.h
19
class
SkOpSegment
{
21
SkOpSegment
() {
27
bool operator<(const
SkOpSegment
& rh) const {
134
const
SkOpSegment
* other(int index) const {
243
int addSelfT(
SkOpSegment
* other, const SkPoint& pt, double newT);
244
int addT(
SkOpSegment
* other, const SkPoint& pt, double newT);
245
void addTCancel(const SkPoint& startPt, const SkPoint& endPt,
SkOpSegment
* other);
247
SkOpSegment
* other);
248
void addTPair(double t,
SkOpSegment
* other, double otherT, bool borrowWind, const SkPoint& pt);
257
bool findCoincidentMatch(const SkOpSpan* span, const
SkOpSegment
* other, int oStart, int oEnd
[
all
...]
Completed in 471 milliseconds