Home
last modified time | relevance | path

Searched refs:outFont (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp351 BTextView::StyleBuffer::GetStyle(int32 inOffset, BFont* outFont, in GetStyle() argument
355 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() argument
463 if (outFont != NULL) in Iterate()
464 *outFont = &fStyleRecord[run->index]->style.font; in Iterate()
550 BTextView::StyleBuffer::ContinuousGetStyle(BFont *outFont, uint32* ioMode, in ContinuousGetStyle() argument
560 if (outFont != NULL) in ContinuousGetStyle()
[all …]
H A DStyleBuffer.h116 void GetStyle(int32 inOffset, BFont* outFont,
136 const BFont** outFont = NULL,