Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c455 static INTBIG db_textstyle[8] = {TEXTLEFT, TEXTBOTLEFT, TEXTBOT, TEXTBOTRIGHT, variable
470 for(i=0; i<8; i++) if (db_textstyle[i] == oldstyle) break; in rotatelabel()
475 return(db_textstyle[(i + 2*trans[2][2] + rotation*2) % 8]); in rotatelabel()