Home
last modified time | relevance | path

Searched refs:IsIdentity (Results 1 – 16 of 16) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.cpp52 if (!fShapes[i]->IsIdentity()) in FreezeTransformationCommand()
85 if (!fShapes[i] || fShapes[i]->IsIdentity()) in Perform()
108 if (!transform.IsValid() || transform.IsIdentity()) in Undo()
/haiku/src/libs/icon/transformable/
H A DTransformable.cpp42 if (!IsIdentity()) { in Invert()
130 if (!other.IsIdentity()) { in Multiply()
141 if (!IsIdentity()) { in Reset()
149 Transformable::IsIdentity() const in IsIdentity() function in Transformable
H A DTransformable.h59 bool IsIdentity() const;
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.h40 bool IsIdentity() const;
H A DTransformable.cpp141 if (!other.IsIdentity()) { in Multiply()
157 Transformable::IsIdentity() const in IsIdentity() function in Transformable
H A DPainter.cpp374 fIdentityTransform = transform.IsIdentity(); in SetTransform()
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp350 if (!pathSourceShape->IsIdentity()) { in _ExportShape()
387 if (!gradient->IsIdentity()) { in _ExportGradient()
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp558 if (!shape->IsIdentity()) { in _WritePathSourceShape()
658 if (!gradient->IsIdentity()) in _WriteGradient()
/haiku/src/servers/app/
H A DDrawState.cpp487 if (!fCombinedTransform.IsIdentity()) { in ClipToRect()
543 if (!fCombinedTransform.IsIdentity()) in ClipToShape()
H A DPictureBoundingBoxPlayer.cpp104 if (transform.IsIdentity()) in _AffineTransformRect()
H A DView.cpp837 if (!transform.IsIdentity() && transform.IsDilation()) { in CopyBits()
/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(); in AddTransform()
/haiku/src/kits/interface/
H A DAffineTransform.cpp507 BAffineTransform::IsIdentity(double epsilon) const in IsIdentity() function in BAffineTransform
/haiku/docs/user/interface/
H A DAffineTransform.dox916 \fn bool BAffineTransform::IsIdentity(double epsilon=kDefaultEpsilon) const
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp963 if (transform.IsIdentity()) in ApplyTransform()