Searched refs:Invert (Results 1 - 13 of 13) sorted by relevance

/haiku/src/libs/icon/transformer/
H A DCompoundStyleTransformer.h38 virtual void Invert();
H A DStyleTransformer.h48 virtual void Invert() = 0;
H A DCompoundStyleTransformer.cpp46 CompoundStyleTransformer::Invert() function in class:CompoundStyleTransformer
58 fTransformers[i]->Invert();
H A DPerspectiveTransformer.h93 virtual void Invert();
H A DPerspectiveTransformer.cpp173 PerspectiveTransformer::Invert() function in class:PerspectiveTransformer
/haiku/src/kits/tracker/
H A DSelectionWindow.h64 bool Invert() const;
H A DSelectionWindow.cpp100 // Set up the Invert checkbox
101 fInverseCheckBox = new BCheckBox("inverse", B_TRANSLATE("Invert"), NULL);
155 selectionInfo->AddBool("InvertSelection", Invert());
257 SelectionWindow::Invert() const function in class:SelectionWindow
/haiku/src/libs/icon/transformable/
H A DTransformable.h41 virtual void Invert();
H A DTransformable.cpp40 Transformable::Invert() function in class:Transformable
/haiku/headers/os/interface/
H A DAffineTransform.h186 const BAffineTransform& Invert();
360 t.Invert();
369 t.Invert();
434 return result.Invert();
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.cpp111 transform.Invert();
/haiku/src/kits/interface/
H A DAffineTransform.cpp539 BAffineTransform::Invert() function in class:BAffineTransform
/haiku/src/libs/icon/
H A DIconRenderer.cpp134 item->transformer->Invert();

Completed in 76 milliseconds