Home
last modified time | relevance | path

Searched refs:to_pos (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/net/arataga/oess-2.2.3/dev/oess_2/io/
H A Dmem_buf.cpp158 size_t to_pos, in subbuf() argument
160 to.set_pos( to_pos ); in subbuf()
174 size_t to_pos, in insert() argument
179 if( to_pos > m_size ) in insert()
189 memmove( &m_buf.at( to_pos + count ), in insert()
190 &m_buf.at( to_pos ), m_size - to_pos ); in insert()
191 memcpy( &m_buf.at( to_pos ), in insert()
200 size_t to_pos, in insert() argument
204 if( to_pos > m_size ) in insert()
214 memmove( &m_buf.at( to_pos + count ), in insert()
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/plugins/shotwell-transitions/
H A DStripesEffect.vala43 stripe_count = visuals.to_pos.height / STRIPE_HEIGHT + 1;
60 Gdk.cairo_set_source_pixbuf(ctx, visuals.to_pixbuf,visuals.to_pos.x, visuals.to_pos.y);
61 int x = visuals.to_pos.x;
62 int y = visuals.to_pos.y;
65 ctx.rectangle(x + visuals.to_pos.width - alpha * visuals.to_pos.width,
66 y + i * STRIPE_HEIGHT, x + visuals.to_pos.width, STRIPE_HEIGHT);
68 ctx.rectangle(x, y + STRIPE_HEIGHT * i, visuals.to_pos.width * alpha,
H A DChessEffect.vala44 square_count_y = visuals.to_pos.height / SQUARE_SIZE + 2;
45 square_count_x = visuals.to_pos.width / SQUARE_SIZE + 2;
63 Gdk.cairo_set_source_pixbuf(ctx, visuals.to_pixbuf,visuals.to_pos.x, visuals.to_pos.y);
68 ctx.rectangle(visuals.to_pos.x + translation + x * SQUARE_SIZE,
69 visuals.to_pos.y + y * SQUARE_SIZE, size, SQUARE_SIZE);
71 ctx.rectangle(visuals.to_pos.x + visuals.to_pos.width + translation - x
72 * SQUARE_SIZE - size, visuals.to_pos.y + y * SQUARE_SIZE, size,
H A DClockEffect.vala58 int radius = (int) Math.fmax(visuals.to_pos.width, visuals.to_pos.height);
67 Gdk.cairo_set_source_pixbuf(ctx, visuals.to_pixbuf,visuals.to_pos.x, visuals.to_pos.y);
69 int x = visuals.to_pos.x + (int) visuals.to_pos.width / 2;
70 int y = visuals.to_pos.y + (int) visuals.to_pos.height / 2;
H A DSquaresEffect.vala44 square_count_x = visuals.to_pos.width/SQUARE_SIZE + 1;
45 square_count_y = visuals.to_pos.height/SQUARE_SIZE + 1;
62 Gdk.cairo_set_source_pixbuf(ctx, visuals.to_pixbuf,visuals.to_pos.x, visuals.to_pos.y);
68 ctx.rectangle(visuals.to_pos.x + x * SQUARE_SIZE, visuals.to_pos.y + y
/dports/graphics/elementary-photos/photos-2.7.1/plugins/pantheon-photos-transitions/
H A DChessEffect.vala57 square_count_y = visuals.to_pos.height / SQUARE_SIZE + 2;
58 square_count_x = visuals.to_pos.width / SQUARE_SIZE + 2;
76 … Gdk.cairo_set_source_pixbuf (ctx, visuals.to_pixbuf, visuals.to_pos.x, visuals.to_pos.y);
81 ctx.rectangle (visuals.to_pos.x + translation + x * SQUARE_SIZE,
82 visuals.to_pos.y + y * SQUARE_SIZE, size, SQUARE_SIZE);
84 ctx.rectangle (visuals.to_pos.x + visuals.to_pos.width + translation - x
85 … * SQUARE_SIZE - size, visuals.to_pos.y + y * SQUARE_SIZE, size,
H A DStripesEffect.vala56 stripe_count = visuals.to_pos.height / STRIPE_HEIGHT + 1;
73 … Gdk.cairo_set_source_pixbuf (ctx, visuals.to_pixbuf, visuals.to_pos.x, visuals.to_pos.y);
74 int x = visuals.to_pos.x;
75 int y = visuals.to_pos.y;
78 ctx.rectangle (x + visuals.to_pos.width - alpha * visuals.to_pos.width,
79 y + i * STRIPE_HEIGHT, x + visuals.to_pos.width, STRIPE_HEIGHT);
81 ctx.rectangle (x, y + STRIPE_HEIGHT * i, visuals.to_pos.width * alpha,
H A DClockEffect.vala71 int radius = (int) Math.fmax (visuals.to_pos.width, visuals.to_pos.height);
80 … Gdk.cairo_set_source_pixbuf (ctx, visuals.to_pixbuf, visuals.to_pos.x, visuals.to_pos.y);
82 int x = visuals.to_pos.x + (int) visuals.to_pos.width / 2;
83 int y = visuals.to_pos.y + (int) visuals.to_pos.height / 2;
H A DSquaresEffect.vala57 square_count_x = visuals.to_pos.width / SQUARE_SIZE + 1;
58 square_count_y = visuals.to_pos.height / SQUARE_SIZE + 1;
75 … Gdk.cairo_set_source_pixbuf (ctx, visuals.to_pixbuf, visuals.to_pos.x, visuals.to_pos.y);
81 ctx.rectangle (visuals.to_pos.x + x * SQUARE_SIZE, visuals.to_pos.y + y
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_unhex.cpp81 uint64_t from_pos = 0, to_pos = 0; in getStrVal() local
91 to[to_pos++] = hex_char; in getStrVal()
101 to[to_pos] = hex_char; in getStrVal()
107 to[to_pos++] |= hex_char; in getStrVal()
110 to[to_pos] = 0; in getStrVal()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_unhex.cpp81 uint64_t from_pos = 0, to_pos = 0; in getStrVal() local
91 to[to_pos++] = hex_char; in getStrVal()
101 to[to_pos] = hex_char; in getStrVal()
107 to[to_pos++] |= hex_char; in getStrVal()
110 to[to_pos] = 0; in getStrVal()
/dports/games/minetest/minetest-5.4.1/src/
H A Dvoxel.cpp207 v3s16 from_pos, v3s16 to_pos, const v3s16 &size) in copyFrom() argument
236 s32 dest_mod = m_area.index(to_pos.X, to_pos.Y, to_pos.Z + 1) in copyFrom()
237 - m_area.index(to_pos.X, to_pos.Y, to_pos.Z) in copyFrom()
241 s32 i_local = m_area.index(to_pos.X, to_pos.Y, to_pos.Z); in copyFrom()
/dports/cad/sumo/sumo-1.2.0/src/netimport/vissim/typeloader/
H A DNIVissimSingleTypeParser_Knotendefinition.cpp69 double from_pos, to_pos; in parse() local
70 from_pos = to_pos = -1.0; in parse()
76 from >> to_pos; // type-checking is missing! in parse()
79 edges.push_back(new NIVissimNodeParticipatingEdge(edgeid, from_pos, to_pos)); in parse()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dspanview.rs345 mut to_pos: BytePos, in write_next_viewable_with_overlaps()
366 to_pos.to_usize() in write_next_viewable_with_overlaps()
368 let hi = cmp::min(viewable.span.lo(), to_pos); in write_next_viewable_with_overlaps()
384 to_pos = cmp::min(viewable.span.hi(), to_pos); in write_next_viewable_with_overlaps()
389 to_pos.to_usize() in write_next_viewable_with_overlaps()
441 if from_pos == to_pos in write_next_viewable_with_overlaps()
448 to_pos.to_usize(), in write_next_viewable_with_overlaps()
470 to_pos.to_usize(), in write_next_viewable_with_overlaps()
478 to_pos, in write_next_viewable_with_overlaps()
656 trim_span_hi(trim_span_lo(span, from_pos), to_pos) in trim_span()
[all …]
/dports/comms/nmealib/nmealib/src/
H A Dgmath.c88 const nmeaPOS *to_pos /**< To position in radians */ in nmea_distance() argument
92 sin(to_pos->lat) * sin(from_pos->lat) + in nmea_distance()
93 cos(to_pos->lat) * cos(from_pos->lat) * cos(to_pos->lon - from_pos->lon) in nmea_distance()
107 const nmeaPOS *to_pos, /**< To position in radians */ in nmea_distance_ellipsoid() argument
121 NMEA_ASSERT(to_pos != 0); in nmea_distance_ellipsoid()
123 if ((from_pos->lat == to_pos->lat) && (from_pos->lon == to_pos->lon)) in nmea_distance_ellipsoid()
140 L = to_pos->lon - from_pos->lon; in nmea_distance_ellipsoid()
142 phi2 = to_pos->lat; in nmea_distance_ellipsoid()
/dports/graphics/qgis/qgis-3.22.3/external/nmea/
H A Dgmath.c104 const nmeaPOS *to_pos //!< To position in radians in nmea_distance() argument
108 sin( to_pos->lat ) * sin( from_pos->lat ) + in nmea_distance()
109 cos( to_pos->lat ) * cos( from_pos->lat ) * cos( to_pos->lon - from_pos->lon ) in nmea_distance()
123 const nmeaPOS *to_pos, //!< To position in radians in nmea_distance_ellipsoid() argument
137 NMEA_ASSERT( to_pos != 0 ); in nmea_distance_ellipsoid()
139 if ( ( from_pos->lat == to_pos->lat ) && ( from_pos->lon == to_pos->lon ) ) in nmea_distance_ellipsoid()
157 L = to_pos->lon - from_pos->lon; in nmea_distance_ellipsoid()
159 phi2 = to_pos->lat; in nmea_distance_ellipsoid()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/nmea/
H A Dgmath.c104 const nmeaPOS *to_pos //!< To position in radians in nmea_distance() argument
108 sin( to_pos->lat ) * sin( from_pos->lat ) + in nmea_distance()
109 cos( to_pos->lat ) * cos( from_pos->lat ) * cos( to_pos->lon - from_pos->lon ) in nmea_distance()
123 const nmeaPOS *to_pos, //!< To position in radians in nmea_distance_ellipsoid() argument
137 NMEA_ASSERT( to_pos != 0 ); in nmea_distance_ellipsoid()
139 if ( ( from_pos->lat == to_pos->lat ) && ( from_pos->lon == to_pos->lon ) ) in nmea_distance_ellipsoid()
157 L = to_pos->lon - from_pos->lon; in nmea_distance_ellipsoid()
159 phi2 = to_pos->lat; in nmea_distance_ellipsoid()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dmake_binders.py171 to_pos = intext.find("$", from_pos)
172 if (to_pos == -1):
176 outtext += intext[from_pos:to_pos]
177 end = intext.find("$", to_pos + 1)
180 macro = intext[to_pos + 1:end]
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dmake_binders.py171 to_pos = intext.find("$", from_pos)
172 if (to_pos == -1):
176 outtext += intext[from_pos:to_pos]
177 end = intext.find("$", to_pos + 1)
180 macro = intext[to_pos + 1:end]
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dmake_binders.py290 to_pos = intext.find("$", from_pos)
291 if to_pos == -1:
295 outtext += intext[from_pos:to_pos]
296 end = intext.find("$", to_pos + 1)
299 macro = intext[to_pos + 1 : end]
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dmake_binders.py290 to_pos = intext.find("$", from_pos)
291 if to_pos == -1:
295 outtext += intext[from_pos:to_pos]
296 end = intext.find("$", to_pos + 1)
299 macro = intext[to_pos + 1 : end]
/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Dflat_dumper.cpp55 auto to_pos = [col_count](size_t row, size_t col) -> size_t in dump() local
84 mx[to_pos(c.row, c.col)] = std::move(*p); in dump()
95 mx[to_pos(c.row, c.col)] = std::move(s); in dump()
104 mx[to_pos(c.row, c.col)] = std::move(s); in dump()
149 mx[to_pos(c.row, c.col)] = std::move(s); in dump()
183 const std::string& s = mx[to_pos(r, c)]; in dump()
/dports/www/firefox-esr/firefox-91.8.0/config/
H A DMozZipFile.py128 to_pos = 0
135 zi.file_offset = zi.file_offset + to_pos - oldoff
136 zi.header_offset = to_pos
139 self.fp.seek(to_pos)
141 to_pos += length
/dports/mail/thunderbird/thunderbird-91.8.0/config/
H A DMozZipFile.py128 to_pos = 0
135 zi.file_offset = zi.file_offset + to_pos - oldoff
136 zi.header_offset = to_pos
139 self.fp.seek(to_pos)
141 to_pos += length
/dports/lang/spidermonkey78/firefox-78.9.0/config/
H A DMozZipFile.py124 to_pos = 0
131 zi.file_offset = zi.file_offset + to_pos - oldoff
132 zi.header_offset = to_pos
135 self.fp.seek(to_pos)
137 to_pos += length

12345678910>>...12