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

/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp831 float lineBase = 0; local
838 lineBase = lineHeight;
844 lineBase));
848 lineBase));
850 fSizeRect.top = lineBase - fontMetrics.ascent;
851 fSizeRect.bottom = lineBase + fontMetrics.descent;
855 MovePenTo(BPoint(fDivider + sDrawMargin, lineBase));
870 lineBase += lineHeight;
875 lineBase));
877 MovePenTo(BPoint(fDivider + sDrawMargin, lineBase));
[all...]
H A DHeaderView.cpp273 float lineBase = 0; local
281 lineBase = fTitleRect.bottom - fontMetrics.descent;
283 MovePenTo(BPoint(fIconRect.right + 6, lineBase));
/haiku/src/kits/debugger/dwarf/
H A DLineNumberProgram.h22 bool defaultIsStatement, int8 lineBase,
H A DLineNumberProgram.cpp45 uint8 minInstructionLength, bool defaultIsStatement, int8 lineBase,
63 fLineBase = lineBase;
44 Init(const void* program, size_t programSize, uint8 minInstructionLength, bool defaultIsStatement, int8 lineBase, uint8 lineRange, uint8 opcodeBase, const uint8* standardOpcodeLengths) argument
H A DDwarfFile.cpp2093 int8 lineBase = (int8)dataReader.Read<uint8>(0); local
2119 TRACE_LINES(" lineBase: %d\n", lineBase);
2290 minInstructionLength, defaultIsStatement, lineBase, lineRange,

Completed in 79 milliseconds