Home
last modified time | relevance | path

Searched defs:makeJoin (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DRect.h152 AI Rect makeJoin(Rect rect) const { return min(fVals, rect.fVals); } in makeJoin() function
/aosp_15_r20/external/skia/tools/viewer/
H A DVariableWidthStrokerSlide.cpp781 const auto makeJoin = [this, &common, &prev, &curr](bool left, float radius) { in join() local