Home
last modified time | relevance | path

Searched refs:mnXOffset (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx98 struct SubPortion { int mnMinCharPos, mnEndCharPos; Fixed mnXOffset; }; member
421 nXOfsFixed = static_cast<Fixed>(static_cast<double>(+rSubPortion.mnXOffset) * cos( fRadians )); in DrawText()
422 nYOfsFixed = static_cast<Fixed>(static_cast<double>(+rSubPortion.mnXOffset) * sin( fRadians )); in DrawText()
513 nXOffset += r.mnXOffset; in GetNextGlyphs()
963 const Fixed nFixedDiff = aSubPortion.mnXOffset - nNextXOffset; in InitGIA()
974 aSubPortion.mnXOffset = nNextXOffset; in InitGIA()
1098 long mnXOffset, mnYOffset;
1134 mnXOffset = nXOffset;
1167 mpPointAry[ mnPointCount ] = Point( nXPos + mnXOffset, nYPos + mnYOffset );
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx142 rTargetPos += B2IPoint( pGcpHelper->maRawBitmap.mnXOffset, pGcpHelper->maRawBitmap.mnYOffset ); in GetGlyphBmp()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1034 int mnXOffset; member
1450 rVisualItem.mnXOffset = nXOffset;
1672 mpVisualItems[i].mnXOffset = (int)((double)mpVisualItems[i].mnXOffset*mfFontScale);
1827 long nXOffset = pVI->mnXOffset;
2022 long nDelta = nNewXPos - pVI->mnXOffset;
2042 pVI->mnXOffset += nDelta;
2048 pVI->mnXOffset += nDelta;
2055 pVI->mnXOffset += nDelta;
2267 nWidth = rVI.mnXOffset;
2347 nXPos = rVisualItem.mnXOffset;
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx469 rGlyphData.SetOffset( +maRawBitmap.mnXOffset, +maRawBitmap.mnYOffset ); in GetPixmap()
606 aGlyphInfo.x = -maRawBitmap.mnXOffset; in GetXRGlyph()
610 rGlyphData.SetOffset( +maRawBitmap.mnXOffset, +maRawBitmap.mnYOffset ); in GetXRGlyph()
H A Dsalgdi3.cxx668 const int nX1 = aPos.X() + pRawBitmap->mnXOffset; in DrawServerAAForcedString()
818 const int nX1 = aPos.X() + pRawBitmap->mnXOffset; in DrawServerAAForcedString()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1504 rRawBitmap.mnXOffset = +pBmpGlyphFT->left; in GetGlyphBitmap1()
1658 rRawBitmap.mnXOffset = +pBmpGlyphFT->left; in GetGlyphBitmap8()
H A Dgcach_rbmp.cxx183 mnXOffset = -(mnXOffset + mnWidth); in Rotate()
223 i = mnXOffset; in Rotate()
224 mnXOffset = mnYOffset; in Rotate()
237 i = mnXOffset; in Rotate()
238 mnXOffset = -(nNewWidth + mnYOffset); in Rotate()
/trunk/main/vcl/source/control/
H A Dedit.cxx281 mnXOffset = 0; in ImplInitEditData()
1013 if ( mnXOffset || HasPaintEvent() ) in ImplSetText()
1015 mnXOffset = 0; in ImplSetText()
1200 long nOldXOffset = mnXOffset; in ImplShowCursor()
1204 mnXOffset = - nTextPos; in ImplShowCursor()
1207 if ( mnXOffset > nMaxX ) in ImplShowCursor()
1208 mnXOffset = nMaxX; in ImplShowCursor()
1219 mnXOffset = nMaxNegX; in ImplShowCursor()
1227 if ( mnXOffset != nOldXOffset ) in ImplShowCursor()
1251 mnXOffset = 0; in ImplAlign()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx73 long mnXOffset; member in Edit
/trunk/main/vcl/inc/
H A Dglyphcache.hxx332 int mnXOffset; member in RawBitmap
/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx598 mnXOffset(0), in FontDescriptor()
613 mnXOffset(0), in FontDescriptor()
623 mnXOffset = rpDescriptor->mnXOffset; in FontDescriptor()
906 …PresenterConfigurationAccess::GetProperty(rxProperties, A2S("XOffset")) >>= pDescriptor->mnXOffset; in ReadFont()
H A DPresenterTheme.hxx98 sal_Int32 mnXOffset; member in sdext::presenter::PresenterTheme::FontDescriptor
H A DPresenterPaneBorderPainter.cxx535 pTopLeft->mnXOffset, pTopRight->mnXOffset, true, pTop, pBackground); in PaintBorder()
545 if (nCalloutX < pBottomLeft->mnXOffset + aCenterBox.X) in PaintBorder()
546 nCalloutX = pBottomLeft->mnXOffset + aCenterBox.X; in PaintBorder()
547 if (nCalloutX > pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width) in PaintBorder()
548 nCalloutX = pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width; in PaintBorder()
553 pBottomLeft->mnXOffset, nCalloutX-aCenterBox.Width, true, pBottom, pBackground); in PaintBorder()
555 nCalloutX+nCalloutWidth, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
561 pBottomLeft->mnXOffset, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
755 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap()
759 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
[all …]
H A DPresenterBitmapContainer.cxx304 … PresenterConfigurationAccess::GetProperty(rxProperties, gsXOffsetProperty) >>= pBitmap->mnXOffset; in LoadBitmap()
345 mnXOffset(0), in BitmapDescriptor()
367 mnXOffset(0), in BitmapDescriptor()
384 mnXOffset = rpDefault->mnXOffset; in BitmapDescriptor()
H A DPresenterBitmapContainer.hxx75 sal_Int32 mnXOffset; member in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor

Completed in 119 milliseconds