Home
last modified time | relevance | path

Searched refs:cumulative_offset (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Dlinear_layout.cc69 float cumulative_offset = -0.5 * total_extent; in LayOutContributingChildren() local
75 float offset = cumulative_offset + 0.5 * child_extent; in LayOutContributingChildren()
97 cumulative_offset += child_extent + margin_; in LayOutContributingChildren()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgit_hyper_blame.py223 cumulative_offset = 0
227 cumulative_offset += newlength - oldlength
255 return lineno + cumulative_offset
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-table.c2102 gfloat cumulative_offset = 0; in fo_table_resolve_column_offsets() local
2123 cumulative_offset); in fo_table_resolve_column_offsets()
2125 cumulative_offset += in fo_table_resolve_column_offsets()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-table.c2102 gfloat cumulative_offset = 0; in fo_table_resolve_column_offsets() local
2123 cumulative_offset); in fo_table_resolve_column_offsets()
2125 cumulative_offset += in fo_table_resolve_column_offsets()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin3.c4781 Int4 cumulative_offset = 0; in AdjustOneAlignmentForOneBioseqBasedOnGapLocations() local
4825 gap_start += cumulative_offset; in AdjustOneAlignmentForOneBioseqBasedOnGapLocations()
4832 cumulative_offset += glip->length; in AdjustOneAlignmentForOneBioseqBasedOnGapLocations()
4844 Int4 cumulative_offset = 0; in ShiftAlignmentForGapLocations() local
4873 && alignment_position + dsp->lens [seg_num] < glip->start_pos + cumulative_offset) in ShiftAlignmentForGapLocations()
4929 cumulative_offset += glip->length; in ShiftAlignmentForGapLocations()