Home
last modified time | relevance | path

Searched refs:WRAP_WIDTH (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Dialog/
H A DPSPNetconfDialog.cpp129 float WRAP_WIDTH = 300.0f; in DisplayMessage() local
131 WRAP_WIDTH = 336.0f; in DisplayMessage()
138 …PPGeMeasureText(nullptr, &totalHeight1, text1.c_str(), FONT_SCALE, PPGE_LINE_WRAP_WORD, WRAP_WIDTH in DisplayMessage()
141 …MeasureText(nullptr, &totalHeight2, text2.c_str(), FONT_SCALE, PPGE_LINE_USE_ELLIPSIS, WRAP_WIDTH); in DisplayMessage()
144 …MeasureText(nullptr, &totalHeight3, text3.c_str(), FONT_SCALE, PPGE_LINE_USE_ELLIPSIS, WRAP_WIDTH); in DisplayMessage()
197 PPGeDrawTextWrapped(text1.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
200 …, 240.0f - 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
202 …c_str(), 240.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
205 …, 240.0f + 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
210 …, centerY - h2 - scrollPos_ + totalHeight1 + totalHeight2 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
[all …]
H A DPSPMsgDialog.cpp188 float WRAP_WIDTH = 340.0f; in DisplayMessage() local
190 WRAP_WIDTH = 376.0f; in DisplayMessage()
197 PPGeMeasureText(nullptr, &totalHeight, text.c_str(), FONT_SCALE, PPGE_LINE_WRAP_WORD, WRAP_WIDTH); in DisplayMessage()
244 PPGeDrawTextWrapped(text.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
H A DPSPSaveDialog.cpp555 const float WRAP_WIDTH = 254.0f; in DisplayMessage() local
557 PPGeMeasureText(nullptr, &h, text.c_str(), FONT_SCALE, PPGE_LINE_WRAP_WORD, WRAP_WIDTH); in DisplayMessage()
588 PPGeDrawTextWrapped(text.c_str(), 334.0f, y, WRAP_WIDTH, 0, textStyle); in DisplayMessage()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Dialog/
H A DPSPNetconfDialog.cpp129 float WRAP_WIDTH = 300.0f; in DisplayMessage() local
131 WRAP_WIDTH = 336.0f; in DisplayMessage()
138 …PPGeMeasureText(nullptr, &totalHeight1, text1.c_str(), FONT_SCALE, PPGE_LINE_WRAP_WORD, WRAP_WIDTH in DisplayMessage()
141 …MeasureText(nullptr, &totalHeight2, text2.c_str(), FONT_SCALE, PPGE_LINE_USE_ELLIPSIS, WRAP_WIDTH); in DisplayMessage()
144 …MeasureText(nullptr, &totalHeight3, text3.c_str(), FONT_SCALE, PPGE_LINE_USE_ELLIPSIS, WRAP_WIDTH); in DisplayMessage()
197 PPGeDrawTextWrapped(text1.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
200 …, 240.0f - 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
202 …c_str(), 240.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
205 …, 240.0f + 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
210 …, centerY - h2 - scrollPos_ + totalHeight1 + totalHeight2 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
[all …]
H A DPSPMsgDialog.cpp188 float WRAP_WIDTH = 340.0f; in DisplayMessage() local
190 WRAP_WIDTH = 376.0f; in DisplayMessage()
197 PPGeMeasureText(nullptr, &totalHeight, text.c_str(), FONT_SCALE, PPGE_LINE_WRAP_WORD, WRAP_WIDTH); in DisplayMessage()
244 PPGeDrawTextWrapped(text.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
H A DPSPSaveDialog.cpp555 const float WRAP_WIDTH = 254.0f; in DisplayMessage() local
557 PPGeMeasureText(nullptr, &h, text.c_str(), FONT_SCALE, PPGE_LINE_WRAP_WORD, WRAP_WIDTH); in DisplayMessage()
588 PPGeDrawTextWrapped(text.c_str(), 334.0f, y, WRAP_WIDTH, 0, textStyle); in DisplayMessage()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Dialog/
H A DPSPNetconfDialog.cpp129 float WRAP_WIDTH = 300.0f; in DisplayMessage() local
131 WRAP_WIDTH = 336.0f; in DisplayMessage()
138 …PPGeMeasureText(nullptr, &totalHeight1, text1.c_str(), FONT_SCALE, PPGE_LINE_WRAP_WORD, WRAP_WIDTH in DisplayMessage()
141 …MeasureText(nullptr, &totalHeight2, text2.c_str(), FONT_SCALE, PPGE_LINE_USE_ELLIPSIS, WRAP_WIDTH); in DisplayMessage()
144 …MeasureText(nullptr, &totalHeight3, text3.c_str(), FONT_SCALE, PPGE_LINE_USE_ELLIPSIS, WRAP_WIDTH); in DisplayMessage()
197 PPGeDrawTextWrapped(text1.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
200 …, 240.0f - 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
202 …c_str(), 240.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
205 …, 240.0f + 5.0f, centerY - h2 - scrollPos_ + totalHeight1 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
210 …, centerY - h2 - scrollPos_ + totalHeight1 + totalHeight2 + marginTop, WRAP_WIDTH, 0, messageStyle… in DisplayMessage()
[all …]
H A DPSPMsgDialog.cpp188 float WRAP_WIDTH = 340.0f; in DisplayMessage() local
190 WRAP_WIDTH = 376.0f; in DisplayMessage()
197 PPGeMeasureText(nullptr, &totalHeight, text.c_str(), FONT_SCALE, PPGE_LINE_WRAP_WORD, WRAP_WIDTH); in DisplayMessage()
244 PPGeDrawTextWrapped(text.c_str(), 240.0f, centerY - h2 - scrollPos_, WRAP_WIDTH, 0, messageStyle); in DisplayMessage()
H A DPSPSaveDialog.cpp555 const float WRAP_WIDTH = 254.0f; in DisplayMessage() local
557 PPGeMeasureText(nullptr, &h, text.c_str(), FONT_SCALE, PPGE_LINE_WRAP_WORD, WRAP_WIDTH); in DisplayMessage()
588 PPGeDrawTextWrapped(text.c_str(), 334.0f, y, WRAP_WIDTH, 0, textStyle); in DisplayMessage()
/dports/misc/broot/broot-1.7.0/cargo-crates/argh_shared-0.1.5/src/
H A Dlib.rs19 const WRAP_WIDTH: usize = 80; const
38 if (char_len(&current_line) + char_len(word) + 1) > WRAP_WIDTH { in write_description()
/dports/textproc/p5-Text-Table-Paragraph/Text-Table-Paragraph-0.002/
H A DChanges6 TEXT_TABLE_PARAGRAPH_{WRAP,WRAP_WIDTH} envs).
/dports/devel/p5-Data-TreeDumper/Data-TreeDumper-0.40/
H A DTreeDumper.pm768 if(defined $setup->{WRAP_WIDTH})
770 $columns = $setup->{WRAP_WIDTH} ;
H A DChanges42 ADDED: WRAP_WIDTH
/dports/multimedia/imagination/imagination-3.0/src/
H A Dsubtitles.c27 #define WRAP_WIDTH 0.75 macro
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DConfigWizard_private.hpp38 WRAP_WIDTH = 500, enumerator
H A DConfigWizard.cpp438 widget->Wrap(WRAP_WIDTH); in append_text()
439 widget->SetMinSize(wxSize(WRAP_WIDTH, -1)); in append_text()
1168 label_bold->Wrap(WRAP_WIDTH); in PageUpdate()