Searched refs:rhs_count (Results 1 – 2 of 2) sorted by relevance
286 int32_t rhs_count = rhs->GetLength(); in CompareTo() local287 int32_t count_diff = lhs_count - rhs_count; in CompareTo()288 int32_t min_count = (count_diff < 0) ? lhs_count : rhs_count; in CompareTo()
659 size_t rhs_count; in boolean_operation() local660 Rect const * const rhs_rects = rhs.getArray(&rhs_count); in boolean_operation()663 region_operator<Rect>::region rhs_region(rhs_rects, rhs_count, dx, dy); in boolean_operation()689 for (size_t i=0 ; i<rhs_count ; i++) in boolean_operation()