OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstPt
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
PathOpsExtendedTest.cpp
152
SkPoint
firstPt
, lastPt;
158
firstPt
= pts[0];
181
if (firstPtSet && lastPtSet &&
firstPt
!= lastPt) {
183
firstPt
.fX,
firstPt
.fY);
/external/chromium_org/third_party/skia/src/core/
SkPath.cpp
242
SkPoint
firstPt
;
257
firstPt
= prevPt = pts[0];
289
return check_edge_against_rect(prevPt,
firstPt
, rect, direction);
[
all
...]
/external/skia/src/core/
SkPath.cpp
242
SkPoint
firstPt
;
257
firstPt
= prevPt = pts[0];
289
return check_edge_against_rect(prevPt,
firstPt
, rect, direction);
[
all
...]
/external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp
420
const SkPoint&
firstPt
= fPts[0];
439
if ((pt ==
firstPt
&& newT == 0) || (span.fPt == lastPt && newT == 1)) {
[
all
...]
/external/skia/src/pathops/
SkOpSegment.cpp
420
const SkPoint&
firstPt
= fPts[0];
439
if ((pt ==
firstPt
&& newT == 0) || (span.fPt == lastPt && newT == 1)) {
[
all
...]
Completed in 461 milliseconds