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

  /frameworks/base/libs/hwui/
Matrix.h 198 bool isPureTranslate() const;
224 if (!matrix.isPureTranslate()) {
BakedOpState.cpp 48 && (!transform.isPureTranslate() || recordedOp.paint->getStrokeWidth() < 1.0f))) {
Matrix.cpp 132 bool Matrix4::isPureTranslate() const {
200 if (v.isPureTranslate()) {
216 // No need to deal with kTranslateZ because isPureTranslate()
BakedOpDispatcher.cpp 64 if (CC_LIKELY(state.computedState.transform.isPureTranslate())) {
237 (!transform.isPureTranslate() || op.paint->getStrokeWidth() < 1.0f))) {
265 const bool pureTranslate = transform.isPureTranslate();
    [all...]
FrameBuilder.cpp 692 if (bakedState->computedState.transform.isPureTranslate()
759 if (bakedState->computedState.transform.isPureTranslate()
    [all...]
GlopBuilder.cpp 514 if (CC_LIKELY(meshTransform.isPureTranslate())) {
541 if (CC_LIKELY(meshTransform.isPureTranslate())) {
ClipArea.cpp 533 if (transform.rectToRect() && !transform.isPureTranslate()) {
PathTessellator.cpp 69 if (CC_LIKELY(transform.isPureTranslate())) {
105 if (CC_LIKELY(transform.isPureTranslate())) {
    [all...]
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 456 if (CC_LIKELY(transform.isPureTranslate())) {

Completed in 244 milliseconds