Searched refs:mapVectors (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/core/ |
D | SkMatrix.h | 327 void mapVectors(SkVector dst[], const SkVector src[], int count) const; 336 void mapVectors(SkVector vecs[], int count) const { in mapVectors() function 337 this->mapVectors(vecs, vecs, count); in mapVectors()
|
/external/skia/src/effects/ |
D | SkEmbossMaskFilter.cpp | 99 matrix.mapVectors((SkVector*)(void*)light.fDirection, (SkVector*)(void*)fLight.fDirection, 1); in filterMask()
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 995 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { in mapVectors() function in SkMatrix 1039 this->mapVectors(vec, 2); in mapRadius()
|