Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrixPriv.h40 static void MapPointsWithStride(const SkMatrix& mx, SkPoint pts[], size_t stride, int count) { in MapPointsWithStride() function
/external/skia/src/gpu/ops/
DGrNonAAFillRectOp.cpp78 SkMatrixPriv::MapPointsWithStride(*viewMatrix, positions, vertexStride, kVertsPerRect); in tesselate()