Home
last modified time | relevance | path

Searched refs:mapVectors (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkMatrix.h333 void mapVectors(SkVector dst[], const SkVector src[], int count) const;
342 void mapVectors(SkVector vecs[], int count) const { in mapVectors() function
343 this->mapVectors(vecs, vecs, count); in mapVectors()
/external/skia/src/effects/
DSkEmbossMaskFilter.cpp101 matrix.mapVectors((SkVector*)(void*)light.fDirection, (SkVector*)(void*)fLight.fDirection, 1); in filterMask()
/external/skia/src/core/
DSkMatrix.cpp980 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { in mapVectors() function in SkMatrix
1024 this->mapVectors(vec, 2); in mapRadius()
DSkDraw.cpp789 matrix.mapVectors(dst, src, 2); in map_radius()