HomeSort by relevance Sort by last modified time
    Searched defs:firstPt (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
PathOpsExtendedTest.cpp 88 SkPoint firstPt = {0, 0}, lastPt = {0, 0};
94 if (firstPtSet && lastPtSet && firstPt != lastPt) {
96 firstPt.fX, firstPt.fY);
99 firstPt = pts[0];
129 if (firstPtSet && lastPtSet && firstPt != lastPt) {
131 firstPt.fX, firstPt.fY);
140 if (firstPtSet && lastPtSet && firstPt != lastPt) {
142 firstPt.fX, firstPt.fY)
    [all...]
PathTest.cpp     [all...]
  /external/skqp/tests/
PathOpsExtendedTest.cpp 88 SkPoint firstPt = {0, 0}, lastPt = {0, 0};
94 if (firstPtSet && lastPtSet && firstPt != lastPt) {
96 firstPt.fX, firstPt.fY);
99 firstPt = pts[0];
129 if (firstPtSet && lastPtSet && firstPt != lastPt) {
131 firstPt.fX, firstPt.fY);
140 if (firstPtSet && lastPtSet && firstPt != lastPt) {
142 firstPt.fX, firstPt.fY)
    [all...]
PathTest.cpp     [all...]
  /external/skia/samplecode/
SampleAAGeometry.cpp 204 SkPoint firstPt = { 0, 0 }; // init to avoid warning
241 result.lineTo((lastPt.fX + firstPt.fX) / 2, (lastPt.fY + firstPt.fY) / 2);
251 result.moveTo(firstPt = pts[0]);
1081 SkPoint firstPt = { 0, 0 }; // init to avoid warning;
    [all...]
  /external/skqp/samplecode/
SampleAAGeometry.cpp 204 SkPoint firstPt = { 0, 0 }; // init to avoid warning
241 result.lineTo((lastPt.fX + firstPt.fX) / 2, (lastPt.fY + firstPt.fY) / 2);
251 result.moveTo(firstPt = pts[0]);
1081 SkPoint firstPt = { 0, 0 }; // init to avoid warning;
    [all...]
  /external/skia/src/core/
SkPath.cpp 281 SkPoint firstPt;
296 firstPt = prevPt = pts[0];
344 return check_edge_against_rect(prevPt, firstPt, rect, direction);
    [all...]
  /external/skqp/src/core/
SkPath.cpp 280 SkPoint firstPt;
295 firstPt = prevPt = pts[0];
343 return check_edge_against_rect(prevPt, firstPt, rect, direction);
    [all...]

Completed in 153 milliseconds