Searched refs:IsIdentity (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.cpp52 if (!fShapes[i]->IsIdentity())
85 if (!fShapes[i] || fShapes[i]->IsIdentity())
108 if (!transform.IsValid() || transform.IsIdentity())
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.h40 bool IsIdentity() const;
H A DTransformable.cpp141 if (!other.IsIdentity()) {
157 Transformable::IsIdentity() const function in class:Transformable
H A DPainter.cpp374 fIdentityTransform = transform.IsIdentity();
/haiku/src/libs/icon/transformable/
H A DTransformable.cpp42 if (!IsIdentity()) {
130 if (!other.IsIdentity()) {
141 if (!IsIdentity()) {
149 Transformable::IsIdentity() const function in class:Transformable
H A DTransformable.h59 bool IsIdentity() const;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp350 if (!pathSourceShape->IsIdentity()) {
387 if (!gradient->IsIdentity()) {
/haiku/src/servers/app/
H A DDrawState.cpp487 if (!fCombinedTransform.IsIdentity()) {
543 if (!fCombinedTransform.IsIdentity())
H A DPictureBoundingBoxPlayer.cpp104 if (transform.IsIdentity())
H A DView.cpp837 if (!transform.IsIdentity() && transform.IsDilation()) {
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp558 if (!shape->IsIdentity()) {
658 if (!gradient->IsIdentity())
/haiku/headers/os/interface/
H A DAffineTransform.h178 bool IsIdentity(double epsilon
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp282 bool isIdentity = transform.IsIdentity();
/haiku/src/kits/interface/
H A DAffineTransform.cpp507 BAffineTransform::IsIdentity(double epsilon) const function in class:BAffineTransform
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp963 if (transform.IsIdentity())

Completed in 184 milliseconds