Home
last modified time | relevance | path

Searched refs:fFatBits (Results 1 – 4 of 4) sorted by relevance

/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp121 fFatBits = 32; in Volume()
138 fFatBits = 16; in Volume()
154 fFatBits, fRootDirCluster)); in Volume()
210 switch (fFatBits) { in NextCluster()
233 switch (fFatBits) { in NextCluster()
277 if (fFatBits != 32) in AllocateCluster()
322 if (fFatBits != 32 && fFatBits != 16) in _UpdateCluster()
344 switch (fFatBits) { in _UpdateCluster()
373 if (fFatBits != 32) in _ClusterAllocated()
H A DVolume.h33 int32 FatBits() const { return fFatBits; } in FatBits()
50 uint32 InvalidClusterID() const { return (1 << fFatBits) - 1; } in InvalidClusterID()
81 uint8 fFatBits; variable
/haiku/src/apps/magnify/
H A DMagnify.cpp317 fFatBits = new TMagnify(fbRect, this); in TWindow()
318 fInfo->AddChild(fFatBits); in TWindow()
320 fFatBits->SetSelection(fShowInfo); in TWindow()
321 fInfo->SetMagView(fFatBits); in TWindow()
378 bool active = fFatBits->Active(); in MessageReceived()
444 result = reply.AddBool("result", fFatBits->Sticked()); in MessageReceived()
449 fFatBits->MakeSticked(stick); in MessageReceived()
454 fFatBits->CopyImage(); in MessageReceived()
511 fFatBits->NudgeMouse(-1, 0); in MessageReceived()
515 fFatBits->NudgeMouse(1, 0); in MessageReceived()
[all …]
H A DMagnify.h258 TMagnify* fFatBits; variable