Home
last modified time | relevance | path

Searched refs:metrics (Results 1 – 25 of 84) sorted by relevance

1234

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx502 metrics->aw = metrics->lsb = metrics->ah = metrics->tsb = 0; in GetMetrics()
548 metrics->xMin = GetInt16(ptr, 2, 1); in GetSimpleTTOutline()
549 metrics->yMin = GetInt16(ptr, 4, 1); in GetSimpleTTOutline()
550 metrics->xMax = GetInt16(ptr, 6, 1); in GetSimpleTTOutline()
552 GetMetrics(ttf, glyphID, metrics); in GetSimpleTTOutline()
640 if (metrics) { in GetCompoundTTOutline()
645 GetMetrics(ttf, glyphID, metrics); in GetCompoundTTOutline()
703 if (metrics) GetMetrics(ttf, index, metrics); in GetCompoundTTOutline()
832 if (metrics) { in GetTTGlyphOutline()
842 if (metrics) GetMetrics(ttf, glyphID, metrics); in GetTTGlyphOutline()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java167 FontMetrics metrics = getFontMetrics(font); in update() local
168 int h = metrics.getHeight(); in update()
177 d.width = metrics.stringWidth(dummy) + 16; in update()
189 FontMetrics metrics = getFontMetrics(font); in paintComponent() local
195 int ascent = metrics.getMaxAscent(); in paintComponent()
196 int h = metrics.getHeight(); in paintComponent()
209 int w = metrics.stringWidth(text); in paintComponent()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java318 FontMetrics metrics = getFontMetrics(font); in update() local
319 int h = metrics.getHeight(); in update()
328 d.width = metrics.stringWidth(dummy) + 16; in update()
340 FontMetrics metrics = getFontMetrics(font); in paintComponent() local
346 int ascent = metrics.getMaxAscent(); in paintComponent()
347 int h = metrics.getHeight(); in paintComponent()
360 int w = metrics.stringWidth(text); in paintComponent()
/trunk/main/offapi/com/sun/star/document/
H A DPrinterIndependentLayout.idl38 /** use printer-dependent metrics for layout */
41 /** use printer-independent metrics for layout,
49 /** use printer-independent metrics for layout,
H A DSettings.idl267 /** forbid use of printer metrics for layout
/trunk/main/offapi/com/sun/star/rendering/
H A DFontMetrics.idl44 metrics) will be subject to that transformation. Depending on the
46 up to one device pixel from the transformed metrics.
H A DXSimpleCanvas.idl217 /** Request the font metrics of the current font.<p>
219 @return the font metrics of the currently selected font.
H A DXCanvasFont.idl102 cell size of 20 units, the metrics returned are calculated
H A DXTextLayout.idl87 metrics.<p>
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.hrc94 // metrics
162 // metrics
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx974 const FT_Size_Metrics& rMetrics = maFaceFT->size->metrics; in FetchFontMetric()
1102 const FT_Size_Metrics& rMetrics = maFaceFT->size->metrics; in ApplyGlyphTransform()
1131 aVector.x = -maFaceFT->glyph->metrics.horiAdvance; in ApplyGlyphTransform()
1299 int nCharWidth = pFaceFT->glyph->metrics.horiAdvance; in lcl_GetCharWidth()
1303 const FT_Size_Metrics& rMetrics = pFaceFT->size->metrics; in lcl_GetCharWidth()
1355 const bool bOriginallyZeroWidth = (maFaceFT->glyph->metrics.horiAdvance == 0); in InitGlyphData()
H A Dgcach_ftyp.hxx201 const FT_Size_Metrics& GetMetricsFT() const { return maSizeFT->metrics; } in GetMetricsFT()
H A Dgraphite_adaptors.cxx312 const FT_Glyph_Metrics &gm = aFace->glyph->metrics; in getGlyphMetrics()
/trunk/main/sfx2/source/dialog/
H A Dalienwarn.hrc38 // --------- general metrics ---------
/trunk/main/uui/source/
H A Dsecmacrowarnings.hrc29 // --------- general metrics ---------
/trunk/main/cui/source/options/
H A Dtreeopt.hrc64 // metrics
/trunk/main/offapi/com/sun/star/awt/
H A DSimpleFontMetric.idl33 /** describes the general metrics of a certain font.
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.hrc63 // metrics
/trunk/main/sw/source/ui/config/
H A Doptcomp.src97 Text [ en-US ] = "Use printer metrics for document formatting" ;
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch952 Calculate the composite metrics for this slot.
959 metrics for leaves (are they assumed to be accurate???)
1002 // this slot will be ignored in the composite metrics
1012 Calculate the metrics for this node and all its leaf nodes.
1513 // Make sure the metrics are the complete ones.
2181 + GlyphMetricMap * pGlyphMetricMap; // glyph metrics
/trunk/main/offapi/com/sun/star/sheet/
H A DGlobalSheetSettings.idl170 /** specifies whether printer metrics are used for display.
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.src231 Text [ en-US ] = "Us~e printer metrics for document formatting" ;
/trunk/main/svx/source/dialog/
H A Ddocrecovery.hrc184 // borrow basic metrics from TabPage Recovery
/trunk/main/xmlsecurity/source/dialogs/
H A Ddialogs.hrc44 // --------- general metrics ---------
/trunk/main/sc/source/ui/src/
H A Doptdlg.src712 Text [ en-US ] = "Use printer metrics for text formatting" ;

Completed in 95 milliseconds

1234