Home
last modified time | relevance | path

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

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