Home
last modified time | relevance | path

Searched refs:quadTop (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkGlyph.cpp250 SkScalar quadTop = std::min(std::min(pts[0].fY, pts[1].fY), pts[2].fY); in calculate_path_gap() local
251 if (bottomOffset < quadTop) { break; } in calculate_path_gap()
264 SkScalar quadTop = in calculate_path_gap() local
266 if (bottomOffset < quadTop) { break; } in calculate_path_gap()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp628 const deUint32 quadTop = renderY + 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.cpp628 const deUint32 quadTop = renderY + 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/skia/src/pathops/
H A DSkPathOpsCurve.h75 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);

Completed in 5 milliseconds