Searched refs:fPoly (Results 1 – 1 of 1) sorted by relevance
/external/skia/samplecode/ |
D | SamplePathClip.cpp | 158 SkPoint fPoly[N]; member in EdgeClipView 163 fPoly[0].set(300, 40); in EdgeClipView() 164 fPoly[1].set(550, 250); in EdgeClipView() 165 fPoly[2].set(40, 450); in EdgeClipView() 195 path.addPoly(fPoly, N, true); in onDrawContent() 208 canvas->drawLine(fPoly[i].x(), fPoly[i].y(), fPoly[j].x(), fPoly[j].y(), p); in onDrawContent() 234 draw_clipped_line(canvas, fClip, fPoly[i], fPoly[j], p); in onDrawContent() 261 SkPoint* fPoly; member in EdgeClipView::DragPolyClick 265 : MyClick(view), fPoly(poly), fCount(count) in DragPolyClick() 274 fPoly[i].set(snap(fSrc[i].x() + dx), snap(fSrc[i].y() + dy)); in handleMove() [all …]
|