Searched refs:CalculateSegmentCount (Results 1 – 1 of 1) sorted by relevance
281 static int32_t CalculateSegmentCount(const std::vector<Range>& stretch_regions, int32_t length) { in CalculateSegmentCount() function536 const int32_t num_rows = CalculateSegmentCount(nine_patch->horizontal_stretch_regions, width - 2); in Create()537 const int32_t num_cols = CalculateSegmentCount(nine_patch->vertical_stretch_regions, height - 2); in Create()