Searched refs:Set (Results 151 - 175 of 218) sorted by relevance

123456789

/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp283 bitsHeader.bounds.Set(0, 0, width - 1, height - 1);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp465 region.Set(Bounds());
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp84 fRedrawReg.Set(Bounds());
/haiku/src/kits/interface/
H A DSplitLayout.cpp1140 previousInfo->layoutFrame.Set(
1148 nextInfo->layoutFrame.Set(
1161 previousInfo->layoutFrame.Set(
1169 nextInfo->layoutFrame.Set(
/haiku/src/add-ons/translators/webp/
H A DWebPTranslator.cpp347 bitmapHeader.bounds.Set(0, 0, width - 1, height - 1);
/haiku/src/add-ons/translators/raw/
H A DRAWTranslator.cpp324 header.bounds.Set(0, 0, data.output_width - 1, data.output_height - 1);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp76 bounds.Set(0.0, 0.0, (int32)fWidth - 1, (int32)fHeight - 1);
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp127 fAllocatedDescs.Set(idx);
/haiku/src/apps/people/
H A DPeopleApp.cpp79 fPosition.Set(6, TITLE_BAR_HEIGHT, 6 + WIND_WIDTH,
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp59 fBoundingBox->Set(INT_MAX, INT_MAX, INT_MIN, INT_MIN);
131 rect.Set(minX, minY, maxX, maxY);
170 frame->Set(left, top, right, bottom);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp543 points[0].Set(tip.x, tip.y);
544 points[1].Set(middle, top);
545 points[2].Set(middle, baseTop);
546 points[3].Set(left, baseTop);
547 points[4].Set(left, baseBottom);
548 points[5].Set(middle, baseBottom);
549 points[6].Set(middle, bottom);
1973 if (!_AddFlowControlActionItem(menu, "Set next statement",
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp367 static status_t Set(BAppFileInfo &info, const TypeValue &value) function in struct:TypeSetter
408 static status_t Set(BAppFileInfo &info, const SignatureValue &value) function in struct:SignatureSetter
461 static status_t Set(BAppFileInfo &info, const AppFlagsValue &value) function in struct:AppFlagsSetter
527 static status_t Set(BAppFileInfo &info, const SupportedTypesValue &value) function in struct:SupportedTypesSetter
599 static status_t Set(BAppFileInfo &info, const IconValue &value) function in struct:IconSetter
661 static status_t Set(BAppFileInfo &info, const VersionInfoValue &value) function in struct:VersionInfoSetter
717 static status_t Set(BAppFileInfo &info, const IconForTypeValue &value) function in struct:IconForTypeSetter
2680 CHK(Setter::Set(appFileInfo, testValue1) == B_OK);
2697 CHK(Setter::Set(appFileInfo, testValue2) == B_OK);
2720 CHK(Setter::Set(appFileInf
[all...]
/haiku/src/servers/media/
H A DNodeManager.cpp104 status = fDefaultManager->Set(node->node, NULL, 0, type);
106 status = fDefaultManager->Set(input->node.node, input->name,
114 status = fDefaultManager->Set(nodeID, NULL, 0, type);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp88 // Set default image directory to home
485 rect.Set(0, 0, (width-1)+2, (height-1)+2+1); // 2 for border and 1 for text shadow
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp439 fBounds.Set(0.0, 0.0, -1.0, -1.0);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp35 frame.Set(left, top, right, bottom);
/haiku/src/kits/game/
H A DDirectWindow.cpp145 region.Set(info.window_bounds);
/haiku/src/preferences/time/
H A DAnalogClock.cpp257 bounds.Set(fCenterX - fRadius, fCenterY - fRadius,
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp525 void PPDConfigView::Set(const char* file, const BMessage& currentSettings) function in class:PPDConfigView
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp306 rect.Set(0, 0, 200, 300);
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp489 bitmapHeader.bounds.Set(0, 0, width - 1, height - 1);
/haiku/src/libs/print/libprint/
H A DMarginView.cpp323 margin.Set(left, top, right, bottom);
/haiku/src/apps/mail/
H A DEnclosures.cpp488 iconFrame.Set(iconFrame.left, iconFrame.top + 1,
/haiku/src/apps/showimage/
H A DShowImageView.cpp259 // Set current mouse coordinates to avoid the screen saver kicking in
643 rect.Set(0, 0, width + 4, height + 4);
1136 fCopyFromRect.Set(point.x, point.y, point.x, point.y);
1496 fCopyFromRect.Set(0, 0, fBitmap->Bounds().Width(),
1580 where.Set(Bounds().Width() / 2, Bounds().Height() / 2);
H A DFilter.cpp998 rect.Set(0, 0, fHeight, fWidth);
1000 rect.Set(0, 0, fWidth, fHeight);

Completed in 193 milliseconds

123456789