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

/external/chromium_org/third_party/skia/include/core/
H A DSkMatrix.h404 void mapPointsWithStride(SkPoint pts[], size_t stride, int count) const { function in class:SkMatrix
415 void mapPointsWithStride(SkPoint dst[], SkPoint src[], function in class:SkMatrix
/external/skia/include/core/
H A DSkMatrix.h404 void mapPointsWithStride(SkPoint pts[], size_t stride, int count) const { function in class:SkMatrix
415 void mapPointsWithStride(SkPoint dst[], SkPoint src[], function in class:SkMatrix
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp169 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
182 localMatrix->mapPointsWithStride(coords, vsize, 4);
H A DGrAAHairLinePathRenderer.cpp599 toSrc->mapPointsWithStride(&verts[0].fPos, sizeof(BezierVertex), kVertsPerQuad);
724 toSrc->mapPointsWithStride(&(*vert)->fPos,
H A DGrAARectRenderer.cpp435 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4);
H A DGrDrawTarget.cpp645 localMatrix->mapPointsWithStride(coords, vsize, 4);
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp169 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
182 localMatrix->mapPointsWithStride(coords, vsize, 4);
H A DGrAAHairLinePathRenderer.cpp599 toSrc->mapPointsWithStride(&verts[0].fPos, sizeof(BezierVertex), kVertsPerQuad);
724 toSrc->mapPointsWithStride(&(*vert)->fPos,
H A DGrAARectRenderer.cpp435 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4);
H A DGrDrawTarget.cpp645 localMatrix->mapPointsWithStride(coords, vsize, 4);

Completed in 169 milliseconds