Searched refs:legendCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp68 int32 legendCount = fLegends.CountItems(); local
72 for (int32 i = 0; i < legendCount; i++) {
93 legendCount = fLegends.CountItems();
132 if (legendCount == fLegends.CountItems())
204 int32 legendCount = fLegendSource->GetAxisLegends(fRange, legends, values, local
220 for (int32 i = 0; i < legendCount; i++) {
367 int32 legendCount = fLegendSource->GetAxisLegends(fRange, legends, values, local
369 if (legendCount == 0)
373 for (int32 i = 0; i < legendCount; i++) {
381 for (int32 k = i; k < legendCount;
[all...]

Completed in 126 milliseconds