Searched refs:mapPointsWithStride (Results 1 - 9 of 9) sorted by relevance

/external/skia/bench/
H A DGLInstancedArraysBench.cpp187 viewMatrices[0].mapPointsWithStride(positions, sizeof(SkPoint), kVerticesPerTri);
231 viewMatrices[i].mapPointsWithStride(position, sizeof(SkPoint), kVerticesPerTri);
278 viewMatrices[i].mapPointsWithStride(position, sizeof(Vertex), kVerticesPerTri);
H A DGLVec4ScalarBench.cpp223 viewMatrices[i].mapPointsWithStride(position, sizeof(Vertex), kVerticesPerTri);
H A DGLVertexAttributesBench.cpp184 viewMatrices[i].mapPointsWithStride(position, fStride, kVerticesPerTri);
/external/skia/src/gpu/ops/
H A DGrAAFillRectOp.cpp83 viewMatrix.mapPointsWithStride(fan0Pos, vertexStride, 4);
115 localCoordMatrix.mapPointsWithStride(fan0Loc, fan0Pos, vertexStride, 8);
H A DGrLatticeOp.cpp132 patch.fViewMatrix.mapPointsWithStride(
H A DGrNonAAFillRectPerspectiveOp.cpp69 viewMatrix->mapPointsWithStride(positions, vertexStride, kVertsPerInstance);
H A DGrAAHairLinePathRenderer.cpp514 toSrc->mapPointsWithStride(&verts[0].fPos, sizeof(BezierVertex), kQuadNumVertices);
596 toSrc->mapPointsWithStride(&(*vert)->fPos,
H A DGrDashOp.cpp173 matrix.mapPointsWithStride(&vertices[idx].fPos, sizeof(T), 4);
/external/skia/include/core/
H A DSkMatrix.h455 void mapPointsWithStride(SkPoint pts[], size_t stride, int count) const { function in class:SkMatrix
466 void mapPointsWithStride(SkPoint dst[], const SkPoint src[], size_t stride, int count) const { function in class:SkMatrix

Completed in 151 milliseconds