Searched refs:normal (Results 1 - 16 of 16) sorted by relevance

/haiku/src/apps/haiku3d/
H A DMeshInstance.cpp95 // calculate normal
98 Vector3 normal(lu.cross(lv));
99 if (normal.length() <= 0.000001)
100 normal.setValue(0, 0, -1.0);
101 normal.normalize();
104 glNormal3f(normal.x(), normal.y(), normal.z());
108 glNormal3f(normal.x(), normal
[all...]
/haiku/docs/interface_guidelines/docbook-css/
H A Dmozilla.css21 -moz-user-focus: normal;
/haiku/src/apps/pulse/
H A DDeskbarPulseView.h35 void SetMode(bool normal);
H A DDeskbarPulseView.cpp213 DeskbarPulseView::SetMode(bool normal) argument
215 if (normal) prefs->window_mode = NORMAL_WINDOW_MODE;
H A DPulseApp.cpp44 int mini = false, deskbar = false, normal = false; local
56 {"normal", 0, &normal, true},
120 } else if (normal)
292 "\t[--deskbar] [--normal] [--framecolor 0xrrggbb]\n"
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h72 cache_ent_list normal, /* list of "normal" blocks (clean & dirty) */ member in struct:block_cache
H A Dfs_cache.c8 and block number) and two doubly-linked lists. The normal
9 list is for "normal" blocks which are either clean or dirty.
535 real_dump_cache_list(&bc.normal);
553 for(ce=bc.normal.lru; ce; prev=ce, ce=ce->next) {
586 printf("NORMAL 0x%x (tail 0x%x, head 0x%x)\n", &bc.normal,
587 bc.normal.lru, bc.normal.mru);
588 for(nce=bc.normal.lru; nce; nce=nce->next)
601 cel = &bc.normal;
618 for(oce=bc.normal
[all...]
/haiku/src/servers/mount/
H A DAutoMounter.h39 void _MountVolumes(mount_mode normal,
H A DAutoMounter.cpp552 // normal, non-safe mode settings.
564 AutoMounter::_MountVolumes(mount_mode normal, mount_mode removable, argument
567 if (normal == kNoVolumes && removable == kNoVolumes)
575 if (normal == kRestorePreviousVolumes) {
585 MountVisitor visitor(normal, removable, initialRescan, fSettings, deviceID);
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h74 cache_ent_list normal, /* list of "normal" blocks (clean & dirty) */ member in struct:block_cache
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dlshift.S53 jne L(normal)
61 L(normal):
H A Drshift.S53 jne L(normal)
61 L(normal):
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp330 rgb_color normal = selected ? focusColor : (rgb_color){ 0, 0, 0, 255 }; local
331 into->SetLowColor(normal);
364 into->SetLowColor(normal);
384 into->SetLowColor(normal);
/haiku/src/kits/tracker/
H A DIconCache.h175 // same as above, always uses normal icon as source
411 BBitmap* MakeSelectedIcon(const BBitmap* normal, BSize,
H A DIconCache.cpp339 // if we are trying to get a specialized icon, we will first look for a normal
343 // normal icons, selected icons are auto-generated.
1261 IconCache::MakeSelectedIcon(const BBitmap* normal, BSize size, argument
1264 return MakeTransformedIcon(normal, size, fHighlightTable, lazyBitmap);
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp455 viii. Enable normal pixel output on CPU FDI Transmitter and PCH FDI Receiver

Completed in 231 milliseconds