Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkMatrix.h327 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/
DSkEmbossMaskFilter.cpp99 matrix.mapVectors((SkVector*)(void*)light.fDirection, (SkVector*)(void*)fLight.fDirection, 1); in filterMask()
/external/skia/src/core/
DSkMatrix.cpp995 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { in mapVectors() function in SkMatrix
1039 this->mapVectors(vec, 2); in mapRadius()