HomeSort by relevance Sort by last modified time
    Searched refs:hasLocalMatrix (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkShader.cpp 40 bool hasLocalM = this->hasLocalMatrix();
57 if (this->hasLocalMatrix()) {
187 if (this->hasLocalMatrix()) {
SkBitmapProcShader.cpp 342 if (this->hasLocalMatrix()) {
  /external/skia/include/core/
SkShader.h 43 bool hasLocalMatrix() const { return !fLocalMatrix.isIdentity(); }

Completed in 2920 milliseconds