Searched refs:charsPerLine (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.h25 void SetCharsPerLine(float charsPerLine);
H A DSubtitleBitmap.cpp85 SubtitleBitmap::SetCharsPerLine(float charsPerLine) argument
87 if (charsPerLine == fCharsPerLine)
90 fCharsPerLine = charsPerLine;
/haiku/src/bin/rc/
H A Ddecompile.cpp492 write_string_line(const char *ptr, const char *end, size_t charsPerLine) argument
499 while (ptr < end && count < charsPerLine && !end_of_item) {
540 size_t charsPerLine = 64; local
548 if (length > charsPerLine || strlen(ptr) < length - 1) {
567 ptr = write_string_line(ptr, end, charsPerLine);
579 write_string_line(ptr, end, charsPerLine);

Completed in 98 milliseconds