Searched defs:getPhysSize (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dicon.cpp75 static int getPhysSize(int size);
207 : getPhysSize(icon->lsize) );
336 icon->psize = getPhysSize(icon->lsize);
837 int psize = getPhysSize(lsize);
857 icon->psize = getPhysSize(lsize);
874 int psize = IconImpl::getPhysSize(lsize);
942 return IconImpl::getPhysSize(size);
945 int IconImpl::getPhysSize(int size) function in class:IconImpl
1359 int psize = IconImpl::getPhysSize(lsize);
1602 int psize = getPhysSize(singl
[all...]

Completed in 24 milliseconds