Lines Matching refs:y

94     double y;  member
303 void rectangle(cairo_t *cr, double x, double y, double width, double height) in rectangle() argument
304 { (*mp_rectangle)(cr, x, y, width, height); } in rectangle()
484 aGlyph.y = aPos.Y(); in DrawCairoAAFontString()
708 if( aXRect.y < 0 ) aXRect.y = 0; in DrawServerAAForcedString()
710 if( aXRect.height+aXRect.y > nHeight ) aXRect.height = nHeight-aXRect.y; in DrawServerAAForcedString()
715 aXRect.y = 0; in DrawServerAAForcedString()
723 int nScreenY = m_pFrame->maGeometry.nY+aXRect.y; in DrawServerAAForcedString()
732 aXRect.y -= nScreenY, aXRect.height += nScreenY; in DrawServerAAForcedString()
739 if( nYmin < aXRect.y ) nYmin = aXRect.y; in DrawServerAAForcedString()
741 if( nYmax >= aXRect.y+aXRect.height ) nYmax = aXRect.y + aXRect.height - 1; in DrawServerAAForcedString()
764 int x = 0, y = 0; in DrawServerAAForcedString() local
766 XGetGeometry( pDisplay, hDrawable_, &aRoot, &x, &y, &w, &h, &bw, &d ); in DrawServerAAForcedString()
767 XTranslateCoordinates( pDisplay, hDrawable_, aRoot, 0, 0, &x, &y, &aRoot ); in DrawServerAAForcedString()
770 if( nYmin + y < 0 ) // clip on top screen edge in DrawServerAAForcedString()
771 nYmin += y-nYmin; in DrawServerAAForcedString()
778 if( nYmax + y >= nScreenH ) // clip on bottom screen edge in DrawServerAAForcedString()
779 nYmax -= (nYmax + y - nScreenH)+1; in DrawServerAAForcedString()
828 int y = pRawBitmap->mnHeight; in DrawServerAAForcedString() local
829 if( y > nYmax - nY1 ) in DrawServerAAForcedString()
830 y = nYmax - nY1 + 1; in DrawServerAAForcedString()
831 while( --y >= 0 ) in DrawServerAAForcedString()