Symbol: IsIdentity
headers/os/interface/AffineTransform.h
178
bool IsIdentity(double epsilon
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
558
if (!shape->IsIdentity()) {
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
658
if (!gradient->IsIdentity())
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
373
if (!pathSourceShape->IsIdentity()) {
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
417
if (!gradient->IsIdentity()) {
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
108
if (!transform.IsValid() || transform.IsIdentity())
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
52
if (!fShapes[i]->IsIdentity())
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
85
if (!fShapes[i] || fShapes[i]->IsIdentity())
src/libs/icon/shape/VectorPath.cpp
963
if (transform.IsIdentity())
src/libs/icon/transformable/Transformable.cpp
130
if (!other.IsIdentity()) {
src/libs/icon/transformable/Transformable.cpp
141
if (!IsIdentity()) {
src/libs/icon/transformable/Transformable.cpp
42
if (!IsIdentity()) {
src/libs/icon/transformable/Transformable.h
59
bool IsIdentity() const;
src/servers/app/DrawState.cpp
473
if (!fCombinedTransform.IsIdentity()) {
src/servers/app/DrawState.cpp
529
if (!fCombinedTransform.IsIdentity())
src/servers/app/PictureBoundingBoxPlayer.cpp
105
if (transform.IsIdentity())
src/servers/app/View.cpp
837
if (!transform.IsIdentity() && transform.IsDilation()) {
src/servers/app/drawing/Painter/Painter.cpp
374
fIdentityTransform = transform.IsIdentity();
src/servers/app/drawing/Painter/Transformable.cpp
141
if (!other.IsIdentity()) {
src/servers/app/drawing/Painter/Transformable.h
40
bool IsIdentity() const;
src/servers/app/drawing/interface/remote/RemoteMessage.cpp
282
bool isIdentity = transform.IsIdentity();