Home
last modified time | relevance | path

Searched refs:stroke_outside (Results 1 – 2 of 2) sorted by relevance

/dports/cad/k40-whisperer/K40_Whisperer-0.58_src/
H A Dsvg_reader.py266 stroke_outside = node.get('stroke')
267 if not stroke_outside:
268 stroke_outside = group_stroke
269 if stroke_outside:
272 col = stroke_outside
/dports/graphics/milton/milton-1.9.1/src/
H A Drenderer.cc1326 b32 stroke_outside = screen_bounds.left > bounds.right in gpu_clip_strokes_and_update() local
1334 if ( !stroke_outside && area!=0 ) { in gpu_clip_strokes_and_update()
1338 else if ( stroke_outside && ( flags & ClipFlags_UPDATE_GPU_DATA ) ) { in gpu_clip_strokes_and_update()