Searched refs:quadTop (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
D | SkGlyph.cpp | 250 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/flutter/skia/src/core/ |
D | SkGlyph.cpp | 257 SkScalar quadTop = SkTMin(SkTMin(pts[0].fY, pts[1].fY), pts[2].fY); in calculate_path_gap() local 258 if (bottomOffset < quadTop) { break; } in calculate_path_gap() 271 SkScalar quadTop = in calculate_path_gap() local 273 if (bottomOffset < quadTop) { break; } in calculate_path_gap()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktDynamicRenderingRandomTests.cpp | 628 const deUint32 quadTop = renderY + quadMarginY; in iterate() local 670 …VkClearRect rect = { makeRect2D(quadLeft, quadTop, quadRight - quadLeft, quadBottom - quadTop)… in iterate() 723 …if (x >= quadLeft && x < quadRight && y >= quadTop && y < quadBottom && (activeLayersQuad & (1 << … in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktDynamicRenderingRandomTests.cpp | 628 const deUint32 quadTop = renderY + quadMarginY; in iterate() local 670 …VkClearRect rect = { makeRect2D(quadLeft, quadTop, quadRight - quadLeft, quadBottom - quadTop)… in iterate() 723 …if (x >= quadLeft && x < quadRight && y >= quadTop && y < quadBottom && (activeLayersQuad & (1 << … in iterate()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsCurve.h | 75 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsCurve.h | 75 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);
|