Searched refs:itop (Results 1 – 5 of 5) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | d_sprite.c | 201 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/ |
D | d_sprite.cpp | 201 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/ |
D | SkRegion_path.cpp | 212 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()
|
D | SkRegion.cpp | 214 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/ |
D | SkRegion.h | 335 int count_runtype_values(int* itop, int* ibot) const;
|