Home
last modified time | relevance | path

Searched refs:pitch (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx81 namespace pitch namespace
162 pitch::type m_ePitch;
174 m_ePitch( pitch::Unknown ), in FastPrintFontInfo()
276 pitch::type m_ePitch;
359 pitch::type ePitch;
533 pitch::type getFontPitch( fontID nFontID ) const in getFontPitch()
536 return pFont ? pFont->m_ePitch : pitch::Unknown; in getFontPitch()
735 width::type& rWidth, pitch::type& rPitch) const;
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx672 pitch::type convertSpacing(int spacing) in convertSpacing()
676 return pitch::Fixed; in convertSpacing()
677 return pitch::Variable; in convertSpacing()
927 italic::type eItalic, weight::type eWeight, width::type eWidth, pitch::type ePitch) in addtopattern()
980 if( ePitch != pitch::Unknown ) in addtopattern()
985 case pitch::Fixed: nSpacing = FC_MONO;break; in addtopattern()
986 case pitch::Variable: nSpacing = FC_PROPORTIONAL;break; in addtopattern()
999 width::type &rWidth, pitch::type &rPitch) const in Substitute()
1292 rtl::OUString&, const rtl::OString&, italic::type, weight::type, width::type, pitch::type) const in Substitute()
H A Dfontmanager.cxx346 m_ePitch( pitch::Unknown ), in PrintFont()
813 m_ePitch = pInfo->gfi->isFixedPitch ? pitch::Fixed : pitch::Variable; in readAfmMetrics()
1528 rEntry.ePitch = pitch::Fixed; in parseXLFD()
1530 rEntry.ePitch = pitch::Variable; in parseXLFD()
1725 aXLFD.append( pFont->m_ePitch == pitch::Fixed ? "m" : "p" ); in getXLFD()
1947 pFont->m_ePitch = aInfo.pitch ? pitch::Fixed : pitch::Variable; in analyzeTrueTypeFile()
2432 equalPitch (psp::pitch::type from, psp::pitch::type to) in equalPitch()
2464 pitch::type ePitch;
2470 pitch::type ePt, in BuiltinFontIdentifier()
3992 pFont->m_ePitch = static_cast<pitch::type>(getInt(pProps[n].Value)); in readOverrideMetrics()
H A Dfontcache.cxx406 pFont->m_ePitch = (pitch::type)atoi( pLine+nTokenPos[5] ); in read()
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormatField.idl139 /** contains the value of the pitch of the western font.
143 /** contains the value of the pitch of the asian font.
147 /** contains the value of the pitch of the complex font.
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx1511 psp::pitch::type ePitch = psp::pitch::Unknown; in GetFcSubstitute()
1516 case PITCH_FIXED: ePitch=psp::pitch::Fixed; break; in GetFcSubstitute()
1517 case PITCH_VARIABLE: ePitch=psp::pitch::Variable; break; in GetFcSubstitute()
1568 case psp::pitch::Fixed: aRet.mePitch = PITCH_FIXED; break; in GetFcSubstitute()
1569 case psp::pitch::Variable: aRet.mePitch = PITCH_VARIABLE; break; in GetFcSubstitute()
H A Dpspgraphics.cxx1252 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch()
1256 case psp::pitch::Fixed: return PITCH_FIXED; in ToFontPitch()
1257 case psp::pitch::Variable: return PITCH_VARIABLE; in ToFontPitch()
1258 case psp::pitch::Unknown: return PITCH_DONTKNOW; in ToFontPitch()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1514 rRawBitmap.mnScanlineSize = (nLineBytes > rBitmapFT.pitch) ? nLineBytes : rBitmapFT.pitch; in GetGlyphBitmap1()
1519 rRawBitmap.mnScanlineSize = rBitmapFT.pitch; in GetGlyphBitmap1()
1542 memcpy( pDstLine, pSrcLine, rBitmapFT.pitch ); in GetGlyphBitmap1()
1544 pSrcLine += rBitmapFT.pitch; in GetGlyphBitmap1()
1665 rRawBitmap.mnScanlineSize = bEmbedded ? rBitmapFT.width : rBitmapFT.pitch; in GetGlyphBitmap8()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx742 const char* pitch = NULL; in WriteRunProperties() local
757 XML_pitchFamily, pitch, in WriteRunProperties()
764 const char* pitch = NULL; in WriteRunProperties() local
777 XML_pitchFamily, pitch, in WriteRunProperties()
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.src54 Text [ en-US ] = "Hori~zontal pitch" ;
76 Text [ en-US ] = "~Vertical pitch" ;
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl289 /** This attribute contains the font pitch as specified in com.sun.star.awt.FontPitch.
500 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
579 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1141 FontPitch PspGraphics::ToFontPitch (psp::pitch::type ePitch) in ToFontPitch()
1145 case psp::pitch::Fixed: return PITCH_FIXED; in ToFontPitch()
1146 case psp::pitch::Variable: return PITCH_VARIABLE; in ToFontPitch()
H A Dsvppspgraphics.hxx86 static FontPitch ToFontPitch (psp::pitch::type ePitch);
/trunk/main/offapi/com/sun/star/awt/
H A DFontPitch.idl42 /** specifies that the pitch for this font is unknown.
H A DFontDescriptor.idl89 /** specifies the pitch of the font.
/trunk/main/offapi/com/sun/star/style/
H A DCharacterPropertiesAsian.idl72 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
H A DCharacterPropertiesComplex.idl72 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
H A DCharacterProperties.idl85 /** This property contains the font pitch.
/trunk/main/vcl/inc/
H A Dsft.hxx215 int pitch; /**< 0: proportianal font, otherwise: monospaced */ member
/trunk/main/offapi/com/sun/star/formula/
H A DSymbolDescriptor.idl72 /** Specifies the pitch of the font.
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h77 static FontPitch ToFontPitch (psp::pitch::type ePitch);
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dselectors.properties96 attr.style.text-properties.style.font-pitch=com.sun.star.report.pentaho.parser.stylemapper.style.Fo…
/trunk/main/vcl/unx/kde4/
H A DKDESalFrame.cxx170 if( aInfo.m_ePitch != psp::pitch::Unknown ) in toFont()
/trunk/main/oox/source/dump/
H A Ddumperbase.ini303 0x0F=uint8,dec,pitch,FONT-PITCH
/trunk/main/vcl/source/gdi/
H A Dfont.cxx936 o_rResult.SetPitch( (aInfo.pitch == 0) ? PITCH_VARIABLE : PITCH_FIXED ); in identifyTrueTypeFont()

Completed in 187 milliseconds

123