Home
last modified time | relevance | path

Searched refs:itop (Results 1 – 5 of 5) sorted by relevance

/external/quake/quake/src/QW/client/
Dd_sprite.c201 int i, v, itop, ibottom, lmaxindex; in D_SpriteScanLeftEdge() local
234 itop = (int)vtop; in D_SpriteScanLeftEdge()
237 for (v=itop ; v<ibottom ; v++) in D_SpriteScanLeftEdge()
263 int i, v, itop, ibottom; in D_SpriteScanRightEdge() local
314 itop = (int)vtop; in D_SpriteScanRightEdge()
317 for (v=itop ; v<ibottom ; v++) in D_SpriteScanRightEdge()
/external/quake/quake/src/WinQuake/
Dd_sprite.cpp201 int i, v, itop, ibottom, lmaxindex; in D_SpriteScanLeftEdge() local
234 itop = (int)vtop; in D_SpriteScanLeftEdge()
237 for (v=itop ; v<ibottom ; v++) in D_SpriteScanLeftEdge()
263 int i, v, itop, ibottom; in D_SpriteScanRightEdge() local
314 itop = (int)vtop; in D_SpriteScanRightEdge()
317 for (v=itop ; v<ibottom ; v++) in D_SpriteScanRightEdge()
/external/skia/src/core/
DSkRegion_path.cpp212 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) { in count_path_runtype_values() argument
261 *itop = SkScalarRound(top); in count_path_runtype_values()
DSkRegion.cpp214 int SkRegion::count_runtype_values(int* itop, int* ibot) const in count_runtype_values() argument
218 *itop = SK_MinS32; in count_runtype_values()
243 *itop = fBounds.fTop; in count_runtype_values()
/external/skia/include/core/
DSkRegion.h335 int count_runtype_values(int* itop, int* ibot) const;