Lines Matching refs:width

297 …y *pDisplay, Drawable drawable, Screen *pScreen, XRenderPictFormat *pFormat, int width, int height)  in xlib_surface_create_with_xrender_format()  argument
298 …mp_xlib_surface_create_with_xrender_format)(pDisplay, drawable, pScreen, pFormat, width, height); } in xlib_surface_create_with_xrender_format()
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()
709 if( aXRect.width+aXRect.x > nWidth ) aXRect.width = nWidth-aXRect.x; in DrawServerAAForcedString()
716 aXRect.width = nWidth; in DrawServerAAForcedString()
728 aXRect.x -= nScreenX, aXRect.width += nScreenX; in DrawServerAAForcedString()
729 if( nScreenX+aXRect.width > nScreenW ) in DrawServerAAForcedString()
730 aXRect.width = nScreenW-nScreenX; in DrawServerAAForcedString()
740 if( nXmax >= aXRect.x+aXRect.width ) nXmax = aXRect.x + aXRect.width - 1; in DrawServerAAForcedString()
835 unsigned char* const p22 = p20 + pImg->width * bpp; // dest right limit in DrawServerAAForcedString()
1161 aInfo.m_eWidth = psp::width::UltraCondensed; in GetFCFontOptions()
1164 aInfo.m_eWidth = psp::width::ExtraCondensed; in GetFCFontOptions()
1167 aInfo.m_eWidth = psp::width::Condensed; in GetFCFontOptions()
1170 aInfo.m_eWidth = psp::width::SemiCondensed; in GetFCFontOptions()
1173 aInfo.m_eWidth = psp::width::Normal; in GetFCFontOptions()
1176 aInfo.m_eWidth = psp::width::SemiExpanded; in GetFCFontOptions()
1179 aInfo.m_eWidth = psp::width::Expanded; in GetFCFontOptions()
1182 aInfo.m_eWidth = psp::width::ExtraExpanded; in GetFCFontOptions()
1185 aInfo.m_eWidth = psp::width::UltraExpanded; in GetFCFontOptions()
1188 aInfo.m_eWidth = psp::width::Unknown; in GetFCFontOptions()
1492 psp::width::type eWidth = psp::width::Unknown; in GetFcSubstitute()
1497 case WIDTH_ULTRA_CONDENSED: eWidth = psp::width::UltraCondensed; break; in GetFcSubstitute()
1498 case WIDTH_EXTRA_CONDENSED: eWidth = psp::width::ExtraCondensed; break; in GetFcSubstitute()
1499 case WIDTH_CONDENSED: eWidth = psp::width::Condensed; break; in GetFcSubstitute()
1500 case WIDTH_SEMI_CONDENSED: eWidth = psp::width::SemiCondensed; break; in GetFcSubstitute()
1501 case WIDTH_NORMAL: eWidth = psp::width::Normal; break; in GetFcSubstitute()
1502 case WIDTH_SEMI_EXPANDED: eWidth = psp::width::SemiExpanded; break; in GetFcSubstitute()
1503 case WIDTH_EXPANDED: eWidth = psp::width::Expanded; break; in GetFcSubstitute()
1504 case WIDTH_EXTRA_EXPANDED: eWidth = psp::width::ExtraExpanded; break; in GetFcSubstitute()
1505 case WIDTH_ULTRA_EXPANDED: eWidth = psp::width::UltraExpanded; break; in GetFcSubstitute()
1553 case psp::width::UltraCondensed: aRet.meWidthType = WIDTH_ULTRA_CONDENSED; break; in GetFcSubstitute()
1554 case psp::width::ExtraCondensed: aRet.meWidthType = WIDTH_EXTRA_CONDENSED; break; in GetFcSubstitute()
1555 case psp::width::Condensed: aRet.meWidthType = WIDTH_CONDENSED; break; in GetFcSubstitute()
1556 case psp::width::SemiCondensed: aRet.meWidthType = WIDTH_SEMI_CONDENSED; break; in GetFcSubstitute()
1557 case psp::width::Normal: aRet.meWidthType = WIDTH_NORMAL; break; in GetFcSubstitute()
1558 case psp::width::SemiExpanded: aRet.meWidthType = WIDTH_SEMI_EXPANDED; break; in GetFcSubstitute()
1559 case psp::width::Expanded: aRet.meWidthType = WIDTH_EXPANDED; break; in GetFcSubstitute()
1560 case psp::width::ExtraExpanded: aRet.meWidthType = WIDTH_EXTRA_EXPANDED; break; in GetFcSubstitute()
1561 case psp::width::UltraExpanded: aRet.meWidthType = WIDTH_ULTRA_EXPANDED; break; in GetFcSubstitute()