Searched refs:fLegendLayoutItem (Results 1 – 2 of 2) sorted by relevance
615 fLegendLayoutItem = NULL; in _Init()747 if (fLegendLayoutItem == NULL) in CreateLegendLayoutItem()748 fLegendLayoutItem = new LegendLayoutItem(this); in CreateLegendLayoutItem()750 return fLegendLayoutItem; in CreateLegendLayoutItem()1199 if (fLegendLayoutItem == NULL || fHistoryLayoutItem == NULL) in _UpdateFrame()1203 BRect legendFrame = fLegendLayoutItem->Frame(); in _UpdateFrame()1255 if (fLegendLayoutItem != NULL) in _LegendFrame()1256 height = fLegendLayoutItem->Frame().Height(); in _LegendFrame()
130 BLayoutItem* fLegendLayoutItem; variable