Searched refs:dstPt (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsQuad.cpp | 231 void SkDQuad::align(int endIndex, SkDPoint* dstPt) const { in align() 233 dstPt->fX = fPts[endIndex].fX; in align() 236 dstPt->fY = fPts[endIndex].fY; in align()
|
D | SkPathOpsQuad.h | 37 void align(int endIndex, SkDPoint* dstPt) const;
|
D | SkPathOpsCubic.h | 30 void align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const;
|
D | SkPathOpsCubic.cpp | 496 void SkDCubic::align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const { in align() 498 dstPt->fX = fPts[endIndex].fX; in align() 501 dstPt->fY = fPts[endIndex].fY; in align()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsQuad.cpp | 231 void SkDQuad::align(int endIndex, SkDPoint* dstPt) const { in align() 233 dstPt->fX = fPts[endIndex].fX; in align() 236 dstPt->fY = fPts[endIndex].fY; in align()
|
D | SkPathOpsQuad.h | 37 void align(int endIndex, SkDPoint* dstPt) const;
|
D | SkPathOpsCubic.h | 30 void align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const;
|
D | SkPathOpsCubic.cpp | 496 void SkDCubic::align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const { in align() 498 dstPt->fX = fPts[endIndex].fX; in align() 501 dstPt->fY = fPts[endIndex].fY; in align()
|
/external/skia/src/effects/ |
D | SkBicubicImageFilter.cpp | 124 SkPoint srcPt, dstPt = SkPoint::Make(SkIntToScalar(x), SkIntToScalar(y)); in onFilterImage() local 125 inverse.mapPoints(&srcPt, &dstPt, 1); in onFilterImage()
|
/external/smack/asmack-master/jingle/ |
D | 60-remove-jingle_mediaimpl.patch | 1889 - public Point2D getPoint2D( Point2D srcPt, Point2D dstPt ) { 1890 - if ( dstPt == null ) 1891 - dstPt = new Point2D.Double(); 1892 - dstPt.setLocation( srcPt.getX(), srcPt.getY() ); 1893 - return dstPt;
|