Searched refs:outFont (Results 1 – 2 of 2) sorted by relevance
351 BTextView::StyleBuffer::GetStyle(int32 inOffset, BFont* outFont, in GetStyle() argument355 if (outFont != NULL) in GetStyle()356 *outFont = fNullStyle.font; in GetStyle()367 if (outFont != NULL) in GetStyle()368 *outFont = fStyleRecord[styleIndex]->style.font; in GetStyle()451 const BFont** outFont, const rgb_color** outColor, in Iterate() argument463 if (outFont != NULL) in Iterate()464 *outFont = &fStyleRecord[run->index]->style.font; in Iterate()550 BTextView::StyleBuffer::ContinuousGetStyle(BFont *outFont, uint32* ioMode, in ContinuousGetStyle() argument560 if (outFont != NULL) in ContinuousGetStyle()[all …]
116 void GetStyle(int32 inOffset, BFont* outFont,136 const BFont** outFont = NULL,