Searched refs:bottomAdj (Results 1 – 2 of 2) sorted by relevance
158 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() local159 if (bottomAdj != 0) { in adjust_bounds_to_granularity()160 bottomAdj = granularity.height - bottomAdj; in adjust_bounds_to_granularity()162 dstBounds->fBottom = srcBounds.fBottom + bottomAdj; in adjust_bounds_to_granularity()
2234 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() local2235 if (bottomAdj != 0) { in adjust_bounds_to_granularity()2236 bottomAdj = granularity.height - bottomAdj; in adjust_bounds_to_granularity()2238 dstBounds->fBottom = srcBounds.fBottom + bottomAdj; in adjust_bounds_to_granularity()