Home
last modified time | relevance | path

Searched refs:gpi (Results 1 – 25 of 1283) sorted by relevance

12345678910>>...52

/dports/devel/gorm/apps-gorm-04554d2/GormCore/
H A DGormControlEditor.m71 [gpi->resizingIn displayRect: gpi->oldRect];
84 switch (gpi->knob)
103 switch (gpi->knob)
138 [gpi->resizingIn displayRect: gpi->oldRect];
243 [gpi->resizingIn displayRect: gpi->oldRect];
248 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastLeftRect];
253 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastRightRect];
258 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastTopRect];
263 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastBottomRect];
524 GormShowFrameWithKnob(gpi->hintFrame, gpi->knob);
[all …]
H A DGormViewEditor.m380 [gpi->resizingIn displayRect: gpi->oldRect];
616 [gpi->resizingIn displayRect: gpi->oldRect];
621 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastLeftRect];
626 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastRightRect];
631 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastTopRect];
636 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastBottomRect];
845 GormShowFrameWithKnob(gpi->hintFrame, gpi->knob);
846 gpi->oldRect = GormExtBoundsForRect(gpi->hintFrame);
918 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastLeftRect];
923 [gpi->resizingIn setNeedsDisplayInRect: gpi->lastRightRect];
[all …]
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_bench.c413 grpi.gpi[ti].pipmo[moi].pipfs[si].rows = rows; in rsb__do_referencebenchmark()
414 grpi.gpi[ti].pipmo[moi].pipfs[si].cols = cols; in rsb__do_referencebenchmark()
462 grpi.gpi[ti].pipmo[moi].pipfs[si].rows = rows; in rsb__do_referencebenchmark()
463 grpi.gpi[ti].pipmo[moi].pipfs[si].cols = cols; in rsb__do_referencebenchmark()
513 grpi.gpi[ti].pipmo[moi].pipfs[si].rows = rows; in rsb__do_referencebenchmark()
514 grpi.gpi[ti].pipmo[moi].pipfs[si].cols = cols; in rsb__do_referencebenchmark()
562 grpi.gpi[ti].pipmo[moi].pipfs[si].rows = rows; in rsb__do_referencebenchmark()
563 grpi.gpi[ti].pipmo[moi].pipfs[si].cols = cols; in rsb__do_referencebenchmark()
611 grpi.gpi[ti].pipmo[moi].pipfs[si].rows = rows; in rsb__do_referencebenchmark()
2839 &(grpi.gpi[ti].pipmo[moi].alpha[ri][ci]), in rsb__do_referencebenchmark()
[all …]
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/testo.d/
H A Dgarmin_gpi.test2 # Garmin Points of Interest "garmin_gpi" (.gpi)
12 gpsbabel -i garmin_gpi -f ${TMPDIR}/garmin_gpi3a.gpi -o garmin_gpi -F ${TMPDIR}/garmin_gpi3b.gpi
13 bincompare ${TMPDIR}/garmin_gpi3a.gpi ${TMPDIR}/garmin_gpi3b.gpi
27 …-i garmin_gpi -f ${TMPDIR}/garmin_gpi_encoding.gpi -o gpx,gpxver=1.1 -F ${TMPDIR}/garmin_gpi_encod…
32 compare ${REFERENCE}/garmin_gpi_category~gpx.gpi ${TMPDIR}/garmin_gpi_category~gpx.gpi
37 compare ${REFERENCE}/spb_metro_norm_ru~gpi.gpx ${TMPDIR}/spb_metro_norm_ru~gpi.gpx
39 compare ${REFERENCE}/spb_metro_norm_en~gpi.gpx ${TMPDIR}/spb_metro_norm_en~gpi.gpx
42 … ${REFERENCE}/spb_metro_norm_ru~gpi.gpx -o garmin_gpi,writecodec=utf8,unique=0 -F ${TMPDIR}/spb_me…
43 …gpi -f ${TMPDIR}/spb_metro_norm_ru~gpi~gpx.gpi -x sort,shortname -o unicsv -F ${TMPDIR}/spb_metro_…
45 compare ${REFERENCE}/spb_metro_norm_ru~gpi.csv ${TMPDIR}/spb_metro_norm_ru~gpi~gpx~gpi.csv
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/Drawing2D/
H A DGraphicsPathIteratorTests.cs44 Assert.Equal(2, gpi.Count); in Ctor_Path_Success()
54 Assert.Equal(0, gpi.Count); in Ctor_EmptyPath_Success()
63 Assert.Equal(0, gpi.Count); in Ctor_NullPath_Success()
162 Assert.Equal(0, gpi.NextMarker(null)); in NextMarker_NullPath_ReturnsExpected()
173 Assert.Equal(0, gpi.NextMarker(gp)); in NextMarker_EmptyPath_ReturnsExpected()
183 Assert.Equal(2, gpi.NextMarker(gp)); in NextMarker_Path_ReturnsExpected()
196 Assert.Equal(2, gpi.Count); in Count_ReturnsExpected()
209 Assert.Equal(0, gpi.SubpathCount); in SubpathCount_ReturnsExpected()
237 Assert.True(gpi.HasCurve()); in HasCurve_ReturnsExpected()
259 Assert.Equal(2, gpi.SubpathCount); in Rewind_Success()
[all …]
H A DGraphicsPathTests.cs298 AssertLine(gpi); in AddLines_Success()
387 AssertArc(gpi); in AddArc_Values_Success()
402 AssertArc(gpi); in AddArc_Rectangle_Success()
431 AssertBezier(gpi); in AddBezier_Points_Success()
469 AssertBezier(gpi); in AddBezier_Values_Success()
534 AssertCurve(gpi); in AddCurve_TwoPoints_Success()
549 AssertCurve(gpi); in AddCurve_TwoPointsWithTension_Success()
940 AssertEllipse(gpi); in AddEllipse_Rectangle_Success()
954 AssertEllipse(gpi); in AddEllipse_Values_Success()
987 AssertPie(gpi); in AddPie_Rectangle_Success()
[all …]
/dports/sysutils/npadmin/npadmin-0.8.7/
H A Dnpahelpers.C200 getreq.append(SYSDESC,STRING_TAG,(char*)&gpi.sysDesc-(char*)&gpi); in do_general_get()
205 (char*)&gpi); in do_general_get()
210 (char*)&gpi); in do_general_get()
211 getreq.append(IFTYPE,INT_TAG,(char*)&gpi.iftype-(char*)&gpi); in do_general_get()
222 getreq.append(maskbuf,IPADDR_TAG,(char*)&gpi.netmask-(char*)&gpi); in do_general_get()
273 (char*)&gpi); in do_general_get()
274 ifreq.append(IFTYPE_BASE,INT_TAG,(char*)&gpi.iftype-(char*)&gpi); in do_general_get()
298 if(gpi.iftype==6){ in do_general_get()
323 if(gpi.sysDesc){ in do_general_get()
634 gpi.sysContact?gpi.sysContact:"", in do_general_get()
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/testo.d/
H A Dgarmin_gpi.test2 # Garmin Points of Interest "garmin_gpi" (.gpi)
4 gpsbabel -i garmin_gpi -f ${REFERENCE}/garmin_gpi.gpi -o gpx -F ${TMPDIR}/garmin_gpi.gpx
7 gpsbabel -i gpx -f ${REFERENCE}/garmin_gpi.gpx -o garmin_gpi -F ${TMPDIR}/garmin_gpi.gpi
8 gpsbabel -i garmin_gpi -f ${TMPDIR}/garmin_gpi.gpi -o gpx -F ${TMPDIR}/garmin_gpi2.gpx
11 …EFERENCE}/track/vitovtt-sample.gpx -x transform,wpt=trk -o garmin_gpi -F ${TMPDIR}/garmin_gpi3a.gpi
12 gpsbabel -i garmin_gpi -f ${TMPDIR}/garmin_gpi3a.gpi -o garmin_gpi -F ${TMPDIR}/garmin_gpi3b.gpi
13 bincompare ${TMPDIR}/garmin_gpi3a.gpi ${TMPDIR}/garmin_gpi3b.gpi
15 gpsbabel -i garmin_gpi -f ${REFERENCE}/gpi_ext-sample.gpi -o unicsv -F ${TMPDIR}/gpi_ext-sample.csv
20 gpsbabel -i garmin_gpi -f ${REFERENCE}/umsonstdraussen.gpi -o gpx,gpxver=1.1 -F ${TMPDIR}/umsonstdr…
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/boot/dts/
H A Ds3c64xx-pinctrl.dtsi73 gpi: gpi { label
647 samsung,pins = "gpi-3", "gpi-4", "gpi-5", "gpi-6",
648 "gpi-7", "gpi-10", "gpi-11", "gpi-12",
649 "gpi-13", "gpi-14", "gpi-15", "gpj-3",
656 samsung,pins = "gpi-2", "gpi-3", "gpi-4", "gpi-5",
657 "gpi-6", "gpi-7", "gpi-10", "gpi-11",
658 "gpi-12", "gpi-13", "gpi-14", "gpi-15",
666 samsung,pins = "gpi-0", "gpi-1", "gpi-2", "gpi-3",
667 "gpi-4", "gpi-5", "gpi-6", "gpi-7",
668 "gpi-8", "gpi-9", "gpi-10", "gpi-11",
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/boot/dts/
H A Ds3c64xx-pinctrl.dtsi73 gpi: gpi { label
647 samsung,pins = "gpi-3", "gpi-4", "gpi-5", "gpi-6",
648 "gpi-7", "gpi-10", "gpi-11", "gpi-12",
649 "gpi-13", "gpi-14", "gpi-15", "gpj-3",
656 samsung,pins = "gpi-2", "gpi-3", "gpi-4", "gpi-5",
657 "gpi-6", "gpi-7", "gpi-10", "gpi-11",
658 "gpi-12", "gpi-13", "gpi-14", "gpi-15",
666 samsung,pins = "gpi-0", "gpi-1", "gpi-2", "gpi-3",
667 "gpi-4", "gpi-5", "gpi-6", "gpi-7",
668 "gpi-8", "gpi-9", "gpi-10", "gpi-11",
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/boot/dts/
H A Ds3c64xx-pinctrl.dtsi73 gpi: gpi { label
647 samsung,pins = "gpi-3", "gpi-4", "gpi-5", "gpi-6",
648 "gpi-7", "gpi-10", "gpi-11", "gpi-12",
649 "gpi-13", "gpi-14", "gpi-15", "gpj-3",
656 samsung,pins = "gpi-2", "gpi-3", "gpi-4", "gpi-5",
657 "gpi-6", "gpi-7", "gpi-10", "gpi-11",
658 "gpi-12", "gpi-13", "gpi-14", "gpi-15",
666 samsung,pins = "gpi-0", "gpi-1", "gpi-2", "gpi-3",
667 "gpi-4", "gpi-5", "gpi-6", "gpi-7",
668 "gpi-8", "gpi-9", "gpi-10", "gpi-11",
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapmssql2008.c288 gpi->minx = gpi->maxx = p->x; in ReadPoint()
289 gpi->miny = gpi->maxy = p->y; in ReadPoint()
291 if (gpi->minx > p->x) gpi->minx = p->x; in ReadPoint()
293 if (gpi->miny > p->y) gpi->miny = p->y; in ReadPoint()
455 if (gpi->nLen < 6 + gpi->nPointSize) { in ParseSqlGeometry()
498 gpi->nFigurePos = gpi->nPointPos + gpi->nPointSize * gpi->nNumPoints + 4; in ParseSqlGeometry()
500 if (gpi->nLen < gpi->nFigurePos) { in ParseSqlGeometry()
512 gpi->nShapePos = gpi->nFigurePos + 5 * gpi->nNumFigures + 4; in ParseSqlGeometry()
514 if (gpi->nLen < gpi->nShapePos) { in ParseSqlGeometry()
521 if (gpi->nLen < gpi->nShapePos + 9 * gpi->nNumShapes) { in ParseSqlGeometry()
[all …]
/dports/math/gretl/gretl-2021d/gui/
H A Dfncall.c3141 gpi = &gpkgs[i]; in maybe_record_include()
3195 gpi->filepath = in gfn_menu_callback()
3522 if (gpi->pkgname == NULL || gpi->label == NULL || in fill_gpi_entry()
3523 gpi->menupath == NULL || gpi->filepath == NULL) { in fill_gpi_entry()
3738 gpi->pkgname, gpi->menupath, gpi->label); in add_package_to_menu()
3742 item.label = gpi->label != NULL ? gpi->label : gpi->pkgname; in add_package_to_menu()
3822 if (gpi->modelreq > 0 && ci != gpi->modelreq) { in maybe_add_model_pkg()
3827 gpi->filepath = in maybe_add_model_pkg()
3899 gpi = &gpkgs[i]; in maybe_add_packages_to_menus()
3900 if (gpi->pkgname != NULL && !gpi_modelwin(gpi)) { in maybe_add_packages_to_menus()
[all …]
/dports/textproc/libwpd010/libwpd-0.10.3/src/lib/
H A DWP5PrefixData.cpp53 WP5GeneralPacketIndex gpi = WP5GeneralPacketIndex(input, encryption, id); in WP5PrefixData() local
54 if ((gpi.getType() > 0x02ff) && (gpi.getType() < 0xfffb)) in WP5PrefixData()
61 if ((gpi.getType() != 0) && (gpi.getType() != 0xffff)) in WP5PrefixData()
64 prefixIndexVector.push_back(gpi); in WP5PrefixData()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dproxy.c54 PurpleProxyInfo *gpi; member
1371 …(purple_proxy_info_get_host(connect_data->gpi) ? purple_proxy_info_get_host(connect_data->gpi) : "… in proxy_connect_http()
2346 PurpleProxyInfo *gpi = NULL; in purple_proxy_get_setup() local
2359 gpi = NULL; in purple_proxy_get_setup()
2361 if (gpi == NULL) { in purple_proxy_get_setup()
2363 gpi = purple_gnome_proxy_get_info(); in purple_proxy_get_setup()
2365 gpi = purple_global_proxy_get_info(); in purple_proxy_get_setup()
2417 gpi = tmp_none_proxy_info; in purple_proxy_get_setup()
2422 return gpi; in purple_proxy_get_setup()
2661 PurpleProxyInfo *gpi, in purple_proxy_connect_socks5_account() argument
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dproxy.c54 PurpleProxyInfo *gpi; member
1371 …(purple_proxy_info_get_host(connect_data->gpi) ? purple_proxy_info_get_host(connect_data->gpi) : "… in proxy_connect_http()
2346 PurpleProxyInfo *gpi = NULL; in purple_proxy_get_setup() local
2359 gpi = NULL; in purple_proxy_get_setup()
2361 if (gpi == NULL) { in purple_proxy_get_setup()
2363 gpi = purple_gnome_proxy_get_info(); in purple_proxy_get_setup()
2365 gpi = purple_global_proxy_get_info(); in purple_proxy_get_setup()
2417 gpi = tmp_none_proxy_info; in purple_proxy_get_setup()
2422 return gpi; in purple_proxy_get_setup()
2661 PurpleProxyInfo *gpi, in purple_proxy_connect_socks5_account() argument
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dproxy.c54 PurpleProxyInfo *gpi; member
1371 …(purple_proxy_info_get_host(connect_data->gpi) ? purple_proxy_info_get_host(connect_data->gpi) : "… in proxy_connect_http()
2346 PurpleProxyInfo *gpi = NULL; in purple_proxy_get_setup() local
2359 gpi = NULL; in purple_proxy_get_setup()
2361 if (gpi == NULL) { in purple_proxy_get_setup()
2363 gpi = purple_gnome_proxy_get_info(); in purple_proxy_get_setup()
2365 gpi = purple_global_proxy_get_info(); in purple_proxy_get_setup()
2417 gpi = tmp_none_proxy_info; in purple_proxy_get_setup()
2422 return gpi; in purple_proxy_get_setup()
2661 PurpleProxyInfo *gpi, in purple_proxy_connect_socks5_account() argument
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-gpos.c552 if ( !gpi->dvi ) in Get_ValueRecord()
802 if ( !gpi->dvi ) in Get_Anchor()
808 …error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, … in Get_Anchor()
825 if ( !gpi->dvi ) in Get_Anchor()
1991 gpi->last = 0xFFFF; in Lookup_CursivePos()
2006 gpi->last = 0xFFFF; in Lookup_CursivePos()
2152 if ( gpi->r2l ) in Lookup_CursivePos()
2159 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
2165 POSITION( gpi->last )->cursive_chain = gpi->last - buffer->in_pos; in Lookup_CursivePos()
2166 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-gpos.c552 if ( !gpi->dvi ) in Get_ValueRecord()
802 if ( !gpi->dvi ) in Get_Anchor()
808 …error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, … in Get_Anchor()
825 if ( !gpi->dvi ) in Get_Anchor()
1991 gpi->last = 0xFFFF; in Lookup_CursivePos()
2006 gpi->last = 0xFFFF; in Lookup_CursivePos()
2152 if ( gpi->r2l ) in Lookup_CursivePos()
2159 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
2165 POSITION( gpi->last )->cursive_chain = gpi->last - buffer->in_pos; in Lookup_CursivePos()
2166 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-gpos.c552 if ( !gpi->dvi ) in Get_ValueRecord()
802 if ( !gpi->dvi ) in Get_Anchor()
808 …error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, … in Get_Anchor()
825 if ( !gpi->dvi ) in Get_Anchor()
1991 gpi->last = 0xFFFF; in Lookup_CursivePos()
2006 gpi->last = 0xFFFF; in Lookup_CursivePos()
2152 if ( gpi->r2l ) in Lookup_CursivePos()
2159 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
2165 POSITION( gpi->last )->cursive_chain = gpi->last - buffer->in_pos; in Lookup_CursivePos()
2166 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-gpos.c552 if ( !gpi->dvi ) in Get_ValueRecord()
802 if ( !gpi->dvi ) in Get_Anchor()
808 …error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, … in Get_Anchor()
825 if ( !gpi->dvi ) in Get_Anchor()
1991 gpi->last = 0xFFFF; in Lookup_CursivePos()
2006 gpi->last = 0xFFFF; in Lookup_CursivePos()
2152 if ( gpi->r2l ) in Lookup_CursivePos()
2159 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
2165 POSITION( gpi->last )->cursive_chain = gpi->last - buffer->in_pos; in Lookup_CursivePos()
2166 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-gpos.c552 if ( !gpi->dvi ) in Get_ValueRecord()
802 if ( !gpi->dvi ) in Get_Anchor()
808 …error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, … in Get_Anchor()
825 if ( !gpi->dvi ) in Get_Anchor()
1991 gpi->last = 0xFFFF; in Lookup_CursivePos()
2006 gpi->last = 0xFFFF; in Lookup_CursivePos()
2152 if ( gpi->r2l ) in Lookup_CursivePos()
2159 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
2165 POSITION( gpi->last )->cursive_chain = gpi->last - buffer->in_pos; in Lookup_CursivePos()
2166 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-gpos.c552 if ( !gpi->dvi ) in Get_ValueRecord()
802 if ( !gpi->dvi ) in Get_Anchor()
808 …error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, … in Get_Anchor()
825 if ( !gpi->dvi ) in Get_Anchor()
1991 gpi->last = 0xFFFF; in Lookup_CursivePos()
2006 gpi->last = 0xFFFF; in Lookup_CursivePos()
2152 if ( gpi->r2l ) in Lookup_CursivePos()
2159 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
2165 POSITION( gpi->last )->cursive_chain = gpi->last - buffer->in_pos; in Lookup_CursivePos()
2166 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-gpos.c552 if ( !gpi->dvi ) in Get_ValueRecord()
802 if ( !gpi->dvi ) in Get_Anchor()
808 …error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, … in Get_Anchor()
825 if ( !gpi->dvi ) in Get_Anchor()
1991 gpi->last = 0xFFFF; in Lookup_CursivePos()
2006 gpi->last = 0xFFFF; in Lookup_CursivePos()
2152 if ( gpi->r2l ) in Lookup_CursivePos()
2159 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
2165 POSITION( gpi->last )->cursive_chain = gpi->last - buffer->in_pos; in Lookup_CursivePos()
2166 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-gpos.c552 if ( !gpi->dvi ) in Get_ValueRecord()
802 if ( !gpi->dvi ) in Get_Anchor()
808 …error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, … in Get_Anchor()
825 if ( !gpi->dvi ) in Get_Anchor()
1991 gpi->last = 0xFFFF; in Lookup_CursivePos()
2006 gpi->last = 0xFFFF; in Lookup_CursivePos()
2152 if ( gpi->r2l ) in Lookup_CursivePos()
2159 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
2165 POSITION( gpi->last )->cursive_chain = gpi->last - buffer->in_pos; in Lookup_CursivePos()
2166 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; in Lookup_CursivePos()
[all …]

12345678910>>...52