Searched refs:itop (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkRegion.h429 int count_runtype_values(int* itop, int* ibot) const;
/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 277 milliseconds