Searched refs:bottomAdj (Results 1 – 1 of 1) sorted by relevance
1935 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() local1936 if (bottomAdj != 0) { in adjust_bounds_to_granularity()1937 bottomAdj = granularity.height - bottomAdj; in adjust_bounds_to_granularity()1939 dstBounds->fBottom = srcBounds.fBottom + bottomAdj; in adjust_bounds_to_granularity()