Searched refs:dstPt (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsConic.h | 54 void align(int endIndex, SkDPoint* dstPt) const { in align() 55 fPts.align(endIndex, dstPt); in align()
|
D | SkPathOpsQuad.cpp | 245 void SkDQuad::align(int endIndex, SkDPoint* dstPt) const { in align() 247 dstPt->fX = fPts[endIndex].fX; in align() 250 dstPt->fY = fPts[endIndex].fY; in align()
|
D | SkPathOpsQuad.h | 61 void align(int endIndex, SkDPoint* dstPt) const;
|
D | SkPathOpsCubic.h | 49 void align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const;
|
D | SkPathOpsCubic.cpp | 19 void SkDCubic::align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const { in align() 21 dstPt->fX = fPts[endIndex].fX; in align() 24 dstPt->fY = fPts[endIndex].fY; in align()
|
/external/opencv3/modules/imgproc/src/ |
D | subdivision2d.cpp | 179 void Subdiv2D::setEdgePoints(int edge, int orgPt, int dstPt) in setEdgePoints() argument 182 qedges[edge >> 2].pt[(edge + 2) & 3] = dstPt; in setEdgePoints() 184 vtx[dstPt].firstEdge = edge ^ 2; in setEdgePoints()
|
/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 923 void setEdgePoints( int edge, int orgPt, int dstPt );
|