Home
last modified time | relevance | path

Searched refs:marker_positions (Results 1 – 10 of 10) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Flag.ocd/BlockOwnershipArea.ocd/
H A DScript.c79 var marker_positions = []; in UpdateMarkers() local
84 PushBack(marker_positions, {x = x, y = lib_block_area.rectangle.y - GetY(), r = 0}); in UpdateMarkers()
85 …PushBack(marker_positions, {x = x, y = lib_block_area.rectangle.y + lib_block_area.rectangle.hgt -… in UpdateMarkers()
90 PushBack(marker_positions, {x = lib_block_area.rectangle.x - GetX(), y = y, r = -90}); in UpdateMarkers()
91 …PushBack(marker_positions, {x = lib_block_area.rectangle.x + lib_block_area.rectangle.wdt - GetX()… in UpdateMarkers()
94 …PushBack(marker_positions, {x = lib_block_area.rectangle.x - GetX(), y = lib_block_area.rectangle.… in UpdateMarkers()
95 …PushBack(marker_positions, {x = lib_block_area.rectangle.x + lib_block_area.rectangle.wdt - GetX()… in UpdateMarkers()
96 …PushBack(marker_positions, {x = lib_block_area.rectangle.x - GetX() - GetX(), y = lib_block_area.r… in UpdateMarkers()
97 …PushBack(marker_positions, {x = lib_block_area.rectangle.x + lib_block_area.rectangle.wdt - GetX()… in UpdateMarkers()
98 for (var marker_pos in marker_positions) in UpdateMarkers() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dsvg_shape_painter.cc199 const Vector<MarkerPosition>* marker_positions = in PaintMarkers() local
201 if (!marker_positions || marker_positions->IsEmpty()) in PaintMarkers()
217 for (const MarkerPosition& marker_position : *marker_positions) { in PaintMarkers()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dsvg_shape_painter.cc201 const Vector<MarkerPosition>* marker_positions = in PaintMarkers() local
203 if (!marker_positions || marker_positions->IsEmpty()) in PaintMarkers()
219 for (const MarkerPosition& marker_position : *marker_positions) { in PaintMarkers()
/dports/graphics/p5-Imager-Graph/Imager-Graph-0.10/lib/Imager/Graph/
H A DVertical.pm624 my @marker_positions;
635 push @marker_positions, [$x1, $y1];
645 push @marker_positions, [$x2, $y2];
646 foreach my $position (@marker_positions) {
726 my @marker_positions;
738 push @marker_positions, [$x1, $y1];
752 push @marker_positions, [$x2, $y2];
753 foreach my $position (@marker_positions) {
H A DHorizontal.pm447 my @marker_positions;
458 push @marker_positions, [$x1, $y1];
469 push @marker_positions, [$x2, $y2];
470 foreach my $position (@marker_positions) {
/dports/audio/snd/snd-21.2/
H A Dsound.c194 int *marker_ids, *marker_positions; member
245 if (sf->marker_positions) free(sf->marker_positions); in free_sound_file()
621 int *marker_ids, *marker_positions; in fill_sf_record() local
622 sf->markers = mus_header_mark_info(&marker_ids, &marker_positions); in fill_sf_record()
626 sf->marker_positions = (int *)malloc(sf->markers * sizeof(int)); in fill_sf_record()
628 memcpy((void *)(sf->marker_positions), (void *)marker_positions, sizeof(int) * sf->markers); in fill_sf_record()
927 (*mark_positions) = sf->marker_positions; in mus_sound_mark_info()
H A Dheaders.c155 static int *marker_ids = NULL, *marker_positions = NULL; variable
221 …t i; for (i = 0; i < markers; i++) {if (marker_ids[i] == id) return(marker_positions[i]);} return(… in mus_header_mark_position()
228 (*m_positions) = marker_positions; in mus_header_mark_info()
894 marker_positions[m] = mus_char_to_bint((uint8_t *)(buf + 2)); in read_aiff_marker()
911 if (marker_positions) free(marker_positions); in read_aif_mark_chunk()
915 marker_positions = (int *)calloc(markers, sizeof(int)); in read_aif_mark_chunk()
1021 if (marker_positions) free(marker_positions); in read_aiff_header()
1023 marker_positions = NULL; in read_aiff_header()
H A Dsndlib.h352 MUS_EXPORT int mus_header_mark_info(int **marker_ids, int **marker_positions);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapmark.cc1277 vector<coord_def> marker_positions; in find_marker_positions_by_prop() local
1283 marker_positions.push_back(*i); in find_marker_positions_by_prop()
1284 if (maxresults && marker_positions.size() >= maxresults) in find_marker_positions_by_prop()
1285 return marker_positions; in find_marker_positions_by_prop()
1288 return marker_positions; in find_marker_positions_by_prop()
/dports/biology/haplohseq/haplohseq-0.1.2/scripts/
H A Dldmap.py284 generate_ldmap(log, args.pair_depth, args.marker_positions, args.haplotype_panel, map_filename)