Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp158 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() local
159 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()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp2234 int bottomAdj = srcBounds.fBottom % granularity.height; in adjust_bounds_to_granularity() local
2235 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()