Home
last modified time | relevance | path

Searched refs:width (Results 151 – 175 of 896) sorted by last modified time

12345678910>>...36

/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2488 aRect.width = nWidth; in UnionClipRegion()
2520 … gtk_window_resize( GTK_WINDOW(m_pWindow), pEvent->xconfigure.width, pEvent->xconfigure.height ); in Dispatch()
2522 pEvent->xconfigure.width ) || in Dispatch()
2526 maGeometry.nWidth = pEvent->xconfigure.width; in Dispatch()
2811 …struct SalPaintEvent aEvent( pEvent->area.x, pEvent->area.y, pEvent->area.width, pEvent->area.heig… in signalExpose()
2988 …if( pEvent->width != (int)pThis->maGeometry.nWidth || pEvent->height != (int)pThis->maGeometry.nHe… in signalConfigure()
2991 pThis->maGeometry.nWidth = pEvent->width; in signalConfigure()
3004 pThis->maGeometry.nRightDecoration = aRect.x + aRect.width - x - pEvent->width; in signalConfigure()
3351 aArea.width = aPosEvent.mnWidth; in updateIMSpotLocation()
H A Dgtkobject.cxx120 aRect.width = nWidth; in UnionClipRegion()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx79 int width, height; in copyJobDataToJobSetup() local
81 rData.m_aContext.getPageSize( aPaper, width, height ); in copyJobDataToJobSetup()
88 width = PtTo10Mu( width ); in copyJobDataToJobSetup()
93 pJobSetup->mnPaperWidth = width; in copyJobDataToJobSetup()
99 pJobSetup->mnPaperHeight= width; in copyJobDataToJobSetup()
680 int width, height; in GetPageInfo() local
687 aData.m_aContext.getPageSize( aPaper, width, height ); in GetPageInfo()
692 aData.m_aContext.getPageSize( aPaper, height, width ); in GetPageInfo()
696 rPageWidth = width * nDPI / 72; in GetPageInfo()
700 rOutWidth = ( width - left - right ) * nDPI / 72; in GetPageInfo()
H A Dsvppspgraphics.cxx570 if( aMetric.width == -1 && aMetric.height == -1 ) in LayoutText()
1053 pWidths[i] = (aMetrics[i].width > 0 ? aMetrics[i].width : 0); in DoGetEmbedFontData()
1104 FontWidth PspGraphics::ToFontWidth (psp::width::type eWidth) in ToFontWidth()
1108 case psp::width::UltraCondensed: return WIDTH_ULTRA_CONDENSED; in ToFontWidth()
1110 case psp::width::Condensed: return WIDTH_CONDENSED; in ToFontWidth()
1111 case psp::width::SemiCondensed: return WIDTH_SEMI_CONDENSED; in ToFontWidth()
1112 case psp::width::Normal: return WIDTH_NORMAL; in ToFontWidth()
1113 case psp::width::SemiExpanded: return WIDTH_SEMI_EXPANDED; in ToFontWidth()
1114 case psp::width::Expanded: return WIDTH_EXPANDED; in ToFontWidth()
1115 case psp::width::ExtraExpanded: return WIDTH_EXTRA_EXPANDED; in ToFontWidth()
[all …]
H A Dsvppspgraphics.hxx84 static FontWidth ToFontWidth (psp::width::type eWidth);
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx240 … m_aXineramaScreenIndexMap[i] = addXineramaScreenUnique( dest.x, dest.y, dest.width, dest.height ); in monitorsChanged()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1156 clipRect.width = it->GetWidth(); in NWPaintGTKButton()
1302 clipRect.width = it->GetWidth(); in NWPaintGTKRadio()
1349 clipRect.width = it->GetWidth(); in NWPaintGTKCheck()
1798 clipRect.width = it->GetWidth(); in NWPaintGTKEditBox()
2147 clipRect.width = it->GetWidth(); in NWPaintGTKComboBox()
2431 clipRect.width = it->GetWidth(); in NWPaintGTKListBox()
2560 clipRect.width = it->GetWidth(); in NWPaintGTKToolbar()
2654 clipRect.width = it->GetWidth(); in NWPaintGTKMenubar()
2748 clipRect.width = it->GetWidth(); in NWPaintGTKPopupMenu()
3140 width = pIndicatorSize->width; in NWGetListBoxButtonRect()
[all …]
/trunk/main/vcl/unx/generic/window/
H A Dsalobj.cxx237 aRect->width = (unsigned short) nWidth; in UnionClipRegion()
308 win_size.width = win_attrib.width; in ResetClipRegion()
H A Dsalframe.cxx1424 maGeometry.nWidth = rWidth = aAttrib.width; in GetClientSize()
1983 values.width = rPosSize.GetWidth(); in SetPosSize()
1986 if( !values.width || !values.height ) in SetPosSize()
2077 maGeometry.nWidth = values.width; in SetPosSize()
3631 aRect.width = pEvent->xexpose.width; in HandleExposeEvent()
3639 aRect.width = pEvent->xgraphicsexpose.width; in HandleExposeEvent()
3751 pEvent->width, in HandleSizeEvent()
3777 nWidth_ = pEvent->width; in HandleSizeEvent()
3785 maGeometry.nWidth = pEvent->width; in HandleSizeEvent()
4467 win_size.width = win_attrib.width; in ResetClipRegion()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkcomponent.cxx202 gint *width, in component_wrapper_get_size() argument
211 *width = aSize.Width; in component_wrapper_get_size()
215 fprintf(stderr, "getSize() returned: ( %u, %u )\n", *width, *height ); in component_wrapper_get_size()
231 gint *width, in component_wrapper_get_extents() argument
236 component_wrapper_get_size( component, width, height ); in component_wrapper_get_extents()
H A Datkimage.cxx98 gint *width, in image_get_image_size() argument
101 *width = 0; in image_get_image_size()
107 *width = pImage->getAccessibleImageWidth(); in image_get_image_size()
H A Datklistener.cxx329 &rect.width, in notifyEvent()
H A Datktext.cxx656 gint *width, in text_wrapper_get_character_extents() argument
664 *x = *y = *width = *height = 0; in text_wrapper_get_character_extents()
678 *width = aRect.Width; in text_wrapper_get_character_extents()
683 offset, coords, *x, *y, *width, *height); in text_wrapper_get_character_extents()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx640 int w = b_vert ? p_bbox->height : p_bbox->width; in getCharWidth()
648 p_bbox->width = -1; in getCharMetric()
680 if (p_bbox->width >= 0 && p_bbox->height >= 0) in getCharMetric()
687 if (p_bbox->width >= 0 && p_bbox->height >= 0) in getCharMetric()
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx604 aGlyphInfo.width = maRawBitmap.mnWidth; in GetXRGlyph()
H A Dpspgraphics.cxx629 if( aMetric.width == -1 && aMetric.height == -1 ) in LayoutText()
1159 pWidths[i] = (aMetrics[i].width > 0 ? aMetrics[i].width : 0); in DoGetEmbedFontData()
1209 FontWidth PspGraphics::ToFontWidth (psp::width::type eWidth) in ToFontWidth()
1215 case psp::width::Condensed: return WIDTH_CONDENSED; in ToFontWidth()
1216 case psp::width::SemiCondensed: return WIDTH_SEMI_CONDENSED; in ToFontWidth()
1217 case psp::width::Normal: return WIDTH_NORMAL; in ToFontWidth()
1218 case psp::width::SemiExpanded: return WIDTH_SEMI_EXPANDED; in ToFontWidth()
1219 case psp::width::Expanded: return WIDTH_EXPANDED; in ToFontWidth()
1220 case psp::width::ExtraExpanded: return WIDTH_EXTRA_EXPANDED; in ToFontWidth()
1221 case psp::width::UltraExpanded: return WIDTH_ULTRA_EXPANDED; in ToFontWidth()
[all …]
H A Dsalbmp.cxx503 int width = aAttribute.width; in SnapShot() local
511 width = width + x; in SnapShot()
515 if (x > aRootAttribute.width) in SnapShot()
517 width = 0; in SnapShot()
518 x = aRootAttribute.width; in SnapShot()
521 if (x + width > aRootAttribute.width) in SnapShot()
523 width = aRootAttribute.width - x; in SnapShot()
544 if ((width > 0) && (height > 0)) in SnapShot()
547 x, y, width, height, AllPlanes, ZPixmap ); in SnapShot()
901 maTwoRect.mnSrcWidth = pImage->width; in ImplSalDDB()
[all …]
H A Dsalgdi.cxx610 aRect.width = (unsigned short)nW; in setClipRegion()
968 aXRect.x, aXRect.y, aXRect.width, aXRect.height ); in drawPolyPolygon()
H A Dsalgdi2.cxx53 fprintf( stderr, "%s %d %d %d\n", s, p->depth, p->width, p->height );
54 int nW = Min( 64, p->width*p->bits_per_pixel >> 3 );
270 if( int(nX + nDX) <= int(aRect.x) || nX >= int(aRect.x + aRect.width) ) in Clip()
281 else if( int(nX + nDX) > int(aRect.x + aRect.width) ) in Clip()
282 nDX = aRect.x + aRect.width - nX; in Clip()
439 …SalPaintEvent aPEvt( aEvent.xexpose.x, aEvent.xexpose.y, aEvent.xexpose.width+1, aEvent.xexpose.he… in YieldGraphicsExpose()
454 …Event.xgraphicsexpose.x, aEvent.xgraphicsexpose.y, aEvent.xgraphicsexpose.width+1, aEvent.xgraphic… in YieldGraphicsExpose()
1043 if( nX + nDX > aAttrib.width ) in getBitmap()
1044 nDX = aAttrib.width - nX; in getBitmap()
H A Dsalgdi3.cxx304 { (*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()
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()
1167 aInfo.m_eWidth = psp::width::Condensed; in GetFCFontOptions()
1173 aInfo.m_eWidth = psp::width::Normal; in GetFCFontOptions()
1179 aInfo.m_eWidth = psp::width::Expanded; in GetFCFontOptions()
1188 aInfo.m_eWidth = psp::width::Unknown; in GetFCFontOptions()
[all …]
H A Dsalprnpsp.cxx130 int width, height; in copyJobDataToJobSetup() local
132 rData.m_aContext.getPageSize( aPaper, width, height ); in copyJobDataToJobSetup()
140 width = PtTo10Mu( width ); in copyJobDataToJobSetup()
145 pJobSetup->mnPaperWidth = width; in copyJobDataToJobSetup()
151 pJobSetup->mnPaperHeight= width; in copyJobDataToJobSetup()
794 int width, height; in GetPageInfo() local
801 aData.m_aContext.getPageSize( aPaper, width, height ); in GetPageInfo()
806 aData.m_aContext.getPageSize( aPaper, height, width ); in GetPageInfo()
810 rPageWidth = width * nDPI / 72; in GetPageInfo()
814 rOutWidth = ( width - left - right ) * nDPI / 72; in GetPageInfo()
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx574 int code = 0, width = 0, i = 0, error = 0, tokenlen;
600 width = atoi(keyword);
628 width = 250;
631 cwi[i] = width;
H A Dfontcache.cxx201 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricX.width ) ); in flush()
205 aLine.Append( ByteString::CreateFromInt32( (*it)->m_aGlobalMetricY.width ) ); in flush()
405 pFont->m_eWidth = (width::type)atoi( pLine+nTokenPos[4] ); in read()
413 pFont->m_aGlobalMetricX.width in read()
417 pFont->m_aGlobalMetricY.width in read()
H A Dfontmanager.cxx177 width::type eWidth = width::Unknown; in parseWidth()
180 eWidth = width::SemiExpanded; in parseWidth()
183 eWidth = width::Condensed; in parseWidth()
190 eWidth = width::Expanded; in parseWidth()
198 eWidth = width::Normal; in parseWidth()
344 m_eWidth( width::Unknown ), in PrintFont()
464 rChar.width = m_aGlobalMetricY.width; in queryMetricPage()
952 m_aGlobalMetricX.width = m_aGlobalMetricY.width = in readAfmMetrics()
1050 aMetric.width = m_aGlobalMetricX.width/4; in readAfmMetrics()
1932 switch( aInfo.width ) in analyzeTrueTypeFile()
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx291 …nager::createCursor( const char* pPointerData, const char* pMaskData, int width, int height, int h… in createCursor() argument
309 width, in createCursor()
315 width, in createCursor()

Completed in 204 milliseconds

12345678910>>...36