Searched refs:SetSize (Results 251 - 275 of 278) sorted by relevance

<<1112

/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp472 fCurrentRun->font.SetSize(command->Option() / 2.0);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h642 void SetSize(off_t newSize) function in struct:ext2_inode
H A Dkernel_interface.cpp825 link->Node().SetSize((uint32)length);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp784 || sBitmapDrawingEngine->SetSize(width, height) != B_OK)
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp659 font.SetSize(size);
H A DServerFont.cpp324 ServerFont::SetSize(float value) function in class:ServerFont
H A DDesktop.cpp546 const_cast<ServerFont&>(fSettings->DefaultPlainFont()).SetSize(fontSize);
547 const_cast<ServerFont&>(fSettings->DefaultBoldFont()).SetSize(fontSize);
548 const_cast<ServerFont&>(fSettings->DefaultFixedFont()).SetSize(fontSize);
/haiku/src/servers/mount/
H A DAutoMounter.cpp900 fPrefsFile.SetSize(0);
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp324 fImage.SetSize(original);
/haiku/src/kits/tracker/
H A DTitleView.cpp123 font.SetSize(fontSize);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.cpp155 void CTheater100::SetSize(int hactive, int vactive) function in class:CTheater100
157 PRINT(("CTheater100::SetSize(%d, %d)\n", hactive, vactive));
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp279 fFont.SetSize(font.Size());
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp1118 result = fBitmapDrawingEngine->SetSize(targetWidth,
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp242 fValues.SetSize(width);
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp748 error = File()->SetSize(totalSize);
/haiku/src/kits/interface/
H A DView.cpp296 font.SetSize(info.fontSize);
473 font.SetSize(size);
2879 fState->font.SetSize(font->Size());
2944 font.SetSize(size);
H A DFont.cpp636 BFont::SetSize(float size) function in class:BFont
H A DMenu.cpp1535 font.SetSize(sMenuInfo.font_size);
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp883 DataStream::SetSize(off_t size) function in class:DataStream
/haiku/src/apps/deskcalc/
H A DCalcView.cpp756 font.SetSize(sizeDisp * kExpressionFontScaleY);
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp959 || sBitmapDrawingEngine->SetSize(width, height) != B_OK) {
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1856 font.SetSize(fontSize);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp378 font.SetSize(MAX_FONT_SIZE);
381 boldFont.SetSize(MAX_FONT_SIZE);
/haiku/src/apps/mail/
H A DContent.cpp2414 font.SetSize(font.Size() * 0.9);
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp545 font.SetSize(ceilf(font.Size() * 0.8));

Completed in 399 milliseconds

<<1112