Searched refs:yOffset (Results 1 - 25 of 45) sorted by path

12

/haiku/src/add-ons/accelerants/ati/
H A Dmach64_cursor.cpp31 // xOffset & yOffset are used for displaying partial cursors on screen edges.
34 uint8 yOffset = 0; local
42 yOffset = -y;
46 OUTREG(CUR_OFFSET, (si.cursorOffset >> 3) + (yOffset << 1));
47 OUTREG(CUR_HORZ_VERT_OFF, (yOffset << 16) | xOffset);
H A Drage128_cursor.cpp35 // xOffset & yOffset are used for displaying partial cursors on screen edges.
38 uint8 yOffset = 0; local
46 yOffset = (( -y) & 0xFE);
50 OUTREG(R128_CUR_HORZ_VERT_OFF, R128_CUR_LOCK | (xOffset << 16) | yOffset);
52 OUTREG(R128_CUR_OFFSET, si.cursorOffset + yOffset * 16);
/haiku/src/add-ons/accelerants/s3/
H A Dsavage_cursor.cpp52 // xOffset & yOffset are used for displaying partial cursors on screen edges.
55 uint8 yOffset = 0; local
63 yOffset = (( -y) & 0xFE);
72 WriteCrtcReg( 0x4f, yOffset );
H A Dtrio64_cursor.cpp31 uint8 yOffset = 0; local
33 // xOffset & yOffset are used for displaying partial cursors on screen edges.
41 yOffset = (( -y) & 0xfe);
49 WriteCrtcReg( 0x4f, yOffset );
H A Dvirge_cursor.cpp31 uint8 yOffset = 0; local
33 // xOffset & yOffset are used for displaying partial cursors on screen edges.
41 yOffset = (( -y) & 0xfe);
49 WriteCrtcReg( 0x4f, yOffset );
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp101 int32 LineAtOffset(float yOffset) const;
437 SourceView::BaseView::LineAtOffset(float yOffset) const
440 if (yOffset < 0 || lineCount == 0)
443 int32 line = (int32)yOffset / (int32)fFontInfo->lineHeight;
/haiku/src/apps/icon-o-matic/transformable/
H A DChannelTransform.cpp140 double yOffset = fTranslation.y - origin.y; local
143 m.transform(&xOffset, &yOffset);
146 fTranslation.y = origin.y + yOffset;
181 double yOffset = fTranslation.y - origin.y; local
184 fTranslation.y = origin.y + (yOffset * yScale);
H A DPerspectiveBox.cpp421 double yOffset = -y; local
425 r.transform(&xOffset, &yOffset);
427 yOffset = y + yOffset;
430 m.multiply(agg::trans_affine_translation(xOffset, yOffset));
H A DTransformBox.cpp666 double yOffset = -y; local
670 r.transform(&xOffset, &yOffset);
672 yOffset = y + yOffset;
675 m.multiply(agg::trans_affine_translation(xOffset, yOffset));
/haiku/src/kits/interface/
H A DSplitLayout.cpp607 float yOffset = fTopInset; local
628 _LayoutItem(splitterItem, BRect(xOffset, yOffset,
629 xOffset + splitterWidth - 1, yOffset + splitterHeight - 1),
635 yOffset += splitterHeight + ySpacing;
651 _LayoutItem(item, BRect(xOffset, yOffset, xOffset + width,
652 yOffset + height), true);
657 yOffset += height + ySpacing + 1;
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp201 void MyView::CopyRegion(BRegion *region, int32 xOffset, int32 yOffset) argument
233 if (yOffset > 0) {
239 } else if (yOffset < 0) {
273 CopyBits(n->rect, BRect(n->rect).OffsetByCopy(xOffset, yOffset));
H A DMyView.h19 void CopyRegion(BRegion *region, int32 xOffset, int32 yOffset);
/haiku/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp471 WindowLayer::CopyContents(BRegion* region, int32 xOffset, int32 yOffset) argument
485 region->OffsetBy(xOffset, yOffset);
490 region->OffsetBy(-xOffset, -yOffset);
495 fDrawingEngine->CopyRegion(region, xOffset, yOffset);
501 _ShiftPartOfRegion(&fDirtyRegion, region, xOffset, yOffset);
503 _ShiftPartOfRegion(&fCurrentUpdateSession.DirtyRegion(), region, xOffset, yOffset);
505 _ShiftPartOfRegion(&fPendingUpdateSession.DirtyRegion(), region, xOffset, yOffset);
516 newDirty.OffsetBy(xOffset, yOffset);
530 int32 xOffset, int32 yOffset)
539 common.OffsetBy(xOffset, yOffset);
529 _ShiftPartOfRegion(BRegion* region, BRegion* regionToShift, int32 xOffset, int32 yOffset) argument
[all...]
H A DWindowLayer.h101 int32 xOffset, int32 yOffset);
105 int32 xOffset, int32 yOffset);
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.cpp664 uint32 count, int32 xOffset, int32 yOffset)
676 params[i].dest_top = (uint16)sortedRectList[i].top + yOffset;
663 CopyRegion(const clipping_rect* sortedRectList, uint32 count, int32 xOffset, int32 yOffset) argument
H A DAccelerantHWInterface.h59 int32 xOffset, int32 yOffset);
H A DDirectWindowBuffer.cpp74 int32 yOffset = info->window_bounds.top; local
H A DDrawingEngine.cpp212 DrawingEngine::CopyRegion(BRegion* region, int32 xOffset, int32 yOffset) argument
245 if (yOffset > 0) {
251 } else if (yOffset < 0) {
302 fHWInterface->CopyRegion(sortedRectList, count, xOffset, yOffset);
H A DDrawingEngine.h31 void CopyRegion(BRegion *region, int32 xOffset, int32 yOffset);
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp1293 float yOffset = viewRect.top - (bitmapRect.top * yScale); local
1302 imgMatrix *= agg::trans_affine_translation(xOffset, yOffset);
/haiku/src/apps/deskbar/
H A DStatusView.cpp1193 float yOffset = iconSize > B_MINI_ICON ? 3 : 2; local
1198 loc.y = yOffset;
1202 - fMaxReplicantHeight - yOffset;
/haiku/src/apps/diskusage/
H A DPieView.cpp114 float yOffset, height; local
116 yOffset = (height - fIcon->Bounds().Height()) / 2;
118 Menu()->MovePenBy(0.0, yOffset);
120 Menu()->MovePenBy(fIcon->Bounds().Width() + kSmallHMargin, -yOffset);
/haiku/src/apps/haiku3d/
H A DRenderView.cpp152 float yOffset = -1.0f; local
157 Vector3(-3.6 * spacing, yOffset, zOffset),
164 Vector3(-1.6 * spacing, yOffset, zOffset),
171 Vector3(0 * spacing, yOffset, zOffset),
178 Vector3(1.5 * spacing, yOffset, zOffset),
185 Vector3(3.4 * spacing, yOffset, zOffset),
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2181 int yOffset = (height - renderHeight) / 2; local
2186 BRect videoFrame(xOffset, yOffset,
2187 xOffset + renderWidth - 1, yOffset + renderHeight - 1);
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp588 int32 xOffset, yOffset; local
592 message.Read(yOffset);
596 BRect dest = rect.OffsetByCopy(xOffset, yOffset);
639 int32 xOffset, yOffset; local
641 if (message.Read(yOffset) != B_OK)
644 offscreen->MovePenTo(xOffset, yOffset);

Completed in 127 milliseconds

12