Searched refs:absolute (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/glteapot/
H A DVector3.h147 inline Vector3 absolute() const function in class:Vector3
187 return absolute().minAxis();
193 return absolute().maxAxis();
/haiku/src/apps/haiku3d/
H A DVector3.h158 inline Vector3 absolute() const function in class:Vector3
198 return absolute().minAxis();
204 return absolute().maxAxis();
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp259 const char* absolute; member in struct:RelativeUrl
539 BString(tests[index].absolute),
/haiku/src/apps/showimage/
H A DShowImageView.h169 bool absolute);
171 bool absolute);
H A DShowImageView.cpp1212 ShowImageView::_LimitToRange(float v, orientation o, bool absolute) argument
1218 if (!absolute)
1228 if (!absolute)
1236 ShowImageView::_ScrollRestricted(float x, float y, bool absolute) argument
1239 x = _LimitToRange(x, B_HORIZONTAL, absolute);
1242 y = _LimitToRange(y, B_VERTICAL, absolute);
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h192 void _SetCursor(int32 x, int32 y, bool absolute);
H A DBasicTerminalBuffer.cpp1048 BasicTerminalBuffer::_SetCursor(int32 x, int32 y, bool absolute) argument
1054 if (fOriginMode && !absolute) {
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php91 // absolute path to the image.

Completed in 72 milliseconds