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

  /frameworks/base/libs/hwui/
Matrix.h 159 bool isPureTranslate() const;
OpenGLRenderer.cpp     [all...]
DeferredDisplayList.cpp 148 if (!op->state.mMatrix.isPureTranslate()) return false;
Matrix.cpp 129 bool Matrix4::isPureTranslate() const {
DisplayListOp.h 244 if (!state.mMatrix.isPureTranslate()) return false;
    [all...]
PathTessellator.cpp 101 if (CC_UNLIKELY(!transform->isPureTranslate())) {
    [all...]

Completed in 893 milliseconds