Searched refs:glyph (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XTextLayout.idl | 95 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 D | TextHit.idl | 54 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 D | StringContext.idl | 32 here, because in several languages, glyph selection is context
|
H A D | XCanvasFont.idl | 84 Optional random seed for OpenType glyph variations.
|
H A D | XCanvas.idl | 533 font-specific optional layout features, like glyph
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 1131 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 D | graphite_adaptors.cxx | 299 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 D | gcach_layout.cxx | 212 virtual void getGlyphAdvance( LEGlyphID glyph, LEPoint &advance ) const; 213 …virtual le_bool getGlyphPoint( LEGlyphID glyph, le_int32 pointNumber, LEPoint& point ) con…
|
H A D | graphite_layout.cxx | 1524 GlyphItem & glyph = mvGlyphs[nGlyphIndex]; in DropGlyph() local 1525 glyph.maGlyphId = GF_DROPPED; in DropGlyph()
|
/aoo41x/main/graphite/ |
H A D | graphite-2.3.1.patch | 504 // 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
|
/aoo41x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleTextType.idl | 84 /** Single glyph.
|
/aoo41x/main/cairo/ |
H A D | cairo-1.8.0.patch | 226 #include "cairo-type3-glyph-surface-private.h"
|
Completed in 59 milliseconds