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

  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 126 SkPoint *firstPt = verts, *lastPt = NULL;
245 firstPt[idx0] = miterPt[0];
246 firstPt[idx1] = miterPt[1];
276 firstPt[0] -= firstDir;
277 firstPt[1] -= firstDir;
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 126 SkPoint *firstPt = verts, *lastPt = NULL;
245 firstPt[idx0] = miterPt[0];
246 firstPt[idx1] = miterPt[1];
276 firstPt[0] -= firstDir;
277 firstPt[1] -= firstDir;
  /external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.cpp 153 SkPoint firstPt = {0, 0}, lastPt = {0, 0};
159 if (firstPtSet && lastPtSet && firstPt != lastPt) {
161 firstPt.fX, firstPt.fY);
164 firstPt = pts[0];
187 if (firstPtSet && lastPtSet && firstPt != lastPt) {
189 firstPt.fX, firstPt.fY);
198 if (firstPtSet && lastPtSet && firstPt != lastPt) {
200 firstPt.fX, firstPt.fY)
    [all...]
  /external/skia/tests/
PathOpsExtendedTest.cpp 153 SkPoint firstPt = {0, 0}, lastPt = {0, 0};
159 if (firstPtSet && lastPtSet && firstPt != lastPt) {
161 firstPt.fX, firstPt.fY);
164 firstPt = pts[0];
187 if (firstPtSet && lastPtSet && firstPt != lastPt) {
189 firstPt.fX, firstPt.fY);
198 if (firstPtSet && lastPtSet && firstPt != lastPt) {
200 firstPt.fX, firstPt.fY)
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 633 if hasattr(compo, "firstPt"):
635 x1,y1 = allCoords[compo.firstPt]
797 # XXX Ignoring self.firstPt & self.lastpt for now: I need to implement
822 self.firstPt, self.secondPt = int(x), int(y)
829 self.firstPt, self.secondPt = int(x), int(y)
865 if hasattr(self, "firstPt"):
866 if (0 <= self.firstPt <= 255) and (0 <= self.secondPt <= 255):
867 data = data + struct.pack(">BB", self.firstPt, self.secondPt)
869 data = data + struct.pack(">HH", self.firstPt, self.secondPt)
900 if not hasattr(self, "firstPt")
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp 413 SkPoint firstPt, lastCurve[4];
444 firstPt = *curve[0];
543 if (lastCurve[lastVerb] != firstPt) {
544 simple.lineTo(firstPt.fX, firstPt.fY);
547 firstIndex + 1, firstPt.fX, firstPt.fY);
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp 413 SkPoint firstPt, lastCurve[4];
444 firstPt = *curve[0];
543 if (lastCurve[lastVerb] != firstPt) {
544 simple.lineTo(firstPt.fX, firstPt.fY);
547 firstIndex + 1, firstPt.fX, firstPt.fY);
    [all...]
  /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 553 const SkPoint& firstPt = fPts[0];
578 if ((pt == firstPt && newT == 0) || (span.fPt == lastPt && newT == 1)) {
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 553 const SkPoint& firstPt = fPts[0];
578 if ((pt == firstPt && newT == 0) || (span.fPt == lastPt && newT == 1)) {
    [all...]

Completed in 248 milliseconds