Home
last modified time | relevance | path

Searched refs:num_half_dashes (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dborder.rs314 let (_half_dash, num_half_dashes) = in write_dashed_corner_instances()
317 if num_half_dashes == 0 { in write_dashed_corner_instances()
321 let num_half_dashes = num_half_dashes.min(MAX_DASH_COUNT); in write_dashed_corner_instances() localVariable
325 let instance_count = num_half_dashes / 4 + 1; in write_dashed_corner_instances()
329 ellipse.total_arc_length / num_half_dashes as f32; in write_dashed_corner_instances()
589 if num_half_dashes == 0 { in compute_half_dash()
596 let num_half_dashes = if num_half_dashes % 4 != 0 { in compute_half_dash() localVariable
597 num_half_dashes + 4 - num_half_dashes % 4 in compute_half_dash()
599 num_half_dashes in compute_half_dash()
602 let half_dash = total_size / num_half_dashes as f32; in compute_half_dash()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dborder.rs313 let (_half_dash, num_half_dashes) = in write_dashed_corner_instances()
316 if num_half_dashes == 0 { in write_dashed_corner_instances()
320 let num_half_dashes = num_half_dashes.min(MAX_DASH_COUNT); in write_dashed_corner_instances() localVariable
324 let instance_count = num_half_dashes / 4 + 1; in write_dashed_corner_instances()
328 ellipse.total_arc_length / num_half_dashes as f32; in write_dashed_corner_instances()
588 if num_half_dashes == 0 { in compute_half_dash()
595 let num_half_dashes = if num_half_dashes % 4 != 0 { in compute_half_dash() localVariable
596 num_half_dashes + 4 - num_half_dashes % 4 in compute_half_dash()
598 num_half_dashes in compute_half_dash()
601 let half_dash = total_size / num_half_dashes as f32; in compute_half_dash()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dborder.rs313 let (_half_dash, num_half_dashes) = in write_dashed_corner_instances()
316 if num_half_dashes == 0 { in write_dashed_corner_instances()
320 let num_half_dashes = num_half_dashes.min(MAX_DASH_COUNT); in write_dashed_corner_instances() localVariable
324 let instance_count = num_half_dashes / 4 + 1; in write_dashed_corner_instances()
328 ellipse.total_arc_length / num_half_dashes as f32; in write_dashed_corner_instances()
588 if num_half_dashes == 0 { in compute_half_dash()
595 let num_half_dashes = if num_half_dashes % 4 != 0 { in compute_half_dash() localVariable
596 num_half_dashes + 4 - num_half_dashes % 4 in compute_half_dash()
598 num_half_dashes in compute_half_dash()
601 let half_dash = total_size / num_half_dashes as f32; in compute_half_dash()
[all …]
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dborder.rs314 let (_half_dash, num_half_dashes) = in write_dashed_corner_instances()
317 if num_half_dashes == 0 { in write_dashed_corner_instances()
321 let num_half_dashes = num_half_dashes.min(MAX_DASH_COUNT); in write_dashed_corner_instances() localVariable
325 let instance_count = num_half_dashes / 4 + 1; in write_dashed_corner_instances()
329 ellipse.total_arc_length / num_half_dashes as f32; in write_dashed_corner_instances()
589 if num_half_dashes == 0 { in compute_half_dash()
596 let num_half_dashes = if num_half_dashes % 4 != 0 { in compute_half_dash() localVariable
597 num_half_dashes + 4 - num_half_dashes % 4 in compute_half_dash()
599 num_half_dashes in compute_half_dash()
602 let half_dash = total_size / num_half_dashes as f32; in compute_half_dash()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dborder.rs314 let (_half_dash, num_half_dashes) = in write_dashed_corner_instances()
317 if num_half_dashes == 0 { in write_dashed_corner_instances()
321 let num_half_dashes = num_half_dashes.min(MAX_DASH_COUNT); in write_dashed_corner_instances() localVariable
325 let instance_count = num_half_dashes / 4 + 1; in write_dashed_corner_instances()
329 ellipse.total_arc_length / num_half_dashes as f32; in write_dashed_corner_instances()
589 if num_half_dashes == 0 { in compute_half_dash()
596 let num_half_dashes = if num_half_dashes % 4 != 0 { in compute_half_dash() localVariable
597 num_half_dashes + 4 - num_half_dashes % 4 in compute_half_dash()
599 num_half_dashes in compute_half_dash()
602 let half_dash = total_size / num_half_dashes as f32; in compute_half_dash()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/symbols/
H A Dline_symbol.cpp1153 auto num_half_dashes = 2 * num_dashgroups * dashes_in_group - num_half_groups; in createDashGroups() local
1154 …shgroups-1) * break_length_f - num_dashgroups * total_in_group_break_length) * 2 / num_half_dashes; in createDashGroups()