Home
last modified time | relevance | path

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

/external/skia/gpu/src/
DGrDrawTarget.cpp634 matrix->mapPointsWithStride(GrTCast<GrPoint*>(vertices), vsize, 4); in SetRectVertices()
645 srcMatrices[i]->mapPointsWithStride(coords, vsize, 4); in SetRectVertices()
/external/skia/include/core/
DSkMatrix.h398 void mapPointsWithStride(SkPoint pts[], size_t stride, int count) const { in mapPointsWithStride() function