Home
last modified time | relevance | path

Searched refs:mapPointsWithStride (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrAAHairLinePathRenderer.cpp428 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()
DGrDrawTarget.cpp1057 matrix->mapPointsWithStride(GrTCast<GrPoint*>(vertices), vsize, 4); in SetRectVertices()
1068 srcMatrices[i]->mapPointsWithStride(coords, vsize, 4); in SetRectVertices()
DGrAAConvexPathRenderer.cpp381 toUV.mapPointsWithStride(&verts[v].fUV, in create_vertices()
/external/skia/include/core/
DSkMatrix.h381 void mapPointsWithStride(SkPoint pts[], size_t stride, int count) const { in mapPointsWithStride() function
392 void mapPointsWithStride(SkPoint dst[], SkPoint src[], in mapPointsWithStride() function