Searched refs:SectionWidth (Results 1 – 2 of 2) sorted by relevance
194 double SectionWidth = IntervalWidth / static_cast<double>(MaxIndex); in getColorTuple() local195 size_t SectionNo = std::floor(OffsetP / SectionWidth); in getColorTuple()196 double T = (OffsetP - SectionNo * SectionWidth) / SectionWidth; in getColorTuple()
1377 size_t SectionWidth = strlen("section"); in PrintDyldInfo() local1388 SectionWidth = std::max(SectionWidth, Entry.sectionName().size()); in PrintDyldInfo()1401 << left_justify("section", SectionWidth) << ' ' in PrintDyldInfo()1408 << left_justify(Entry.sectionName(), SectionWidth) << ' ' << "0x" in PrintDyldInfo()