Searched refs:ibot (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
307 *ibot = SkScalarRoundToInt(bot);
H A DSkRegion.cpp214 int SkRegion::count_runtype_values(int* itop, int* ibot) const {
224 *ibot = fBounds.fBottom;

Completed in 49 milliseconds