Home
last modified time | relevance | path

Searched refs:isPureTranslate (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DMatrix.h192 bool isPureTranslate() const;
DOpenGLRenderer.cpp944 if (currentTransform()->isPureTranslate() && in drawTextureLayer()
979 bool simpleTransform = currentTransform()->isPureTranslate() && in composeLayerRect()
1140 if (currentTransform()->isPureTranslate()) { in composeLayerRegion()
1942 if (currentTransform()->isPureTranslate()) {
2188 if (CC_LIKELY(currentTransform()->isPureTranslate() && !useScaleTransform)) {
2266 const bool pureTranslate = currentTransform()->isPureTranslate();
2685 const bool pureTranslate = currentTransform()->isPureTranslate();
2730 if (CC_LIKELY(transform.isPureTranslate())) {
2767 const bool pureTranslate = transform.isPureTranslate();
2937 if (CC_LIKELY(currentTransform()->isPureTranslate())) {
[all …]
DDisplayListOp.h694 pureTranslate &= state.mMatrix.isPureTranslate(); in multiDraw()
961 deferInfo.mergeable = state.mMatrix.isPureTranslate() && in onDefer()
1398 deferInfo.mergeable = state.mMatrix.isPureTranslate() in onDefer()
DPathTessellator.cpp67 if (CC_LIKELY(transform.isPureTranslate())) { in extractTessellationScales()
103 if (CC_LIKELY(transform.isPureTranslate())) { in PaintInfo()
DMatrix.cpp134 bool Matrix4::isPureTranslate() const { in isPureTranslate() function in android::uirenderer::Matrix4