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

/haiku/src/apps/haikudepot/textview/
H A DTextSelection.cpp17 TextSelection::TextSelection(int32 anchor, int32 caret) argument
19 fAnchor(anchor),
61 TextSelection::SetAnchor(int32 anchor) argument
63 fAnchor = anchor;
H A DTextSelection.h15 TextSelection(int32 anchor, int32 caret);
22 void SetAnchor(int32 anchor);
H A DTextEditor.cpp387 // selecting. Note that we are not updating the horizontal anchor here,
396 // horizontal anchor.
431 int32 anchor = lockSelectionAnchor ? fSelection.Anchor() : offset; local
432 _SetSelection(caret, anchor, updateAnchor, updateSelectionStyle);
437 TextEditor::_SetSelection(int32 caret, int32 anchor, bool updateAnchor, argument
443 if (caret == fSelection.Caret() && anchor == fSelection.Anchor())
447 fSelection.SetAnchor(anchor);
H A DTextEditor.h85 void _SetSelection(int32 caret, int32 anchor,
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.h76 corner anchor = CORNER_TOPLEFT);
H A DViewLayoutFactory.cpp207 corner anchor)
206 ResizeToListMax(BList& viewList, rect_dim resizeDim, corner anchor) argument
/haiku/src/add-ons/kernel/file_systems/udf/
H A DRecognition.cpp78 // the anchor volume pointers (if there are any).
190 anchor_volume_descriptor *anchor = NULL; local
203 anchor = reinterpret_cast<anchor_volume_descriptor*>(chunk.Data());
204 anchorErr = anchor->tag().init_check(block + offset);
206 PRINT(("block %" B_PRIdOFF ": invalid anchor\n", block));
208 PRINT(("block %" B_PRIdOFF ": valid anchor\n", block));
212 PRINT(("block %" B_PRIdOFF ": anchor:\n", block));
213 PDUMP(anchor);
216 anchorErr = walk_volume_descriptor_sequence(anchor->main_vds(),
222 anchorErr = walk_volume_descriptor_sequence(anchor
[all...]
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp610 BPoint anchor;
613 anchor = MouseInfo()->position;
617 anchor.x = (bounds.left + bounds.right + 1) / 2.0;
618 anchor.y = (bounds.top + bounds.bottom + 1) / 2.0;
621 BPoint canvasAnchor = anchor;
630 offset.x = roundf(offset.x + canvasAnchor.x - anchor.x);
631 offset.y = roundf(offset.y + canvasAnchor.y - anchor.y);
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp394 window_anchor& anchor = fWindow->Anchor(fWindow->CurrentWorkspace()); local
395 if (anchor.position != kInvalidWindowPosition)
396 frame.OffsetTo(anchor.position);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php844 function scrollToAnchor(anchor) {
845 var a = document.anchors[anchor];
852 window.location.hash = anchor;
/haiku/headers/private/drivers/
H A Dscsi_cmds.h546 anchor : 1,
568 anchor : 1,
586 anchor : 1,
/haiku/src/kits/interface/
H A DTextView.cpp146 int32 anchor; member in class:BTextView::TextTrackState
643 fTrackingMouse->anchor = offset;
3358 // caret has jumped across "anchor"
3385 // caret has jumped across "anchor"
3428 // caret has jumped across "anchor"
3464 // caret has jumped across "anchor"
3590 // caret has jumped across "anchor"
3637 // caret has jumped across "anchor"
3668 // caret has jumped across "anchor"
3698 // caret has jumped across "anchor"
[all...]
/haiku/src/libs/glut/
H A Dglutint.h512 GLUTmenuItem *anchor; /* currently anchored to this entry */ member in struct:_GLUTmenu

Completed in 119 milliseconds