Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/geom/
DRect.h128 AI Rect makeJoin(Rect rect) const { return min(fVals, rect.fVals); } in makeJoin() function
/third_party/skia/samplecode/
DSampleVariableWidthStroker.cpp780 const auto makeJoin = [this, &common, &prev, &curr](bool left, float radius) { in join() local