Home
last modified time | relevance | path

Searched refs:quadTop (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
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/flutter/skia/src/core/
DSkGlyph.cpp257 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/
DvktDynamicRenderingRandomTests.cpp628 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/
DvktDynamicRenderingRandomTests.cpp628 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/
DSkPathOpsCurve.h75 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);
/third_party/flutter/skia/src/pathops/
DSkPathOpsCurve.h75 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);