Searched refs:uint32 (Results 1 - 25 of 4907) sorted by last modified time

1234567891011>>

/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp45 uint32 bytes_per_row;
53 static uint32 sModeCount;
130 uint32 bestDiff = 0;
141 uint32 diff = 2 * abs(mode->width - width) + abs(mode->height - height)
498 const uint32 requiredAttributes = MODE_ATTR_AVAILABLE
536 const uint32 kPreferredWidth = 1024;
537 const uint32 kFallbackWidth = 800;
778 uint32 bytesPerRow = 80;
961 uint32 i = 0;
/haiku/src/apps/charactermap/
H A DCharacterView.cpp26 static const uint32 kMsgCopyAsEscapedString = 'cesc';
53 CharacterView::SetTarget(BMessenger target, uint32 command)
141 CharacterView::ScrollToCharacter(uint32 c)
152 CharacterView::IsCharacterVisible(uint32 c) const
172 CharacterView::UnicodeToUTF8(uint32 c, char* text, size_t textSize)
203 CharacterView::UnicodeToUTF8Hex(uint32 c, char* text, size_t textSize)
228 uint32 character;
378 uint32 character;
423 CharacterView::MouseMoved(BPoint where, uint32 transit,
430 uint32 characte
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp147 uint32 uid;
148 uint32 flags;
160 uint32 uid = B_BENDIAN_TO_HOST_INT32(entries[i].uid);
161 uint32 flags = B_BENDIAN_TO_HOST_INT32(entries[i].flags);
185 IMAPFolder::SetUIDValidity(uint32 uidValidity)
199 IMAPFolder::GetMessageEntryRef(uint32 uid, entry_ref& ref)
207 IMAPFolder::GetMessageUID(const entry_ref& ref, uint32& uid) const
222 uint32
223 IMAPFolder::MessageFlags(uint32 uid)
238 IMAPFolder::SyncMessageFlags(uint32 ui
[all...]
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h191 static bool IsWhiteSpace(uint32 glyphCode);
212 uint32 charCode);
219 uint32 glyphCode);
227 GlyphLayoutEngine::IsWhiteSpace(uint32 charCode)
305 uint32 lastCharCode = 0; // Needed for kerning in B_STRING_SPACING mode
306 uint32 charCode;
378 const ServerFont& font, bool forceVector, uint32 charCode)
477 BObjectList<FontCacheReference>& fallbacks, uint32 charCode)
H A DGlobalFontManager.cpp55 uint32 revision;
726 uint32 variableCount = (face->style_flags & 0x7fff0000) >> 16;
729 uint32 j = variableCount == 0 ? 0 : 1;
H A DFontStyle.h115 uint32 Flags() const;
138 uint32 FontDataSize() const
141 void SetFontData(FT_Byte* location, uint32 size);
167 uint32 fFontDataSize;
H A DFontStyle.cpp80 if (FT_Load_Char(face, (uint32)' ', loadFlags) != 0)
84 for (uint32 c = ' ' + 1; c <= 0x7e; c++) {
165 uint32
168 uint32 flags = uint32(Direction()) << B_PRIVATE_FONT_DIRECTION_SHIFT;
273 FontStyle::SetFontData(FT_Byte* location, uint32 size)
H A DFontManager.h88 uint32 GetHashCode() const
H A DFontFamily.cpp18 const uint32 kInvalidFamilyFlags = ~(uint32)0;
244 uint32
H A DFontFamily.h41 uint32 Flags();
54 uint32 fFlags;
/haiku/src/servers/app/
H A DServerApp.cpp88 static const uint32 kMsgUpdateShowAllDraggers = '_adg';
89 static const uint32 kMsgAppQuit = 'appQ';
363 uint32
366 uint32 workspaces = 0;
753 uint32 flags;
759 link.Read<uint32>(&flags);
842 uint32 colorSpace;
843 if (link.Read<uint32>(&colorSpace) != B_OK)
848 uint32 flags = overlay ? B_BITMAPS_SUPPORT_OVERLAY : 0;
863 uint32 flag
[all...]
/haiku/src/preferences/screen/
H A DScreenWindow.cpp107 tv_standard_to_string(uint32 mode)
270 uint32 columns;
271 uint32 rows;
468 uint32 dummy32;
541 uint32 i;
543 uint32 mode;
857 uint32 tvStandard;
961 uint32 columns;
962 uint32 rows;
1029 uint32 newColumn
[all...]
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp123 width, (uint32)B_TRUNCATE_END);
130 const View* view, float width, uint32 truncMode = B_TRUNCATE_MIDDLE)
337 int32 length, const BPoseView* view, float width, uint32 truncMode)
1566 uint32 type = fColumn->AttrType();
H A DFSUtils.cpp124 static status_t MoveTask(BObjectList<entry_ref>*, BEntry*, BList*, uint32);
131 uint32 moveMode, const char* newName, Undo &undo,
134 const BDirectory* destDir, int32* collisionCount, uint32 moveMode);
135 status_t CheckName(uint32 moveMode, const BEntry* srcEntry,
219 CopyLoopControl::Init(uint32 jobKind)
308 TrackerCopyLoopControl::TrackerCopyLoopControl(uint32 jobKind)
335 TrackerCopyLoopControl::Init(uint32 jobKind)
546 uint32 moveMode, BList* pointList)
878 InitCopy(CopyLoopControl* loopControl, uint32 moveMode,
1001 uint32 moveMod
[all...]
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp70 uint32 cookie = 0;
72 uint32 flags = interface.Flags();
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp109 uint32 topologyNodeCount = 0;
117 for (uint32 i = 0; i < topologyNodeCount; i++) {
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp358 PoorManWindow::SetHits(uint32 num)
/haiku/src/apps/mediaplayer/
H A DController.cpp98 void Controller::Listener::PlaybackStateChanged(uint32) {}
335 uint32 enabledNodes;
344 uint32 audioChannels = 2;
676 uint32
1059 uint32
1062 uint32 state = 0;
1202 Controller::_NotifyPlaybackStateChanged(uint32 state) const
1264 uint32 state = _PlaybackState(mode);
H A DInfoWin.cpp316 InfoWin::Update(uint32 which)
477 uint32 channelCount = audioFormat.channel_count;
/haiku/src/apps/installer/
H A DInstallerWindow.cpp58 const uint32 BEGIN_MESSAGE = 'iBGN';
59 const uint32 SHOW_BOTTOM_MESSAGE = 'iSBT';
60 const uint32 LAUNCH_DRIVE_SETUP = 'iSEP';
61 const uint32 LAUNCH_BOOTMAN = 'iWBM';
62 const uint32 START_SCAN = 'iSSC';
63 const uint32 PACKAGE_CHECKBOX = 'iPCB';
64 const uint32 ENCOURAGE_DRIVESETUP = 'iENC';
/haiku/src/apps/drivesetup/
H A DDiskView.cpp123 virtual void MouseMoved(BPoint where, uint32 transit, const BMessage*)
125 uint32 buttons;
459 DiskView::DiskView(const BRect& frame, uint32 resizeMode,
/haiku/src/apps/diskprobe/
H A DProbeView.cpp57 static const uint32 kMsgSliderUpdate = 'slup';
58 static const uint32 kMsgPositionUpdate = 'poup';
59 static const uint32 kMsgLastPosition = 'lpos';
60 static const uint32 kMsgFontSize = 'fnts';
61 static const uint32 kMsgBlockSize = 'blks';
62 static const uint32 kMsgAddBookmark = 'bmrk';
63 static const uint32 kMsgPrint = 'prnt';
64 static const uint32 kMsgPageSetup = 'pgsp';
65 static const uint32 kMsgViewAs = 'vwas';
67 static const uint32 kMsgStopFin
[all...]
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp46 static status_t SetFileType(BFile* file, int32 translator, uint32 type);
54 BMediaAddOn* addon, const uint32 internalId)
82 for (uint32 j = 0; j < 3; j++) {
290 uint32 xSize = withFormat.u.raw_video.display.line_width;
291 uint32 ySize = withFormat.u.raw_video.display.line_count;
302 for (uint32 j = 0; j < 3; j++) {
364 for (uint32 j = 0; j < 3; j++)
388 uint32 userData = 0;
564 uint32 index = 0;
601 uint32 flag
[all...]
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp22 static const uint32 kMsgUpdateTimeInterval = 'upti';
33 IntervalSlider(const char* label, BMessage* message, uint32 levels)
53 uint32 bestIndex = 0;
54 for (uint32 i = 0; i < kNumUpdateIntervals; i++) {
71 const char* _TextFor(uint32 level) const
H A DDataSource.cpp252 for (uint32 i = 0; i < kSourcesCount; i++) {
267 for (uint32 i = 0; i < kSourcesCount; i++) {
944 const uint32 kNumColors = B_COUNT_OF(kColors);
1100 const uint32 kNumColors = B_COUNT_OF(kColors);
1157 for (uint32 cpu = 0; cpu < info.CPUCount(); cpu++) {

Completed in 118 milliseconds

1234567891011>>