Searched refs:dryRun (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.h52 const BRect& clippingFrame, bool dryRun,
59 const BRect& clippingFrame, bool dryRun,
H A DAGGTextRenderer.cpp121 StringRenderer(const IntRect& clippingFrame, bool dryRun, argument
133 fDryRun(dryRun),
379 const BPoint& baseLine, const BRect& clippingFrame, bool dryRun,
383 //printf("RenderString(\"%s\", length: %ld, dry: %d)\n", string, length, dryRun);
406 StringRenderer renderer(clippingIntFrame, dryRun,
420 const BPoint* offsets, const BRect& clippingFrame, bool dryRun,
423 //printf("RenderString(\"%s\", length: %ld, dry: %d)\n", string, length, dryRun);
445 StringRenderer renderer(clippingIntFrame, dryRun,
378 RenderString(const char* string, uint32 length, const BPoint& baseLine, const BRect& clippingFrame, bool dryRun, BPoint* nextCharPos, const escapement_delta* delta, FontCacheReference* cacheReference) argument
419 RenderString(const char* string, uint32 length, const BPoint* offsets, const BRect& clippingFrame, bool dryRun, BPoint* nextCharPos, FontCacheReference* cacheReference) argument
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp185 const uint8 *bootCodeData, int offset, int size, bool dryRun)
187 if (!dryRun) {
313 bool dryRun = false; local
324 dryRun = true;
630 kFirstBootCodePartSize, dryRun);
633 dryRun);
647 if (status == B_OK && partition->IsMounted() && !dryRun) {
184 write_boot_code_part(const char *fileName, int fd, off_t imageOffset, const uint8 *bootCodeData, int offset, int size, bool dryRun) argument
/haiku/src/kits/storage/
H A DPathMonitor.cpp565 bool dryRun, bool notify, Entry** _entry);
567 const node_ref& nodeRef, bool dryRun,
1376 const node_ref& nodeRef, bool isDirectory, bool dryRun, bool notify,
1405 if (!dryRun) {
1424 if (!dryRun) {
1464 if (!dryRun) {
1495 if (dryRun)
1506 const node_ref& nodeRef, bool dryRun, bool notify, Entry** _keepEntry)
1523 if (!dryRun)
1531 if (!dryRun) {
1375 _EntryCreated(const NotOwningEntryRef& entryRef, const node_ref& nodeRef, bool isDirectory, bool dryRun, bool notify, Entry** _entry) argument
1505 _EntryRemoved(const NotOwningEntryRef& entryRef, const node_ref& nodeRef, bool dryRun, bool notify, Entry** _keepEntry) argument
[all...]

Completed in 49 milliseconds