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

  /frameworks/base/libs/hwui/
RenderProperties.h 179 || CC_UNLIKELY(getStaticMatrix() && !getStaticMatrix()->isScaleTranslate());
226 const SkMatrix* getStaticMatrix() const {
RenderProperties.cpp 91 setStaticMatrix(other.getStaticMatrix());
RenderNode.cpp 597 if (properties().getStaticMatrix()) {
598 renderer.concatMatrix(*properties().getStaticMatrix());
670 if (properties().getStaticMatrix()) {
671 mat4 stat(*properties().getStaticMatrix());
    [all...]
FrameBuilder.cpp 220 if (properties.getStaticMatrix()) {
221 mCanvasState.concatMatrix(*properties.getStaticMatrix());
    [all...]

Completed in 759 milliseconds