Home
last modified time | relevance | path

Searched +defs:selh +defs:n (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/xv/xv-3.10a/
H A Dxvalg.c169 int i, sx,sy,sw,sh, n; in Blur() local
212 int i, sx,sy,sw,sh, n; in Sharpen() local
521 int i, sx,sy,sw,sh, n; in MedianFilter() local
559 static void doBlurConvolv(pic24, w, h, results, selx,sely,selw,selh, n) in doBlurConvolv() argument
628 static void doSharpConvolv(pic24, w, h, results, selx,sely,selw,selh, n) in doSharpConvolv() argument
721 static void doEdgeConvolv(pic24, w, h, results, selx,sely,selw,selh) in doEdgeConvolv() argument
816 static void doAngleConvolv(pic24, w, h, results, selx,sely,selw,selh) in doAngleConvolv() argument
901 static void doOilPaint(pic24, w, h, results, selx,sely,selw,selh, n) in doOilPaint() argument
988 static void doBlend(pic24, w, h, results, selx,sely,selw,selh) in doBlend() argument
1460 static void doMedianFilter(pic24, w, h, results, selx,sely,selw,selh, n) in doMedianFilter() argument
[all …]
/dports/japanese/xv/xv-3.10a/
H A Dxvalg.c169 int i, sx,sy,sw,sh, n; in Blur() local
212 int i, sx,sy,sw,sh, n; in Sharpen() local
521 int i, sx,sy,sw,sh, n; in MedianFilter() local
559 static void doBlurConvolv(pic24, w, h, results, selx,sely,selw,selh, n) in doBlurConvolv() argument
628 static void doSharpConvolv(pic24, w, h, results, selx,sely,selw,selh, n) in doSharpConvolv() argument
721 static void doEdgeConvolv(pic24, w, h, results, selx,sely,selw,selh) in doEdgeConvolv() argument
816 static void doAngleConvolv(pic24, w, h, results, selx,sely,selw,selh) in doAngleConvolv() argument
901 static void doOilPaint(pic24, w, h, results, selx,sely,selw,selh, n) in doOilPaint() argument
988 static void doBlend(pic24, w, h, results, selx,sely,selw,selh) in doBlend() argument
1460 static void doMedianFilter(pic24, w, h, results, selx,sely,selw,selh, n) in doMedianFilter() argument
[all …]
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvalg.c169 int i, sx,sy,sw,sh, n; in Blur() local
212 int i, sx,sy,sw,sh, n; in Sharpen() local
521 int i, sx,sy,sw,sh, n; in MedianFilter() local
559 static void doBlurConvolv(pic24, w, h, results, selx,sely,selw,selh, n) in doBlurConvolv() argument
628 static void doSharpConvolv(pic24, w, h, results, selx,sely,selw,selh, n) in doSharpConvolv() argument
721 static void doEdgeConvolv(pic24, w, h, results, selx,sely,selw,selh) in doEdgeConvolv() argument
816 static void doAngleConvolv(pic24, w, h, results, selx,sely,selw,selh) in doAngleConvolv() argument
901 static void doOilPaint(pic24, w, h, results, selx,sely,selw,selh, n) in doOilPaint() argument
988 static void doBlend(pic24, w, h, results, selx,sely,selw,selh) in doBlend() argument
1460 static void doMedianFilter(pic24, w, h, results, selx,sely,selw,selh, n) in doMedianFilter() argument
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DMenuItem.cc60 const size_t n = std::min(n_chars, text.size()); in drawLine() local
234 int selh = static_cast<int>(pm->height()); in draw() local
273 int selh = static_cast<int>(pm->height()); in draw() local
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DDocEdit.cpp100 int sSum(const int *w, int n) in sSum()
115 int sell, selh; in Paint() local
124 int n = fmt.LineEnd(i) - fmt.line[i]; in Paint() local
519 int sell, selh; in DragAndDrop() local
H A DLineEdit.cpp50 LineEdit& LineEdit::TabSize(int n) { in TabSize()
93 int64 sell, selh; in GetRectSelection() local
159 int n = 0; in PasteRectSelection() local
241 int selh = rect.bottom + 1 < GetLineCount() ? GetPos32(rect.bottom + 1) : GetLength32(); in Sort() local
391 int64 sell, selh; in Paint0() local
543 int n = fsz.cy / 10 + 1; in Paint0() local
941 void LineEdit::MoveUpDown(int n, bool sel) { in MoveUpDown()
969 int n = dir * max(GetSize().cy / GetFontSize().cy - 2, 2); in MovePage() local
1254 int sell, selh; in DragAndDrop() local
H A DEditField.cpp48 int n = 0; in GetNextWord() local
59 int n = 0; in GetPrevWord() local
151 int EditField::GetTextCx(const wchar *txt, int n, bool password, Font fnt) const in GetTextCx()
224 Color ink, Color paper, int n, bool password, Font fnt, Color underline, in Paints()
640 void EditField::Remove(int pos, int n) in Remove()
673 int sell, selh; in DragAndDrop() local
743 int sell, selh; in LeftDrag() local
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dbridges.c392 static void island_join(struct island *i1, struct island *i2, int n, bool is_max) in island_join()
1026 int i, n, ax, ay; in map_count() local
1056 int i, n, neighbours[4]; member
1267 static void solve_join(struct island *is, int direction, int n, bool is_max) in solve_join()
1521 int i, n, x, y, missing, spc, curr, maxb; in solve_island_stage3() local
2542 int x1, y1, x2, y2, nl, n; in execute_move() local
3063 bool selh = false, selv = false; in game_redraw() local