HomeSort by relevance Sort by last modified time
    Searched defs:isMatrix (Results 1 - 5 of 5) sorted by null

  /external/skia/legacy/src/animator/
SkDisplayable.h 79 bool isMatrix() const { return getType() == SkType_Matrix; }
  /external/skia/src/animator/
SkDisplayable.h 79 bool isMatrix() const { return getType() == SkType_Matrix; }
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
parseConst.cpp 25 isMatrix(false),
49 bool isMatrix;
120 if (node->getType().isMatrix()) {
121 isMatrix = true;
139 isMatrix = false;
174 if (!isMatrix) {
Types.h 189 bool isMatrix() const { return matrix ? true : false; }
intermediate.h 252 bool isMatrix() const { return type.isMatrix(); }

Completed in 149 milliseconds