Home
last modified time | relevance | path

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

/dports/devel/fossil/fossil-src-2.17/src/
H A Dmarkdown_html.c353 double rPikVar; in pikchr_to_html() local
390 && (rPikVar = atof(zPikVar))>=0.1 in pikchr_to_html()
391 && rPikVar<10.0 in pikchr_to_html()
393 blob_appendf(&bSrc, "scale = %.13g\n", rPikVar); in pikchr_to_html()
397 && (rPikVar = atof(zPikVar))>=0.1 in pikchr_to_html()
398 && rPikVar<10.0 in pikchr_to_html()
400 blob_appendf(&bSrc, "fontscale = %.13g\n", rPikVar); in pikchr_to_html()