Searched refs:aTickInfo (Results 1 – 2 of 2) sorted by relevance
483 TickInfo aTickInfo(0); in createAllTickInfosFromComplexCategories() local492 aTickInfo.fScaledTickValue = nCatIndex + 1.0 + nCount/2.0; in createAllTickInfosFromComplexCategories()493 aTickInfo.nFactorForLimitedTextWidth = nCount; in createAllTickInfosFromComplexCategories()494 aTickInfo.aText = aCat.Text; in createAllTickInfosFromComplexCategories()495 aTickInfoVector.push_back(aTickInfo); in createAllTickInfosFromComplexCategories()517 TickInfo aTickInfo(0); in createAllTickInfosFromComplexCategories() local519 aTickInfo.fScaledTickValue = nCatIndex + 1.0; in createAllTickInfosFromComplexCategories()520 aTickInfoVector.push_back(aTickInfo); in createAllTickInfosFromComplexCategories()528 TickInfo aTickInfo(0); in createAllTickInfosFromComplexCategories() local529 aTickInfo.fScaledTickValue = nCatIndex + 1.0; in createAllTickInfosFromComplexCategories()[all …]
406 TickInfo aTickInfo(m_xInverseScaling); in getAllTicks() local407 aTickInfo.fScaledTickValue = aAllTicks[nDepth][nN]; in getAllTicks()408 rTickInfoVector.push_back(aTickInfo); in getAllTicks()