Searched refs:dstPt (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsConic.h | 62 void align(int endIndex, SkDPoint* dstPt) const { in align() 63 fPts.align(endIndex, dstPt); in align()
|
D | SkPathOpsQuad.cpp | 294 void SkDQuad::align(int endIndex, SkDPoint* dstPt) const { in align() 296 dstPt->fX = fPts[endIndex].fX; in align() 299 dstPt->fY = fPts[endIndex].fY; in align()
|
D | SkPathOpsQuad.h | 66 void align(int endIndex, SkDPoint* dstPt) const;
|
D | SkPathOpsCubic.cpp | 20 void SkDCubic::align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const { in align() 22 dstPt->fX = fPts[endIndex].fX; in align() 25 dstPt->fY = fPts[endIndex].fY; in align()
|
D | SkPathOpsCubic.h | 46 void align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const;
|
/external/skqp/src/pathops/ |
D | SkPathOpsConic.h | 62 void align(int endIndex, SkDPoint* dstPt) const { in align() 63 fPts.align(endIndex, dstPt); in align()
|
D | SkPathOpsQuad.cpp | 294 void SkDQuad::align(int endIndex, SkDPoint* dstPt) const { in align() 296 dstPt->fX = fPts[endIndex].fX; in align() 299 dstPt->fY = fPts[endIndex].fY; in align()
|
D | SkPathOpsQuad.h | 66 void align(int endIndex, 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()
|
D | SkPathOpsCubic.h | 46 void align(int endIndex, int ctrlIndex, SkDPoint* dstPt) const;
|
/external/skia/src/gpu/ |
D | GrSurfaceContext.h | 138 SkIPoint dstPt);
|
D | GrSurfaceContext.cpp | 360 SkIPoint dstPt) { in writePixels() argument 365 src = src.clip(this->dimensions(), &dstPt); in writePixels() 372 return this->internalWritePixels(dContext, &src, 1, dstPt); in writePixels()
|