Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp780 const auto makeJoin = [this, &common, &prev, &curr](bool left, float radius) { in join() local
834 makeJoin(true, leftRadius); in join()
835 makeJoin(false, rightRadius); in join()