Home
last modified time | relevance | path

Searched +defs:w +defs:f2 +defs:text (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/games/xkoules/koules1.4/xlib/
H A Dtext.c15 putbox (int x, int y, int w, int h, void *b) in putbox()
32 putboxmask (int x, int y, int w, int h, void *b) in putboxmask()
133 uchar *f2 = _f2; in ExpandFont() local
159 DrawBlackMaskedText (int xp, int yp, char *text) in DrawBlackMaskedText()
174 DrawWhiteMaskedText (int xp, int yp, char *text) in DrawWhiteMaskedText()
189 DrawText (int xp, int yp, char *text) in DrawText()
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp172 int FOX16_GuiDialog::setIntProperty(GWEN_WIDGET *w, in setIntProperty()
547 int FOX16_GuiDialog::getIntProperty(GWEN_WIDGET *w, in getIntProperty()
846 int FOX16_GuiDialog::setCharProperty(GWEN_WIDGET *w, in setCharProperty()
1069 THEMETABITEM *f2; in setCharProperty() local
1423 THEMETABITEM *f2; in getCharProperty() local
1583 GWEN_WIDGET *w; in onSelCommand() local
1677 GWEN_WIDGET *w; in onSelChanged() local
1741 GWEN_WIDGET *w; in onSelKeyPress() local
1793 GWEN_WIDGET *w; in onSelKeyRelease() local
1845 GWEN_WIDGET *w; in setup() local
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp172 int FOX16_GuiDialog::setIntProperty(GWEN_WIDGET *w, in setIntProperty()
547 int FOX16_GuiDialog::getIntProperty(GWEN_WIDGET *w, in getIntProperty()
846 int FOX16_GuiDialog::setCharProperty(GWEN_WIDGET *w, in setCharProperty()
1069 THEMETABITEM *f2; in setCharProperty() local
1423 THEMETABITEM *f2; in getCharProperty() local
1583 GWEN_WIDGET *w; in onSelCommand() local
1677 GWEN_WIDGET *w; in onSelChanged() local
1741 GWEN_WIDGET *w; in onSelKeyPress() local
1793 GWEN_WIDGET *w; in onSelKeyRelease() local
1845 GWEN_WIDGET *w; in setup() local
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp172 int FOX16_GuiDialog::setIntProperty(GWEN_WIDGET *w, in setIntProperty()
547 int FOX16_GuiDialog::getIntProperty(GWEN_WIDGET *w, in getIntProperty()
846 int FOX16_GuiDialog::setCharProperty(GWEN_WIDGET *w, in setCharProperty()
1069 THEMETABITEM *f2; in setCharProperty() local
1423 THEMETABITEM *f2; in getCharProperty() local
1583 GWEN_WIDGET *w; in onSelCommand() local
1677 GWEN_WIDGET *w; in onSelChanged() local
1741 GWEN_WIDGET *w; in onSelKeyPress() local
1793 GWEN_WIDGET *w; in onSelKeyRelease() local
1845 GWEN_WIDGET *w; in setup() local
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp172 int FOX16_GuiDialog::setIntProperty(GWEN_WIDGET *w, in setIntProperty()
547 int FOX16_GuiDialog::getIntProperty(GWEN_WIDGET *w, in getIntProperty()
846 int FOX16_GuiDialog::setCharProperty(GWEN_WIDGET *w, in setCharProperty()
1069 THEMETABITEM *f2; in setCharProperty() local
1423 THEMETABITEM *f2; in getCharProperty() local
1583 GWEN_WIDGET *w; in onSelCommand() local
1677 GWEN_WIDGET *w; in onSelChanged() local
1741 GWEN_WIDGET *w; in onSelKeyPress() local
1793 GWEN_WIDGET *w; in onSelKeyRelease() local
1845 GWEN_WIDGET *w; in setup() local
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp172 int FOX16_GuiDialog::setIntProperty(GWEN_WIDGET *w, in setIntProperty()
547 int FOX16_GuiDialog::getIntProperty(GWEN_WIDGET *w, in getIntProperty()
846 int FOX16_GuiDialog::setCharProperty(GWEN_WIDGET *w, in setCharProperty()
1069 THEMETABITEM *f2; in setCharProperty() local
1423 THEMETABITEM *f2; in getCharProperty() local
1583 GWEN_WIDGET *w; in onSelCommand() local
1677 GWEN_WIDGET *w; in onSelChanged() local
1741 GWEN_WIDGET *w; in onSelKeyPress() local
1793 GWEN_WIDGET *w; in onSelKeyRelease() local
1845 GWEN_WIDGET *w; in setup() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp252 void drawText(SkCanvas* canvas, SkScalar w, SkScalar h, std::vector<const char*>& text, in drawText()
310 void drawLine(SkCanvas* canvas, SkScalar w, SkScalar h, const std::string& text, in drawLine()
425 void drawLine(SkCanvas* canvas, SkScalar w, SkScalar h, const std::string& text, in drawLine()
684 void bidi(SkCanvas* canvas, SkScalar w, SkScalar h, const std::u16string& text, in bidi()
1010 auto w = this->width() / 2; in onDrawContent() local
1080 auto w = this->width() / 2; in onDrawContent() local
1199 auto w = this->width(); in onDrawContent() local
2043 auto w = 300; in onDrawContent() local
2183 auto f2 = paragraph->getGlyphPositionAtCoordinate(width/2, height/2); in onDrawContent() local
2201 … auto f2 = paragraph->getRectsForRange(1, 2, RectHeightStyle::kTight, RectWidthStyle::kTight); in onDrawContent() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSampleParagraph.cpp243 void drawText(SkCanvas* canvas, SkScalar w, SkScalar h, std::vector<const char*>& text, in drawText()
301 void drawLine(SkCanvas* canvas, SkScalar w, SkScalar h, const std::string& text, in drawLine()
416 void drawLine(SkCanvas* canvas, SkScalar w, SkScalar h, const std::string& text, in drawLine()
675 void bidi(SkCanvas* canvas, SkScalar w, SkScalar h, const std::u16string& text, in bidi()
1000 auto w = this->width() / 2; in onDrawContent() local
1070 auto w = this->width() / 2; in onDrawContent() local
1189 auto w = this->width(); in onDrawContent() local
2010 SkPaint text; in onDrawContent() local
2030 auto w = 300; in onDrawContent() local
2162 auto f2 = paragraph->getGlyphPositionAtCoordinate(width/2, height/2); in onDrawContent() local
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_draw_bitmap.c18 char const *text[] = { variable
87 int w = al_get_display_width(example.display); in add_sprite() local
139 int w = al_get_display_width(example.display); in sprite_update() local
181 int w = al_get_display_width(example.display); in redraw() local
184 int f1, f2; in redraw() local
259 int w = 640, h = 480; in main() local
/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Dotext.c74 char *f1,*f2; in textloadconfig() local
145 char *f2; in textsaveconfig() local
260 int x,y,pt,space,dir,fr,fg,fb,tm,lm,w,h,scriptsize,raw; in textdraw() local
262 char *text; in textdraw() local
418 char *text; in textbbox() local
525 char *text; in textmatch() local
573 struct objtable text[TBLNUM] = { variable
/dports/net-im/psi/psi-1.5/src/widgets/
H A Dfancylabel.cpp199 int w = rect.width(); in resizeEvent() local
257 IconLabel *text, *help, *pix; member in FancyLabel::Private
312 void FancyLabel::setText (const QString &text) in setText()
323 QString f2 = "</small>"; in setHelp() local
355 const QString &FancyLabel::text () const in text() function in FancyLabel
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtmx_builder.cc129 TMXBuilder::compatible(FILE *f1, FILE *f2, bool lazy) in compatible()
163 FILE *f2 = fopen(file2.c_str(), "rb"); in check() local
404 FILE *f2 = fopen(file2.c_str(), "r"); in generate() local
452 TMXBuilder::extractFragment(vector<wstring> const &text, unsigned int base, unsigned int width) in extractFragment()
465 TMXBuilder::argmin(int nw, int n, int w) in argmin()
489 TMXBuilder::generateTMX(FILE *f1, FILE *f2, FILE *output) in generateTMX()
548 TMXBuilder::outputTU(FILE *f1, FILE *f2, FILE *output) in outputTU()
/dports/news/inn-current/inn-2.7-20211226/innd/
H A Dnewsfeeds.c54 SITEVARIABLES *v, *w; in SITEaddvariable() local
113 SITEVARIABLES *v, *w; in SITEclearvariables() local
400 SlashSplit(char *text) in SlashSplit()
437 char *f2; in SITEparseone() local
/dports/news/inn/inn-2.6.4/innd/
H A Dnewsfeeds.c55 SITEVARIABLES *v, *w; in SITEaddvariable() local
114 SITEVARIABLES *v, *w; in SITEclearvariables() local
403 SlashSplit(char *text) in SlashSplit()
441 char *f2; in SITEparseone() local
/dports/sysutils/shlock/inn-2.6.4/innd/
H A Dnewsfeeds.c55 SITEVARIABLES *v, *w; in SITEaddvariable() local
114 SITEVARIABLES *v, *w; in SITEclearvariables() local
403 SlashSplit(char *text) in SlashSplit()
441 char *f2; in SITEparseone() local
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvtfont.C38 #define OVERLAP_OK(w,wcw,prop) ((w) <= ( \ argument
169 enc_char (const text_t *text, uint32_t len, codeset cs, bool &zero) in enc_char()
191 enc_xchar2b (const text_t *text, uint32_t len, codeset cs, bool &zero) in enc_xchar2b()
338 const text_t *text, int len, in draw()
463 rxvt_font *f2 = (f1->has_char (cc->c2, 0, careful) && !careful) in draw() local
542 int w = 1; in draw() local
1036 int w = xcs->rbearing - xcs->lbearing; in has_char() local
1049 const text_t *text, int len, in draw()
1409 int w = g.width - g.x; in has_char() local
1425 const text_t *text, int len, in draw()
[all …]
/dports/games/pushover/pushover-0.0.5/src/
H A Dscreen.cpp78 void surface_c::fillRect(int x, int y, int w, int h, int r, int g, int b) { in fillRect()
105 void surface_c::copy(surface_c & s, int x, int y, int w, int h) { in copy()
118 void surface_c::gradient(int x, int y, int w, int h) { in gradient()
193 static int f2(int x, int y, int a) { return clip(x*32 - 20*32 + a*((32*20+256)/64)); } in f2() function
388 static std::vector<std::string> split(const std::string & text, char splitter) in split()
447 int w; in renderText() local
549 int w = 0; in getTextWidth() local
569 int w; in getTextHeight() local
578 int h, w; in getTextHeight() local
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/windows/
H A Dwinmisc.c39 bool filename_equal(const Filename *f1, const Filename *f2) in filename_equal()
247 char *text; member
500 wchar_t* w; in utf8_to_wide() local
520 char* wide_to_utf8(const wchar_t* w) in wide_to_utf8()
/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dwav_frontend.c213 gchar *text; in get_sel_trackname() local
649 static void wavmenu(GtkWidget *w, gint def_mix_val) { in wavmenu()
651 GtkWidget *text; in wavmenu() local
653 GtkWidget *dr, *f1, *f2; in wavmenu() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/text/
H A Dq3textedit.cpp91 Q3TextString text; member
2047 int w = 1; in ensureCursorVisible() local
3567 Q3TextFormat *f2 = doc->formatCollection()->format(&f); local
3582 Q3TextFormat *f2 = doc->formatCollection()->format(&f); local
3597 Q3TextFormat *f2 = doc->formatCollection()->format(&f); local
3611 Q3TextFormat *f2 = doc->formatCollection()->format(&f); local
3628 Q3TextFormat *f2 = doc->formatCollection()->format(&f); local
3673 QString Q3TextEdit::text() const function in Q3TextEdit
3698 QString Q3TextEdit::text(int para) const function in Q3TextEdit
4583 void Q3TextEdit::append(const QString &text)
[all …]
/dports/x11-themes/Kvantum/Kvantum-0.20.2/Kvantum/style/
H A Drendering.cpp219 int f2, // width of tab's right frame in renderFrame()
229 int x0,y0,x1,y1,w,h; in renderFrame() local
784 int w = bounds.width(); int h = bounds.height(); in renderInterior() local
859 const QString &text, in renderLabel()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXTreeList.cpp287 register FXint w=0,oiw=0,ciw=0; in getWidth() local
415 …XTreeList(FXComposite *p,FXObject* tgt,FXSelector sel,FXuint opts,FXint x,FXint y,FXint w,FXint h): in FXTreeList()
534 register FXint x,y,w,h; in recompute() local
598 void FXTreeList::setItemText(FXTreeItem* item,const FXString& text){ in setItemText()
710 register FXint x,y,h,w; in makeItemVisible() local
1148 FXint yh,xh,x,y,w,h,xp,hh; in onPaint() local
1823 void FXTreeList::sort(FXTreeItem*& f1,FXTreeItem*& t1,FXTreeItem*& f2,FXTreeItem*& t2,int n){ in sort()
1988 FXTreeItem* FXTreeList::createItem(const FXString& text,FXIcon* oi,FXIcon* ci,void* ptr){ in createItem()
2107 FXString text; in fillItems() local
2248 FXTreeItem* FXTreeList::findItem(const FXString& text,FXTreeItem* start,FXuint flgs) const { in findItem() argument
[all …]
/dports/x11-fonts/nexfontsel/NeXFontSel-3.0.1/
H A Dnexfontsel.c287 Widget text = in main() local
872 void SelectValue(Widget w, in SelectValue()
903 AnyValue(Widget w, in AnyValue()
1164 SelectField(Widget w, in SelectField()
1187 DisableScaled(int f, int f1, int f2) in DisableScaled()
1330 Quit(Widget w, in Quit()
1341 ConvertSelection(Widget w, in ConvertSelection()
1373 LoseSelection(Widget w, in LoseSelection()
1384 DoneSelection(Widget w, in DoneSelection()
1394 OwnSelection(Widget w, in OwnSelection()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DIntro.java184 int w = 720; in main() local
478 public void step(int w, int h); in step()
496 Font f2 = new Font(Font.SERIF, Font.PLAIN, 120); field in Intro.Surface.Director
619 public void reset(int w, int h) { in reset()
626 public void step(int w, int h) { in step()
685 public TxE(String text, in TxE()
738 public void step(int w, int h) { in step()
881 public void step(int w, int h) { in step()
1027 public void step(int w, int h) { in step()
1123 public void step(int w, int h) { in step()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DIntro.java184 int w = 720; in main() local
478 public void step(int w, int h); in step()
496 Font f2 = new Font(Font.SERIF, Font.PLAIN, 120); field in Intro.Surface.Director
619 public void reset(int w, int h) { in reset()
626 public void step(int w, int h) { in step()
685 public TxE(String text, in TxE()
738 public void step(int w, int h) { in step()
881 public void step(int w, int h) { in step()
1027 public void step(int w, int h) { in step()
1123 public void step(int w, int h) { in step()
[all …]

12345678