Home
last modified time | relevance | path

Searched refs:glyph (Results 1 – 12 of 12) sorted by relevance

/trunk/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl95 Each glyph is represented by a separate
99 coordinate space, one for every glyph.
105 /** Query the ink bounding boxes for every glyph in the layouted
110 <type>XPolyPolygon2D</type> describing the glyph 'a' is
115 specifying the bounds, one for every glyph.
132 font coordinate space, one for every glyph.
144 glyph. There might be multiple glyphs per input character, or
145 multiple input characters per glyph). Adding up all
167 glyph. There might be multiple glyphs per input character, or
168 multiple input characters per glyph). This is useful to
H A DTextHit.idl54 trailing part. The leading edge is the part of the glyph on
56 language (i.e. the leading edge of an Arabic glyph is the
H A DStringContext.idl32 here, because in several languages, glyph selection is context
H A DXCanvasFont.idl84 Optional random seed for OpenType glyph variations.
H A DXCanvas.idl533 font-specific optional layout features, like glyph
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1131 aVector.x = -maFaceFT->glyph->metrics.horiAdvance; in ApplyGlyphTransform()
1299 int nCharWidth = pFaceFT->glyph->metrics.horiAdvance; in lcl_GetCharWidth()
1336 if( (rc==FT_Err_Ok) && (maFaceFT->glyph->format!=FT_GLYPH_FORMAT_BITMAP) ) in InitGlyphData()
1357 (*pFTEmbolden)( maFaceFT->glyph ); in InitGlyphData()
1363 rc = FT_Get_Glyph( maFaceFT->glyph, &pGlyphFT ); in InitGlyphData()
1453 (*pFTEmbolden)( maFaceFT->glyph ); in GetGlyphBitmap1()
1456 rc = FT_Get_Glyph( maFaceFT->glyph, &pGlyphFT ); in GetGlyphBitmap1()
1623 (*pFTEmbolden)( maFaceFT->glyph ); in GetGlyphBitmap8()
1626 rc = FT_Get_Glyph( maFaceFT->glyph, &pGlyphFT ); in GetGlyphBitmap8()
2309 (*pFTEmbolden)( maFaceFT->glyph ); in GetGlyphOutline()
[all …]
H A Dgraphite_adaptors.cxx299 if( aStatus != FT_Err_Ok || (!aFace->glyph)) in getGlyphMetrics()
307 (*pFTEmbolden)(aFace->glyph); in getGlyphMetrics()
310 (*pFTOblique)(aFace->glyph); in getGlyphMetrics()
312 const FT_Glyph_Metrics &gm = aFace->glyph->metrics; in getGlyphMetrics()
H A Dgcach_layout.cxx212 virtual void getGlyphAdvance( LEGlyphID glyph, LEPoint &advance ) const;
213 …virtual le_bool getGlyphPoint( LEGlyphID glyph, le_int32 pointNumber, LEPoint& point ) con…
H A Dgraphite_layout.cxx1524 GlyphItem & glyph = mvGlyphs[nGlyphIndex]; in DropGlyph() local
1525 glyph.maGlyphId = GF_DROPPED; in DropGlyph()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch504 // justification glyph attribute IDs
520 // linebreak glyph ID
586 + @param pislotFinalBreak - index of the final slot (LB or actual glyph), or -1;
1056 Y-offsets of a single glyph relative to the previous advance position.
1428 // Make sure the final positions are set for every glyph.
1611 @param islot - processed glyph it maps to
1620 @param islot - processed glyph it maps to
1679 that root glyph as one of its roots.
2181 + GlyphMetricMap * pGlyphMetricMap; // glyph metrics
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleTextType.idl84 /** Single glyph.
/trunk/main/cairo/
H A Dcairo-1.8.0.patch226 #include "cairo-type3-glyph-surface-private.h"

Completed in 62 milliseconds