Home
last modified time | relevance | path

Searched refs:dstPt (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsConic.h54 void align(int endIndex, SkDPoint* dstPt) const { in align()
55 fPts.align(endIndex, dstPt); in align()
DSkPathOpsQuad.cpp245 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()
DSkPathOpsQuad.h61 void align(int endIndex, SkDPoint* dstPt) const;
DSkPathOpsCubic.h49 void align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const;
DSkPathOpsCubic.cpp19 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/
Dsubdivision2d.cpp179 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/
Dimgproc.hpp923 void setEdgePoints( int edge, int orgPt, int dstPt );