Searched refs:theSt (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A Dint-line.cpp573 int theSt = as[0]->st; local
577 c_full[0] = as[0]->fullB[(curMin - theSt) >> 3] | as[0]->partB[(curMin - theSt) >> 3];
578 c_full[0] <<= 4 * ((curMin - theSt) & 7);
579 c_full[1] = as[1]->fullB[(curMin - theSt) >> 3] | as[1]->partB[(curMin - theSt) >> 3];
580 c_full[1] <<= 4 * ((curMin - theSt) & 7);
581 c_full[2] = as[2]->fullB[(curMin - theSt) >> 3] | as[2]->partB[(curMin - theSt) >> 3];
582 c_full[2] <<= 4* ((curMin - theSt)
[all...]

Completed in 205 milliseconds