Home
last modified time | relevance | path

Searched refs:bottomAdj (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkGpu.cpp1935 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() local
1936 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()