Searched defs:itop (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRegion_path.cpp271 // If returns 0, ignore itop and ibot
272 static int count_path_runtype_values(const SkPath& path, int* itop, int* ibot) { argument
306 *itop = SkScalarRoundToInt(top);
H A DSkRegion.cpp214 int SkRegion::count_runtype_values(int* itop, int* ibot) const { argument
223 *itop = fBounds.fTop;

Completed in 383 milliseconds