Home
last modified time | relevance | path

Searched refs:quadBottom (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkGlyph.cpp252 SkScalar quadBottom = std::max(std::max(pts[0].fY, pts[1].fY), pts[2].fY); in calculate_path_gap() local
253 if (topOffset > quadBottom) { break; } in calculate_path_gap()
267 SkScalar quadBottom = in calculate_path_gap() local
269 if (topOffset > quadBottom) { break; } in calculate_path_gap()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp629 const deUint32 quadBottom = renderY + renderHeight - quadMarginY; in iterate() local
670 VkClearRect rect = { makeRect2D(quadLeft, quadTop, quadRight - quadLeft, quadBottom - quadTop), static_cast<deUint32>(layer), 1u }; in iterate()
723 if (x >= quadLeft && x < quadRight && y >= quadTop && y < quadBottom && (activeLayersQuad & (1 << l))) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp629 const deUint32 quadBottom = renderY + renderHeight - quadMarginY; in iterate() local
670 VkClearRect rect = { makeRect2D(quadLeft, quadTop, quadRight - quadLeft, quadBottom - quadTop), static_cast<deUint32>(layer), 1u }; in iterate()
723 if (x >= quadLeft && x < quadRight && y >= quadTop && y < quadBottom && (activeLayersQuad & (1 << l))) in iterate()

Completed in 5 milliseconds