Home
last modified time | relevance | path

Searched refs:top_limit (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/Renderer/
H A DCachedFont.vala22 public double top_limit {
57 top_limit = glyph.top_limit;
75 glyph.top_limit = f.top_limit;
90 glyph.top_limit = f.top_limit;
H A DText.vala327 double y = py + s * (cached_font.top_limit - cached_font.base_line);
367 double cache_y = py - font_scale * (cached_font.top_limit - cached_font.base_line);
388 cc_y = (cached_font.top_limit - cached_font.base_line) * ratio;
569 double s = g.top_limit - g.bottom_limit;
572 s = cached_font.top_limit - cached_font.bottom_limit;
579 return font_size / (cached_font.top_limit - cached_font.bottom_limit);
/dports/games/frozen-bubble/frozen-bubble-d6a0291/lib/Games/FrozenBubble/
H A DStuff.pm21 %POS_1P = ( p1 => { left_limit => 190, right_limit => 446, top_limit => 44, 'initial_bubble_y' => 3…
36 %POS_2P = ( p2 => { left_limit => 30, right_limit => 286, top_limit => 40, 'initial_bubble_y' => 39…
49 … p1 => { left_limit => 354, right_limit => 610, top_limit => 40, 'initial_bubble_y' => 390,
65 %POS_MP = ( p1 => { left_limit => 190, right_limit => 446, top_limit => 44, 'initial_bubble_y' => 3…
78 … rp1 => { left_limit => 20, right_limit => 148, top_limit => 19, 'initial_bubble_y' => 192,
92 … rp2 => { left_limit => 492, right_limit => 620, top_limit => 19, 'initial_bubble_y' => 192,
106 … rp3 => { left_limit => 20, right_limit => 148, top_limit => 247, 'initial_bubble_y' => 420,
120 … rp4 => { left_limit => 492, right_limit => 620, top_limit => 247, 'initial_bubble_y' => 420,
H A DLevelEditor.pm36 $POS_1P{bottom_limit} = $POS_1P{p1}{top_limit} + $NUM_ROWS * $ROW_SIZE;
93 return floor(($y-$POS_1P{p1}{top_limit})/$ROW_SIZE);
135 $y = $row * $ROW_SIZE + $POS_1P{p1}{top_limit};
265 …if ($POS_1P{p1}{left_limit} <= $x && $x < $POS_1P{p1}{right_limit} && $POS_1P{p1}{top_limit} <= $y…
1391 $POS_1P{bottom_limit} - $POS_1P{p1}{top_limit} + 190);
1456 $::row * $ROW_SIZE + $POS_1P{p1}{top_limit},
1466 $rect{clear} = SDL::Rect->new( $POS_1P{p1}{left_limit}, $POS_1P{p1}{top_limit},
1468 $POS_1P{bottom_limit} - $POS_1P{p1}{top_limit} + $BUBBLE_SIZE
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DSvgFont.vala130 double top_limit = 0;
141 top_limit = double.parse (attr.get_content ());
149 top_limit *= units;
153 font.top_limit = top_limit;
H A DSvg.vala108 double height = font.top_limit - font.base_line;
129 double height = font.top_limit - font.base_line;
168 double height = font.top_limit - font.base_line;
202 double height = font.top_limit - font.base_line;
H A DBackgroundTool.vala36 public static double top_limit;
51 top_limit = 0;
H A DBirdFontFile.vala392 os.put_string (@"\t<top_limit>$(round (font.top_limit))</top_limit>\n");
1230 if (t.get_name () == "top_limit" && t.get_content () != "") {
1231 font.top_limit = parse_double_from_node (t);
H A DFont.vala45 public double top_limit;
168 top_limit = 84 ;
/dports/emulators/yuzu/yuzu-0b47f7a46/src/input_common/
H A Danalog_from_button.cpp40 const float top_limit = to_angle + aperture; in MoveToDirection() local
43 if ((angle > to_angle && angle <= top_limit) || in MoveToDirection()
44 (angle + TAU > to_angle && angle + TAU <= top_limit)) { in MoveToDirection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/scrolling/
H A Dsticky_position_scrolling_constraints.cc93 LayoutUnit top_limit = content_box_rect.Y() + top_offset; in ComputeStickyOffset() local
94 LayoutUnit top_delta = top_limit - sticky_box_rect.Y(); in ComputeStickyOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/scrolling/
H A Dsticky_position_scrolling_constraints.cc93 LayoutUnit top_limit = content_box_rect.Y() + top_offset; in ComputeStickyOffset() local
94 LayoutUnit top_delta = top_limit - sticky_box_rect.Y(); in ComputeStickyOffset()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dtext_sprites.cpp116 int32 top_limit = SCREEN_TOP_EDGE + margin; in GetRenderCoords() local
130 if (renderY < top_limit) in GetRenderCoords()
131 renderY = top_limit; in GetRenderCoords()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sreport/
H A Duser_reports.c55 static uint32_t top_limit = 10; variable
138 if (get_uint(argv[i]+end, &top_limit, "TopCount") in _set_cond()
498 top_limit, start_char, end_char, in user_top()
539 if (count >= top_limit) in user_top()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/OpenFontFormat/
H A DOs2Table.vala134 int16 ascender = (int16) rint ((font.top_limit - font.base_line) * HeadTable.UNITS);
164 int16 cap_height = (int16) rint ((font.top_limit - font.base_line) * HeadTable.UNITS);
H A DHheaTable.vala117 ascender = (int16) rint (font.top_limit * HeadTable.UNITS);
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dimagefind.cpp908 static int ExpandImageTop(const TBOX &box, int top_limit, ColPartitionGrid *part_grid) { in ExpandImageTop() argument
917 if (part_box.bottom() < top_limit && part_box.bottom() > box.top()) { in ExpandImageTop()
918 top_limit = part_box.bottom(); in ExpandImageTop()
926 TBOX search_box(box.left(), box.top(), box.right(), top_limit); in ExpandImageTop()
932 if (part_box.bottom() < top_limit && part_box.bottom() > box.top()) { in ExpandImageTop()
933 top_limit = part_box.bottom(); in ExpandImageTop()
939 return top_limit; in ExpandImageTop()
/dports/multimedia/libgav1/libgav1-0.17.0/src/tile/
H A Dprediction.cc317 const int top_limit = std::min(max_x - x + 1, top_right_size); in IntraPrediction() local
318 memcpy(top_row, &top_row_src[x], top_limit * sizeof(Pixel)); in IntraPrediction()
322 if (top_size - top_limit > 0) { in IntraPrediction()
323 Memset(top_row + top_limit, top_row_src[top_limit + x - 1], in IntraPrediction()
324 top_size - top_limit); in IntraPrediction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/tile/
H A Dprediction.cc322 const int top_limit = std::min(max_x - x + 1, top_right_size); in IntraPrediction() local
324 top_limit * sizeof(Pixel)); in IntraPrediction()
328 if (top_size - top_limit > 0) { in IntraPrediction()
329 Memset(top_row + top_limit, in IntraPrediction()
330 top_row_src[top_limit + x - 1 - top_row_offset], in IntraPrediction()
331 top_size - top_limit); in IntraPrediction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/tile/
H A Dprediction.cc315 const int top_limit = std::min(max_x - x + 1, top_right_size); in IntraPrediction() local
316 memcpy(top_row, &top_row_src[x], top_limit * sizeof(Pixel)); in IntraPrediction()
320 if (top_size - top_limit > 0) { in IntraPrediction()
321 Memset(top_row + top_limit, top_row_src[top_limit + x - 1], in IntraPrediction()
322 top_size - top_limit); in IntraPrediction()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dmanager.cpp1707 int top_limit = m_pPropGrid->m_lineHeight; in OnMouseMove() local
1709 if ( m_pToolbar ) top_limit += m_pToolbar->GetSize().y; in OnMouseMove()
1712 if ( sy >= top_limit && sy < bottom_limit ) in OnMouseMove()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dmanager.cpp1942 int top_limit = m_pPropGrid->m_lineHeight; in OnMouseMove() local
1944 if ( m_pToolbar ) top_limit += m_pToolbar->GetSize().y; in OnMouseMove()
1947 if ( sy >= top_limit && sy < bottom_limit ) in OnMouseMove()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dmanager.cpp1942 int top_limit = m_pPropGrid->m_lineHeight; in OnMouseMove() local
1944 if ( m_pToolbar ) top_limit += m_pToolbar->GetSize().y; in OnMouseMove()
1947 if ( sy >= top_limit && sy < bottom_limit ) in OnMouseMove()
/dports/graphics/birdfont/birdfont-2.29.5/birdfont-autotrace/
H A DAutoTrace.vala131 font.top_limit = h / 2;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dmanager.cpp2037 int top_limit = m_pPropGrid->GetRowHeight(); in OnMouseMove() local
2039 if ( m_pToolbar ) top_limit += m_pToolbar->GetSize().y; in OnMouseMove()
2042 if ( sy >= top_limit && sy < bottom_limit ) in OnMouseMove()

12