Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyph.cpp313 SkScalar quadTop = std::min(std::min(pts[0].fY, pts[1].fY), pts[2].fY); in calculate_path_gap() local
314 if (bottomOffset < quadTop) { break; } in calculate_path_gap()
327 SkScalar quadTop = in calculate_path_gap() local
329 if (bottomOffset < quadTop) { break; } in calculate_path_gap()
/external/deqp/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()
/external/skia/src/pathops/
DSkPathOpsCurve.h81 SkDPoint quadTop(const SkPoint curve[3], SkScalar , double s, double e, double* topT);