Lines Matching refs:boxx

589   FXint boxx,boxy,boxw,boxh,p,tick,lowertick,uppertick,th,tw;  in onPaint()  local
606 boxx=border+padleft; in onPaint()
612 drawGrooveRectangle(dc,boxx,boxy-marginLower-1,boxw,documentSize+2); in onPaint()
616 dc.fillRectangle(boxx+2,boxy+1,boxw-4,boxh); in onPaint()
619 dc.fillRectangle(boxx,boxy-1,boxw-2,1); in onPaint()
620 dc.fillRectangle(boxx,boxy+boxh-1,boxw-2,1); in onPaint()
623 dc.fillRectangle(boxx+1,boxy,boxw-3,1); in onPaint()
624 dc.fillRectangle(boxx+1,boxy,1,boxh); in onPaint()
627 dc.fillRectangle(boxx+2,boxy+boxh-1,boxw-4,1); in onPaint()
656 dc.drawText(boxx+((boxw-tw)>>1),p+(th>>1),&numeral,1); in onPaint()
659 dc.drawText(boxx+2+MAJORTICKSIZE+1,p+(th>>1),&numeral,1); in onPaint()
662 dc.drawText(boxx+boxw-4-MAJORTICKSIZE-1-tw,p+(th>>1),&numeral,1); in onPaint()
669 …if(!(options&RULER_NUMBERS) || (tick%numberTicks)) dc.fillRectangle(boxx+(boxw>>1)-(MAJORTICKSIZE>… in onPaint()
672 dc.fillRectangle(boxx+2,p,MAJORTICKSIZE,1); in onPaint()
675 dc.fillRectangle(boxx+boxw-2-MAJORTICKSIZE,p,MAJORTICKSIZE,1); in onPaint()
682 dc.fillRectangle(boxx+(boxw>>1)-(MEDIUMTICKSIZE>>1),p,MEDIUMTICKSIZE,1); in onPaint()
685 dc.fillRectangle(boxx+2,p,MEDIUMTICKSIZE,1); in onPaint()
688 dc.fillRectangle(boxx+boxw-2-MEDIUMTICKSIZE,p,MEDIUMTICKSIZE,1); in onPaint()
695 dc.fillRectangle(boxx+(boxw>>1)-(MINORTICKSIZE>>1),p,MINORTICKSIZE,1); in onPaint()
698 dc.fillRectangle(boxx+2,p,MINORTICKSIZE,1); in onPaint()
701 dc.fillRectangle(boxx+boxw-2-MINORTICKSIZE,p,MINORTICKSIZE,1); in onPaint()
712 drawRightArrow(dc,boxx+boxw-3,getDocumentLower()+arrowPos); in onPaint()
714 drawLeftArrow(dc,boxx+2,getDocumentLower()+arrowPos); in onPaint()
720 drawLeftMarker(dc,boxx+boxw-MARKERLENGTH-MARKERLENGTH+1,boxy+indentLower); in onPaint()
721 drawLeftMarker(dc,boxx+boxw-MARKERLENGTH-MARKERLENGTH+1,boxy+boxh-indentUpper-1); in onPaint()
729 boxx=getDocumentLower()+marginLower; in onPaint()
735 drawGrooveRectangle(dc,boxx-marginLower-1,boxy,documentSize+2,boxh); in onPaint()
739 dc.fillRectangle(boxx+1,boxy+2,boxw,boxh-4); in onPaint()
741 dc.fillRectangle(boxx-1,boxy,1,boxh-2); in onPaint()
742 dc.fillRectangle(boxx+boxw-1,boxy+1,1,boxh-2); in onPaint()
744 dc.fillRectangle(boxx,boxy+1,boxw-1,1); in onPaint()
745 dc.fillRectangle(boxx,boxy+1,1,boxh-2); in onPaint()
747 dc.fillRectangle(boxx+1,boxy+boxh-2,boxw-2,1); in onPaint()
766 p=boxx+(FXint)(0.5+tick*pixelPerTick); in onPaint()
839 drawDownMarker(dc,boxx+indentFirst,boxy+MARKERLENGTH+MARKERLENGTH-2); in onPaint()
840 drawUpMarker(dc,boxx+indentLower,boxy+boxh-MARKERLENGTH-MARKERLENGTH+1); in onPaint()
841 drawUpMarker(dc,boxx+boxw-indentUpper-1,boxy+boxh-MARKERLENGTH-MARKERLENGTH+1); in onPaint()