Lines Matching refs:getWidth

103   xpos += myCOLUP0Color->getWidth() + 30;  ypos = 10 + lineHeight + 6;  in TiaWidget()
116 myFixedColors[row] = new ColorWidget(boss, nfont, xpos + 2 + t->getWidth() + 4, in TiaWidget()
120 xpos += t->getWidth() + myFixedColors[0]->getWidth() + 24; in TiaWidget()
127 myFixedColors[row] = new ColorWidget(boss, nfont, xpos + 2 + t->getWidth() + 4, in TiaWidget()
135 xpos += myFixedColors[0]->getWidth() + 2*fontWidth + 60; ypos = 10; in TiaWidget()
163 if(lwidth > uInt32(myCollision[idx]->getWidth())) in TiaWidget()
164 labelx -= (lwidth - myCollision[idx]->getWidth()) / 2; in TiaWidget()
166 labelx += (myCollision[idx]->getWidth() - lwidth) / 2; in TiaWidget()
171 collX += myCollision[idx]->getWidth() + 10; in TiaWidget()
178 buttonX = collX + 5*(myCollision[0]->getWidth() + 10) - buttonW - 10; in TiaWidget()
200 xpos += myGRP0->getWidth() + 12; in TiaWidget()
203 xpos += t->getWidth() + 2; in TiaWidget()
212 xpos += myPosP0->getWidth() + fontWidth + 12; in TiaWidget()
223 xpos += myHMP0->getWidth() + 15; in TiaWidget()
231 xpos += myRefP0->getWidth() + 12; in TiaWidget()
247 xpos += myGRP0Old->getWidth() + 12; in TiaWidget()
255 xpos += myDelP0->getWidth() + 12; in TiaWidget()
265 xpos += myNusizP0->getWidth() + 5; in TiaWidget()
285 xpos += myGRP1->getWidth() + 12; in TiaWidget()
288 xpos += t->getWidth() + 2; in TiaWidget()
297 xpos += myPosP1->getWidth() + fontWidth + 12; in TiaWidget()
308 xpos += myHMP1->getWidth() + 15; in TiaWidget()
316 xpos += myRefP1->getWidth() + 12; in TiaWidget()
331 xpos += myGRP1Old->getWidth() + 12; in TiaWidget()
339 xpos += myDelP1->getWidth() + 12; in TiaWidget()
349 xpos += myNusizP1->getWidth() + 5; in TiaWidget()
369 xpos += myEnaM0->getWidth() + 12; in TiaWidget()
372 xpos += t->getWidth() + 2; in TiaWidget()
381 xpos += myPosM0->getWidth() + 12; in TiaWidget()
392 xpos += myHMM0->getWidth() + 12; in TiaWidget()
403 xpos += myNusizM0->getWidth() + 15; in TiaWidget()
432 xpos += myEnaM1->getWidth() + 12; in TiaWidget()
435 xpos += t->getWidth() + 2; in TiaWidget()
444 xpos += myPosM1->getWidth() + 12; in TiaWidget()
455 xpos += myHMM1->getWidth() + 12; in TiaWidget()
466 xpos += myNusizM1->getWidth() + 15; in TiaWidget()
495 xpos += myEnaBL->getWidth() + 12; in TiaWidget()
498 xpos += t->getWidth() + 2; in TiaWidget()
507 xpos += myPosBL->getWidth() + 12; in TiaWidget()
518 xpos += myHMBL->getWidth() + 12; in TiaWidget()
544 xpos += myEnaBLOld->getWidth() + 12; in TiaWidget()
572 xpos += myPF[0]->getWidth() + 2; in TiaWidget()
579 xpos += myPF[1]->getWidth() + 2; in TiaWidget()
587 int colw = myPF[0]->getWidth() / 4; in TiaWidget()
596 xpos = 10 + 2*fontWidth + 5 + myPF[0]->getWidth() + 2 + start(colw); in TiaWidget()
603 xpos = 10 + 2*fontWidth + 5 + myPF[0]->getWidth() + 2 + in TiaWidget()
604 myPF[1]->getWidth() + 2 + start(colw); in TiaWidget()
620 xpos += myRefPF->getWidth() + 15; in TiaWidget()
627 xpos += myScorePF->getWidth() + 15; in TiaWidget()
639 xpos += t->getWidth() + 10; in TiaWidget()
645 buttonX = xpos + myDelayQueueWidget->getWidth() + 20; in TiaWidget()