Home
last modified time | relevance | path

Searched refs:TranslateBy (Results 1 – 25 of 25) sorted by relevance

/haiku/src/tests/kits/interface/
H A DControlLookTest.cpp48 TranslateBy(0, 35); in Draw()
54 TranslateBy(0, -35); in Draw()
64 TranslateBy(350 / 2, 0); in Draw()
70 TranslateBy(420, 110); in Draw()
/haiku/src/kits/interface/
H A DAffineTransform.cpp250 BAffineTransform::TranslateBy(const BPoint& delta) in TranslateBy() function in BAffineTransform
252 return TranslateBy(delta.x, delta.y); in TranslateBy()
260 copy.TranslateBy(x, y); in TranslateByCopy()
278 TranslateBy(-center.x, -center.y); in RotateBy()
280 return TranslateBy(center.x, center.y); in RotateBy()
315 TranslateBy(-center.x, -center.y); in ScaleBy()
317 return TranslateBy(center.x, center.y); in ScaleBy()
405 result.TranslateBy(tx, ty); in SetScale()
417 TranslateBy(-center.x, -center.y); in ShearBy()
419 return TranslateBy(center.x, center.y); in ShearBy()
H A DView.cpp2027 transform.TranslateBy(origin); in TransformTo()
2030 transform.TranslateBy(-fState->parent_composite_origin); in TransformTo()
2045 transform.TranslateBy(origin); in TransformTo()
2059 transform.TranslateBy(origin); in TransformTo()
2065 BView::TranslateBy(double x, double y) in TranslateBy() function in BView
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp287 transform.TranslateBy(400, 400); in Draw()
321 transform.TranslateBy(width, 0); in Draw()
394 transform.TranslateBy(0, -40); in Draw()
420 transform.TranslateBy(140, 0); in Draw()
/haiku/src/apps/icon-o-matic/transformable/
H A DChannelTransform.h33 virtual void TranslateBy(BPoint offset);
H A DChannelTransform.cpp113 ChannelTransform::TranslateBy(BPoint offset) in TranslateBy() function in ChannelTransform
H A DTransformBox.cpp295 TranslateBy(translation); in HandleKeyDown()
425 TranslateBy(offset); in NudgeBy()
H A DTransformBoxStates.cpp452 fParent->TranslateBy(newTranslation - fParent->Translation()); in DragTo()
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.h61 virtual void TranslateBy(BPoint offset);
H A DTransformable.cpp278 Transformable::TranslateBy(BPoint offset) in TranslateBy() function in Transformable
H A DAGGTextRenderer.cpp386 transform.TranslateBy(baseLine); in RenderString()
/haiku/src/libs/icon/transformable/
H A DTransformable.h72 virtual void TranslateBy(BPoint offset);
H A DTransformable.cpp252 Transformable::TranslateBy(BPoint offset) in TranslateBy() function in Transformable
/haiku/headers/os/interface/
H A DAffineTransform.h82 inline const BAffineTransform& TranslateBy(double x, double y);
83 const BAffineTransform& TranslateBy(const BPoint& delta);
245 BAffineTransform::TranslateBy(double x, double y) in TranslateBy() function
H A DView.h332 void TranslateBy(double x, double y);
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp227 transform.TranslateBy(-kLeafWidth / 2, -kLeafHeight / 2); in Draw()
233 transform.TranslateBy(_RandomPoint(view->Bounds())); in Draw()
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp784 transform.TranslateBy(baseLine); in DrawString()
786 transform.TranslateBy(fOrigin); in DrawString()
804 transform.TranslateBy(baseLine); in DrawString()
904 transform.TranslateBy(baseLine); in BoundingBox()
1167 converter.TranslateBy(fOrigin); in _DrawShape()
1169 converter.TranslateBy(BPoint(0.5, 0.5)); in _DrawShape()
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp48 TranslateBy(BPoint((64-width)/2, (64-height)/2)); in ReferenceImage()
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp221 TranslateBy(50, 50); in AttachedToWindow()
/haiku/docs/user/interface/
H A D_interface_intro.dox60 ScaleBy, RotateBy, and TranslateBy. The effects of the first two of these
H A DAffineTransform.dox295 \fn const BAffineTransform & BAffineTransform::TranslateBy(double x, double y)
309 \fn const BAffineTransform& BAffineTransform::TranslateBy(const BPoint &delta)
H A DView.dox1961 \sa See Transform() to get the current transformations, and TranslateBy(),
2001 \fn void BView::TranslateBy(double x, double y)
2022 TranslateBy() and RotateBy() for additional transformation options.
2036 ScaleBy() and TranslateBy() for additional transformation options.
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp94 transform.TranslateBy(BPoint(-bounds.left, -bounds.top)); in GetIcon()
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp92 TranslateBy(currentFont.Size() / 1.9 + 1, 0); in Draw()
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp167 transformable->TranslateBy(t); in _ReadTranslation()