Searched refs:bottomAdj (Results 1 – 2 of 2) sorted by relevance
2225 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() local2226 if (bottomAdj != 0) { in adjust_bounds_to_granularity()2227 bottomAdj = granularity.height - bottomAdj; in adjust_bounds_to_granularity()2229 dstBounds->fBottom = srcBounds.fBottom + bottomAdj; in adjust_bounds_to_granularity()
2273 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() local2274 if (bottomAdj != 0) { in adjust_bounds_to_granularity()2275 bottomAdj = granularity.height - bottomAdj; in adjust_bounds_to_granularity()2277 dstBounds->fBottom = srcBounds.fBottom + bottomAdj; in adjust_bounds_to_granularity()