Home
last modified time | relevance | path

Searched defs:mapVectors (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkMatrix.h375 void mapVectors(SkVector vecs[], int count) const { in mapVectors() function
/external/skia/src/core/
DSkMatrix.cpp1042 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { in mapVectors() function in SkMatrix