Home
last modified time | relevance | path

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

/external/skia/gm/
Dpath_stroke_with_zero_length.cpp45 int numBlobs = 0; in draw_path_cell() local
52 ++numBlobs; in draw_path_cell()
59 if (numBlobs == expectedCaps) { in draw_path_cell()
61 } else if (numBlobs > expectedCaps) { in draw_path_cell()
68 return numBlobs == expectedCaps; in draw_path_cell()