Home
last modified time | relevance | path

Searched refs:delta_xy (Results 1 – 25 of 89) sorted by relevance

1234

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/tracking/src/
H A DmosseTracker.cpp94 double correlate( const Mat &image_sub, Point &delta_xy ) const in correlate()
104 delta_xy.x = maxLoc.x - int(response.size().width/2); in correlate()
105 delta_xy.y = maxLoc.y - int(response.size().height/2); in correlate()
202 Point delta_xy; in updateImpl() local
203 double PSR = correlate(image_sub, delta_xy); in updateImpl()
208 center.x += delta_xy.x; in updateImpl()
209 center.y += delta_xy.y; in updateImpl()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gen4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gen4() local
182 abld.quarter(i).ADD(quarter(offset(delta_xy, abld, 0), i), in emit_interpolation_setup_gen4()
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gen4()
189 abld.ADD(offset(delta_xy, abld, 1), this->pixel_y, ystart); in emit_interpolation_setup_gen4()
197 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gen4()
338 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gen6()
361 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gen6()
362 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gen6()
364 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gen6()
[all …]
H A Dbrw_fs.cpp1215 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL], in emit_fragcoord_interpolation()
2167 for (unsigned i = 0; i < ARRAY_SIZE(delta_xy); i++) { in compact_virtual_grfs()
2168 if (delta_xy[i].file == VGRF) { in compact_virtual_grfs()
2169 if (remap_table[delta_xy[i].nr] != -1) { in compact_virtual_grfs()
2170 delta_xy[i].nr = remap_table[delta_xy[i].nr]; in compact_virtual_grfs()
2172 delta_xy[i].file = BAD_FILE; in compact_virtual_grfs()
2997 for (unsigned i = 0; i < ARRAY_SIZE(delta_xy); i++) { in opt_register_renaming()
2998 if (delta_xy[i].file == VGRF && remap[delta_xy[i].nr] != ~0u) { in opt_register_renaming()
2999 delta_xy[i].nr = remap[delta_xy[i].nr]; in opt_register_renaming()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
198 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
199 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
516 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
539 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
540 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
542 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
198 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
199 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
516 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
539 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
540 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
542 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
198 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
199 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
516 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
539 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
540 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
542 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
198 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
199 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
516 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
539 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
540 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
542 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
198 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
199 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
516 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
539 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
540 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
542 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
198 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
199 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
516 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
539 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
540 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
542 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
198 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
199 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
516 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
539 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
540 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
542 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
198 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
199 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
516 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
539 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
540 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
542 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_fs_visitor.cpp178 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
180 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
192 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
202 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
203 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
210 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
520 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
543 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
544 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
546 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_fs_visitor.cpp174 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
176 const fs_reg &delta_xy = this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4() local
188 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
198 this->delta_xy[BRW_BARYCENTRIC_NONPERSPECTIVE_PIXEL] = in emit_interpolation_setup_gfx4()
199 this->delta_xy[BRW_BARYCENTRIC_PERSPECTIVE_PIXEL]; in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
516 this->delta_xy[i] = fetch_barycentric_reg( in emit_interpolation_setup_gfx6()
539 const fs_reg centroid_delta_xy = delta_xy[i]; in emit_interpolation_setup_gfx6()
540 const fs_reg &pixel_delta_xy = delta_xy[i - 1]; in emit_interpolation_setup_gfx6()
542 delta_xy[i] = bld.vgrf(BRW_REGISTER_TYPE_F, 2); in emit_interpolation_setup_gfx6()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/truetype/
H A Dttgxvar.c1321 FT_Vector* delta_xy; in TT_Vary_Get_Glyph_Deltas() local
1343 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1345 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1461 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1462 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1470 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1471 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1496 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/truetype/
H A Dttgxvar.c1307 FT_Vector* delta_xy = NULL; in TT_Vary_Get_Glyph_Deltas() local
1329 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1331 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1447 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1448 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1459 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1460 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1485 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/devel/upp/upp/bazaar/FreeType/src/truetype/
H A Dttgxvar.c1309 FT_Vector* delta_xy = NULL; in TT_Vary_Get_Glyph_Deltas() local
1331 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1333 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1449 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1450 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1461 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1462 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1487 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/truetype/
H A Dttgxvar.c1328 FT_Vector* delta_xy = NULL; in TT_Vary_Get_Glyph_Deltas() local
1350 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1352 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1468 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1469 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1477 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1478 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1503 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/freetype2/src/truetype/
H A Dttgxvar.hpp1309 FT_Vector* delta_xy = NULL; in TT_Vary_Get_Glyph_Deltas() local
1331 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1333 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1449 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1450 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1461 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1462 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1487 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freetype/src/truetype/
H A Dttgxvar.c1328 FT_Vector* delta_xy; in TT_Vary_Get_Glyph_Deltas() local
1350 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1352 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1468 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1469 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1477 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1478 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1503 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/truetype/
H A Dttgxvar.c1328 FT_Vector* delta_xy = NULL; in TT_Vary_Get_Glyph_Deltas() local
1350 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1352 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1468 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1469 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1480 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1481 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1506 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/freetype/vtkfreetype/src/truetype/
H A Dttgxvar.c1328 FT_Vector* delta_xy = NULL; in TT_Vary_Get_Glyph_Deltas() local
1350 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1352 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1468 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1469 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1480 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1481 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1506 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/games/warmux/warmux-11.04/build/android/jni/freetype/src/truetype/
H A Dttgxvar.c1324 FT_Vector* delta_xy; in TT_Vary_Get_Glyph_Deltas() local
1346 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1348 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1464 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1465 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1473 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1474 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1499 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/print/tex-xdvik/xdvik-22.87/libs/freetype2/freetype-2.5.3/src/truetype/
H A Dttgxvar.c1309 FT_Vector* delta_xy = NULL; in TT_Vary_Get_Glyph_Deltas() local
1331 if ( FT_NEW_ARRAY( delta_xy, n_points ) ) in TT_Vary_Get_Glyph_Deltas()
1333 *deltas = delta_xy; in TT_Vary_Get_Glyph_Deltas()
1449 delta_xy[j].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1450 delta_xy[j].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1461 delta_xy[localpoints[j]].x += FT_MulFix( deltas_x[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1462 delta_xy[localpoints[j]].y += FT_MulFix( deltas_y[j], apply ); in TT_Vary_Get_Glyph_Deltas()
1487 FT_FREE( delta_xy ); in TT_Vary_Get_Glyph_Deltas()
/dports/accessibility/kmousetool/kmousetool-21.12.3/kmousetool/
H A Dmtstroke.h59 static int delta_xy; variable
H A Dmtstroke.cpp31 int MTStroke::delta_xy = 10; member in MTStroke

1234