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

  /frameworks/base/libs/hwui/
RenderNode.cpp 402 if (properties().getStaticMatrix()) {
403 renderer.concatMatrix(*properties().getStaticMatrix());
471 if (properties().getStaticMatrix()) {
472 mat4 stat(*properties().getStaticMatrix());
    [all...]
RenderProperties.cpp 115 setStaticMatrix(other.getStaticMatrix());
RenderProperties.h 197 const SkMatrix* getStaticMatrix() const {

Completed in 112 milliseconds