Lines Matching refs:visibleHeight

76 	visibleHeight = size.height - SCROLLBARWIDTH - 5;  in EnvelopeEditorControl()
133 return 1.0f / ((float)yMax / (float)visibleHeight); in calcYScale()
139 …currentPosition.y = (((pp_int32)((visibleHeight-cp.y)*(1.0f / calcYScale()))) * /*16645*/65536) >>… in updateCurrentPosition()
194 while (sy < visibleHeight+(pp_int32)(31.0f*scaley)) in paintGrid()
197 pp_int32 y = location.y + yOffset + visibleHeight - y1; in paintGrid()
215 g->drawVLine(location.y+3, location.y + yOffset + visibleHeight,x); in paintGrid()
233 g->setPixel(x, location.y + yOffset + visibleHeight); in paintGrid()
235 g->setPixel(x, location.y + yOffset + visibleHeight+1); in paintGrid()
290 y1 = location.y + yOffset + visibleHeight - y1; in paint()
328 pp_int32 y1 = location.y + yOffset + visibleHeight - (pp_int32)(128*scaley); in paint()
363 y1 = location.y + yOffset + visibleHeight - y1; in paint()
364 y2 = location.y + yOffset + visibleHeight - y2; in paint()
383 …g->drawVLine(location.y + yOffset, location.y + yOffset + visibleHeight + 2, location.x + xOffset … in paint()
392 y1 = location.y + yOffset + visibleHeight - y1; in paint()
398 for (pp_int32 j = 0; j < visibleHeight; j+=2) in paint()
417 g->setPixel(x1, location.y + visibleHeight + yOffset); in paint()
419 g->setPixel(x1, location.y + visibleHeight + yOffset - 1); in paint()
420 g->setPixel(x1+1, location.y + visibleHeight + yOffset - 1); in paint()
421 g->setPixel(x1-1, location.y + visibleHeight + yOffset - 1); in paint()
423 g->setPixel(x1, location.y + visibleHeight + yOffset - 2); in paint()
424 g->setPixel(x1+1, location.y + visibleHeight + yOffset - 2); in paint()
425 g->setPixel(x1-1, location.y + visibleHeight + yOffset - 2); in paint()
426 g->setPixel(x1+2, location.y + visibleHeight + yOffset - 2); in paint()
427 g->setPixel(x1-2, location.y + visibleHeight + yOffset - 2); in paint()
435 for (pp_int32 j = 0; j < visibleHeight; j+=2) in paint()
469 y1 = location.y + yOffset + visibleHeight - y1; in paint()
557 if (cp.y > visibleHeight) in dispatchEvent()
561 pp_int32 ry = (pp_int32)((visibleHeight - cp.y)); in dispatchEvent()
595 cp.y < 0 || cp.y > visibleHeight) in dispatchEvent()
650 setEnvelopePoint(envelopeEditor->getSelectionIndex(), cp.x + startPos, visibleHeight - cp.y); in dispatchEvent()
969 if (cp.x > visibleWidth || cp.y > visibleHeight) in invokeContextMenu()