Searched refs:mapPointsWithStride (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrAAHairLinePathRenderer.cpp | 428 toSrc->mapPointsWithStride(&verts[0].fPos, sizeof(Vertex), kVertsPerQuad); in bloat_quad() 430 DevToUV.mapPointsWithStride(&verts[0].fQuadCoord, in bloat_quad() 486 toSrc->mapPointsWithStride(&(*vert)->fPos, in add_line()
|
D | GrDrawTarget.cpp | 1057 matrix->mapPointsWithStride(GrTCast<GrPoint*>(vertices), vsize, 4); in SetRectVertices() 1068 srcMatrices[i]->mapPointsWithStride(coords, vsize, 4); in SetRectVertices()
|
D | GrAAConvexPathRenderer.cpp | 381 toUV.mapPointsWithStride(&verts[v].fUV, in create_vertices()
|
/external/skia/include/core/ |
D | SkMatrix.h | 381 void mapPointsWithStride(SkPoint pts[], size_t stride, int count) const { in mapPointsWithStride() function 392 void mapPointsWithStride(SkPoint dst[], SkPoint src[], in mapPointsWithStride() function
|