Searched refs:nStops (Results 1 – 1 of 1) sorted by relevance
56 TabStops(const float* stops, size_t nStops, float tabWidth) in TabStops() argument57 : mStops(stops), mStopsSize(nStops), mTabWidth(tabWidth) {} in TabStops()