Home | History | Annotate | Download | only in core

Lines Matching defs:mapVectors

1364     void mapVectors(SkVector dst[], const SkVector src[], int count) const;
1389 void mapVectors(SkVector vecs[], int count) const {
1390 this->mapVectors(vecs, vecs, count);
1412 this->mapVectors(result, &vec, 1);
1434 this->mapVectors(&vec, &vec, 1);