Searched refs:fDepth (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/screen_savers/spider/
H A DPolygonQueue.cpp18 fDepth(depth)
20 for (int32 i = 0; i < fDepth; i++)
22 fPolygons[fDepth - 1] = start;
28 for (int32 i = 0; i < fDepth; i++)
37 return fPolygons[fDepth - 1];
56 for (int32 i = 0; i < fDepth - 1; i++)
59 fPolygons[fDepth - 1] = np;
H A DPolygonQueue.h27 int32 fDepth; member in class:PolygonQueue
/haiku/src/add-ons/translators/psd/
H A DPSDLoader.h108 int16 fDepth; member in class:PSDLoader
H A DPSDLoader.cpp43 fDepth = _GetInt16FromStream(fStream);
94 if (fDepth > 16)
199 int32 depthBytes = fDepth / 8;
200 int32 rowBytes = (fWidth * fDepth) / 8;
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp66 float fDelay, float fDepth);
70 float fDepth);
/haiku/src/kits/interface/
H A DColumnListView.cpp401 int32 fDepth; member in struct:BPrivate::RecursiveOutlineIterator::__anon3
5131 fStack[fStackIndex].fDepth = fCurrentListDepth;
5143 fCurrentListDepth = fStack[fStackIndex].fDepth;

Completed in 64 milliseconds