Searched refs:fColumn (Results 1 – 14 of 14) sorted by relevance
/haiku/headers/private/debugger/types/ |
H A D | SourceLocation.h | 16 fColumn(column) in fLine() 22 return fLine == other.fLine && fColumn == other.fColumn; 33 || (fLine == other.fLine && fColumn < other.fColumn); 39 || (fLine == other.fLine && fColumn <= other.fColumn); 49 return fColumn; in Column() 54 int32 fColumn; variable
|
/haiku/src/add-ons/media/media-add-ons/radeon/ |
H A D | CC.cpp | 19 fColumn(0), in CCaption() 251 fText[fRow][fColumn] = (fColor << 8) + character; in Decode() 252 if (fColumn < C_RADEON_CC_COLUMNS - 1) in Decode() 253 fColumn++; in Decode() 263 fText[fRow][fColumn] = (fColor << 8) + ' '; in Decode() 264 if (fColumn < C_RADEON_CC_COLUMNS - 1) in Decode() 265 fColumn++; in Decode() 302 fText[fRow][fColumn] = (fColor << 8) + character + 0x0080; in Decode() 303 if (fColumn < C_RADEON_CC_COLUMNS - 1) in Decode() 304 fColumn++; in Decode() [all …]
|
H A D | CC.h | 60 int fColumn; variable
|
/haiku/src/kits/tracker/ |
H A D | WidgetAttributeText.cpp | 280 fColumn(column), in WidgetAttributeText() 286 ASSERT(fColumn != NULL); in WidgetAttributeText() 288 if (fColumn == NULL) in WidgetAttributeText() 291 ASSERT(fColumn->Width() > 0); in WidgetAttributeText() 303 if (fDirty || fColumn->Width() != fOldWidth || CheckSettingsChanged() in FittingText() 375 ASSERT(fColumn->Editable()); in SetupEditing() 460 return fColumn->Editable(); in IsEditable() 513 fOldWidth = fColumn->Width(); in FitValue() 545 ASSERT(fColumn->Editable()); in CommitEditedText() 758 fOldWidth = fColumn->Width(); in FitValue() [all …]
|
H A D | TitleView.cpp | 446 fColumn(column), in BColumnTitle() 466 BRect bounds(fColumn->Offset() - kTitleColumnLeftExtraMargin, 0, 0, in Bounds() 468 bounds.right = bounds.left + fColumn->Width() + kTitleColumnExtraMargin; in Bounds() 498 BString titleString(fColumn->Title()); in Draw() 503 switch (fColumn->Alignment()) { in Draw() 526 = (fColumn->AttrHash() == fParent->PoseView()->SecondarySort()); in Draw() 528 || (fColumn->AttrHash() == fParent->PoseView()->PrimarySort())) { in Draw() 613 fInitialTrackOffset((title->fColumn->Offset() + title->fColumn->Width()) in ColumnResizeState() 624 - fTitle->fColumn->Offset(); in ValueChanged() 628 return newWidth != fTitle->fColumn->Width(); in ValueChanged() [all …]
|
H A D | TitleView.h | 126 BColumn* fColumn; 206 return fColumn; in Column()
|
H A D | WidgetAttributeText.h | 127 const BColumn* fColumn; variable
|
/haiku/src/kits/debugger/debug_info/ |
H A D | DwarfStackFrameDebugInfo.cpp | 85 fColumn(column) in DwarfLocalVariableID() 101 && fColumn == otherID->fColumn; in operator ==() 110 hash = hash * 19 + fColumn; in ComputeHashValue() 118 int32 fColumn; member
|
/haiku/src/libs/alm/ |
H A D | RowColumnManager.cpp | 54 area->fColumn = column; in AddArea() 76 Column* column = area->fColumn; in RemoveArea() 79 area->fColumn = NULL; in RemoveArea()
|
H A D | Area.cpp | 163 return fColumn; in GetColumn() 503 fColumn(NULL), in Area() 564 fColumn = column; in _Init()
|
/haiku/src/apps/debuganalyzer/gui/table/ |
H A D | TableColumns.cpp | 70 DelegateBasedTableColumn(&fColumn, modelIndex, width, minWidth, maxWidth, in StringTableColumn() 72 fColumn(title, width, minWidth, maxWidth, truncate, align), in StringTableColumn()
|
H A D | TableColumns.h | 55 BStringColumn fColumn;
|
/haiku/headers/libs/alm/ |
H A D | Area.h | 133 Column* fColumn; variable
|
/haiku/src/apps/debugger/user_interface/gui/team_window/ |
H A D | VariablesView.cpp | 645 fColumn.DrawField(&fField, rect, targetView); in DrawValue() 660 return fColumn.BTitledColumn::GetPreferredWidth(NULL, targetView); in GetPreferredWidth()
|