Home
last modified time | relevance | path

Searched refs:hcenter (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/graphics/ocrad/ocrad-0.27/
H A Dcharacter_r11.cc126 int d = b.hcenter() - b.seek_left( row, b.hcenter() ); in recognize110()
172 if( b.id( b.vcenter(), b.hcenter() ) == 0 && in recognize110()
173 b.id( b.vcenter() - 1, b.hcenter() ) == 0 && in recognize110()
174 b.id( b.vcenter() + 1, b.hcenter() ) == 0 && in recognize110()
204 !b.escape_top( b.vcenter(), b.hcenter() ) ) ) in recognize110()
297 if( h1.left() > b.hcenter() && h2.left() > b.hcenter() ) return; in recognize112()
304 const int w = b.right() - std::min( b.hcenter(), in recognize112()
305 std::min( h1.hcenter(), h2.hcenter() ) ); in recognize112()
334 if( b.hcenter() > h1.hcenter() && b.hcenter() > h2.hcenter() && in recognize112()
335 ( b.hcenter() >= h1.right() || b.hcenter() >= h2.right() ) ) in recognize112()
[all …]
H A Dfeats_test0.cc53 const int ucol = b.hcenter() + ( noise * ucoff[i] ); in test_235Esz()
179 if( col > b.hcenter() ) return 'L'; in test_EFIJLlT()
190 if( std::abs( vbar(0).hcenter() - b.hcenter() ) <= noise && in test_EFIJLlT()
234 std::abs( vbar(0).hcenter() - hbar(0).hcenter() ) <= 1 && in test_EFIJLlT()
339 b.escape_right( b.vcenter(), b.hcenter() ) ) in test_c()
395 if( vbar(0).hcenter() <= b.hcenter() ) in test_frst()
483 col = ( col + b.hcenter() ) / 2; in test_G()
486 !b.escape_bottom( row, b.hcenter() ) ) in test_G()
694 for( col = b.hcenter() - 1; col <= b.hcenter() + 1; ++col ) in test_s_cedilla()
776 int col = b.seek_right( row, b.hcenter() ); in test_line()
[all …]
H A Dfeats_test1.cc55 int col = h.hcenter(); in test_49ARegpq()
64 ( lp.isconvex() && b.seek_bottom( row, h.hcenter() ) < b.bottom() ) ) in test_49ARegpq()
80 if( vbars() == 1 && vbar(0).hcenter() > b.hcenter() && in test_49ARegpq()
104 if( h.right() < b.hcenter() && h.bottom() < b.vcenter() ) return '2'; in test_49ARegpq()
122 int row = b.seek_bottom( h.bottom(), h.hcenter(), false ); in test_4ADQao()
126 b.seek_bottom( row, h.hcenter() ) < b.bottom() ) in test_4ADQao()
128 row = ( row + b.seek_bottom( row, h.hcenter() ) ) / 2; in test_4ADQao()
130 b.seek_left( row, h.hcenter() ) <= b.left() ) in test_4ADQao()
145 segments_in_col( h.hcenter() ) == 4 ) in test_4ADQao()
181 int col = h.hcenter(); in test_6abd()
H A Dcharacter_r12.cc82 if( b1.hcenter() < b2.hcenter() ) // Looks for merged 'fi' in recognize12()
84 if( b2.height() > b2.width() && b1.hcenter() < b2.left() && in recognize12()
95 if( a1 > a2 && b1.hcenter() < b2.hcenter() && in recognize12()
117 b2.top() > b1.bottom() && b2.hcenter() < b1.left() ) in recognize12()
122 if( code == '.' && ( b1.left() < b2.hcenter() || b1.right() > b2.right() ) ) in recognize12()
124 int col, limit = b2.seek_right( b2.vcenter(), b2.hcenter() ); in recognize12()
125 for( col = b2.hcenter(); col <= limit; ++col ) in recognize12()
178 ( b1.left() >= b2.hcenter() || in recognize12()
H A Drectangle.cc147 { return ( left_ <= re.hcenter() && right_ >= re.hcenter() ); } in includes_hcenter()
190 if( this->h_includes( re.hcenter() ) ) return true; in is_hcentred_in()
195 if( hcenter() - d <= re.hcenter() && hcenter() + d >= re.hcenter() ) in is_hcentred_in()
227 { return ( hcenter() < re.hcenter() ); } in h_precedes()
H A Dcharacter_r13.cc63 if( ( b1.hcenter() < b2.hcenter() && b1.holes() == 1 && !b2.holes() ) || in recognize13()
64 ( b2.hcenter() < b1.hcenter() && b2.holes() == 1 && !b1.holes() ) ) in recognize13()
H A Dtextblock.cc71 ( cdn->top() > cup->bottom() && cdn->hcenter() < cup->hcenter() ) || in join_characters()
139 !re.includes( line.character(j).vcenter(), line.character(j).hcenter() ) ) in apply_filters()
268 b.bottom() < tlpv[current_line]->vcenter( b.hcenter() ) ) in Textblock()
271 b.top() > tlpv[current_line]->vcenter( b.hcenter() ) ) in Textblock()
282 l.character( std::min( bi+1, l.characters() - 1 ) ).left() > b.hcenter() ) in Textblock()
296 b.bottom() < tlpv[current_line]->top( b.hcenter() ) ) in Textblock()
300 b.top() > tlpv[current_line]->bottom( b.hcenter() ) ) in Textblock()
305 const Character *p = l.character_at( b.hcenter() ); in Textblock()
306 if( b.top() > l.bottom( b.hcenter() ) + l.height() / 2 && in Textblock()
313 2 * ( b.top() - tlpv[temp]->bottom( b.hcenter() ) ) < in Textblock()
[all …]
H A Dtrack.cc119 lcol = rectangle_vector[l].hcenter(); in set_partial_track()
122 else { lcol = rectangle_vector.front().hcenter(); lvc = mean_vcenter; } in set_partial_track()
125 rcol = rectangle_vector[r].hcenter(); in set_partial_track()
128 else { rcol = rectangle_vector.back().hcenter(); rvc = mean_vcenter; } in set_partial_track()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dscalable_font.cpp101 bool hcenter, bool vcenter, in draw() argument
104 m_face->drawText(text, position, color, hcenter, vcenter, clip, in draw()
111 bool hcenter, bool vcenter, in draw() argument
114 m_face->render(gls, position, color, hcenter, vcenter, clip, in draw()
121 const video::SColor& color, bool hcenter, bool vcenter, in draw() argument
124 m_face->drawText(text, position, color, hcenter, vcenter, clip, in draw()
131 const video::SColor color, bool hcenter, in drawQuick() argument
134 m_face->drawTextQuick(text, position, color, hcenter, vcenter, clip, in drawQuick()
H A Dscalable_font.hpp69 const video::SColor& color, bool hcenter,
76 video::SColor color, bool hcenter = false,
81 video::SColor color, bool hcenter = false,
87 video::SColor color, bool hcenter = false,
/dports/cad/opencascade/opencascade-7.6.0/tests/v3d/dimensions/
H A Dlengthparam_reversed_direction8 vdimparam dim1 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
13 vdimparam dim2 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
19 vdimparam dim3 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
25 vdimparam dim4 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
H A Dlengthparam_reversed8 vdimparam dim1 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
13 vdimparam dim2 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
19 vdimparam dim3 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
25 vdimparam dim4 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
H A Dlengthparam_reversed_flyout_reversed8 vdimparam dim1 -flyout -1 -arrowlength 0.75 -arrow internal -label hcenter
13 vdimparam dim2 -flyout -1 -arrowlength 0.75 -arrow internal -label hcenter
19 vdimparam dim3 -flyout -1 -arrowlength 0.75 -arrow internal -label hcenter
25 vdimparam dim4 -flyout -1 -arrowlength 0.75 -arrow internal -label hcenter
H A Dlengthparam_flyout_reversed8 vdimparam dim1 -flyout -1 -arrowlength 0.75 -arrow internal -label hcenter
13 vdimparam dim2 -flyout -1 -arrowlength 0.75 -arrow internal -label hcenter
19 vdimparam dim3 -flyout -1 -arrowlength 0.75 -arrow internal -label hcenter
25 vdimparam dim4 -flyout -1 -arrowlength 0.75 -arrow internal -label hcenter
H A Dlengthparam8 vdimparam dim1 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
13 vdimparam dim2 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
19 vdimparam dim3 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
25 vdimparam dim4 -flyout 1 -arrowlength 0.75 -arrow internal -label hcenter
H A Dbug24351_112 set hpos "left hcenter right"
38 vdimension arrow_d3 -length -shapes arrow_p5 arrow_p6 -text 3d -plane zox -label hcenter -flyout 10…
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dmagmahep.cpp13 hyperpoint hcenter; variable
69 hcenter = Hypc; in make()
70 for(int i=0; i<magmav; i++) hcenter += vertices[i]; in make()
71 hcenter = normalize(hcenter); in make()
202 queuestr(T * rgpushxto0(hcenter), 0.4, "#"+its(id), 0x80); in draw_at()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUIFont.h53 video::SColor color, bool hcenter=false,
57 video::SColor color, bool hcenter=false,
60 draw(text, position, color, hcenter, vcenter, clip);
64 video::SColor color, bool hcenter=false,
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DIGUIFont.h56 video::SColor color, bool hcenter=false, bool vcenter=false,
68 video::SColor color, bool hcenter=false, bool vcenter=false,
73 video::SColor color, bool hcenter=false,
/dports/multimedia/libkate/libkate-0.4.1/examples/kate/
H A Ddemo.kate160 define style "scrollbar_text" { text color 192 192 192 255 vcenter hcenter }
161 define style "321" { text color 255 255 255 255 vcenter hcenter }
163 define style "morph_src" { text color 128 192 240 255 vtop hcenter }
164 define style "morph_dst" { text color 0 0 0 255 vbottom hcenter }
355 event { $centerbox_text_prologue { vtop hcenter } text "T/C" }
356 event { $centerbox_text_prologue { vbottom hcenter } text "B/C" }
357 event { $centerbox_text_prologue { vcenter hcenter } text "C/C" }
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/font/
H A Dfont_with_face.hpp266 bool hcenter, bool vcenter, const core::rect<s32>* clip,
272 const video::SColor& color, bool hcenter,
279 const video::SColor& color, bool hcenter, bool vcenter,
H A Dfont_with_face.cpp595 const video::SColor& color, bool hcenter, in render() argument
620 render(gl, shadowpos, font_settings->getShadowColor(), hcenter, in render()
647 if (hcenter || vcenter || clip) in render()
652 if (hcenter) in render()
687 if (!hcenter && rtl) in render()
707 if (hcenter) in render()
1011 const video::SColor& color, bool hcenter, in drawText() argument
1023 render(text2GlyphsWithoutShaping(text), position, color, hcenter, in drawText()
1032 render(gls, position, color, hcenter, vcenter, clip, in drawText()
1041 const video::SColor& color, bool hcenter, in drawTextQuick() argument
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/core/util/
H A Dbbox.d.ts18 hcenter: number;
71 get hcenter(): number;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/auto/
H A Dvideo_orientation.rs27 fn hcenter(&self) -> Option<i32>; in hcenter() method
55 fn hcenter(&self) -> Option<i32> { in hcenter() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/auto/
H A Dvideo_orientation.rs27 fn hcenter(&self) -> Option<i32>; in hcenter() method
55 fn hcenter(&self) -> Option<i32> { in hcenter() method

12345678910