Searched refs:mapPointsWithStride (Results 1 – 9 of 9) sorted by relevance
/external/skia/bench/ |
D | GLInstancedArraysBench.cpp | 189 viewMatrices[0].mapPointsWithStride(positions, sizeof(SkPoint), kVerticesPerTri); in setupInstanceVbo() 233 viewMatrices[i].mapPointsWithStride(position, sizeof(SkPoint), kVerticesPerTri); in setupDoubleVbo() 280 viewMatrices[i].mapPointsWithStride(position, sizeof(Vertex), kVerticesPerTri); in setupSingleVbo()
|
D | GLVec4ScalarBench.cpp | 225 viewMatrices[i].mapPointsWithStride(position, sizeof(Vertex), kVerticesPerTri); in setupSingleVbo()
|
D | GLVertexAttributesBench.cpp | 186 viewMatrices[i].mapPointsWithStride(position, fStride, kVerticesPerTri); in setup()
|
/external/skia/src/gpu/batches/ |
D | GrAAFillRectBatch.cpp | 108 viewMatrix.mapPointsWithStride(fan0Pos, vertexStride, 4); in generate_aa_fill_rect_geometry() 140 localCoordMatrix.mapPointsWithStride(fan0Loc, fan0Pos, vertexStride, 8); in generate_aa_fill_rect_geometry()
|
D | GrNinePatch.cpp | 125 geo.fViewMatrix.mapPointsWithStride(positions, vertexStride, kVertsPerRect); in onPrepareDraws()
|
D | GrNonAAFillRectBatch.cpp | 93 viewMatrix.mapPointsWithStride(positions, vertexStride, in tesselate()
|
D | GrAAHairLinePathRenderer.cpp | 517 toSrc->mapPointsWithStride(&verts[0].fPos, sizeof(BezierVertex), kQuadNumVertices); in bloat_quad() 601 toSrc->mapPointsWithStride(&(*vert)->fPos, in add_line()
|
/external/skia/include/core/ |
D | SkMatrix.h | 453 void mapPointsWithStride(SkPoint pts[], size_t stride, int count) const { in mapPointsWithStride() function 464 void mapPointsWithStride(SkPoint dst[], SkPoint src[], in mapPointsWithStride() function
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 182 matrix.mapPointsWithStride(&vertices[idx].fPos, sizeof(T), 4); in setup_dashed_rect_common()
|