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, argument
355 if (outFont != NULL)
356 *outFont = fNullStyle.font;
367 if (outFont != NULL)
368 *outFont = fStyleRecord[styleIndex]->style.font;
451 const BFont** outFont, const rgb_color** outColor,
463 if (outFont != NULL)
464 *outFont = &fStyleRecord[run->index]->style.font;
550 BTextView::StyleBuffer::ContinuousGetStyle(BFont *outFont, uint32* ioMode, argument
560 if (outFont !
449 Iterate(int32 fromOffset, int32 length, InlineInput* input, const BFont** outFont, const rgb_color** outColor, float* outAscent, float* outDescent, uint32*) const argument
[all...]
H A DStyleBuffer.h116 void GetStyle(int32 inOffset, BFont* outFont,
136 const BFont** outFont = NULL,

Completed in 30 milliseconds