OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstPt
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathOpsExtendedTest.cpp
57
SkPoint
firstPt
= {0, 0}, lastPt = {0, 0};
63
if (firstPtSet && lastPtSet &&
firstPt
!= lastPt) {
65
firstPt
.fX,
firstPt
.fY);
68
firstPt
= pts[0];
98
if (firstPtSet && lastPtSet &&
firstPt
!= lastPt) {
100
firstPt
.fX,
firstPt
.fY);
109
if (firstPtSet && lastPtSet &&
firstPt
!= lastPt) {
111
firstPt
.fX, firstPt.fY)
[
all
...]
/external/skia/src/core/
SkPath.cpp
264
SkPoint
firstPt
;
279
firstPt
= prevPt = pts[0];
326
return check_edge_against_rect(prevPt,
firstPt
, rect, direction);
[
all
...]
Completed in 540 milliseconds