Home
last modified time | relevance | path

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

/haiku/headers/os/translation/
H A DTranslationUtils.h59 static status_t PutStyledText(BTextView* fromView,
62 static status_t WriteStyledEditFile(BTextView* fromView,
64 static status_t WriteStyledEditFile(BTextView* fromView,
/haiku/src/kits/translation/
H A DTranslationUtils.cpp470 BTranslationUtils::PutStyledText(BTextView *fromView, BPositionIO *intoStream, in PutStyledText() argument
473 if (fromView == NULL || intoStream == NULL) in PutStyledText()
476 int32 textLength = fromView->TextLength(); in PutStyledText()
480 const char *pTextData = fromView->Text(); in PutStyledText()
484 text_run_array *runArray = fromView->RunArray(0, textLength, in PutStyledText()