Home
last modified time | relevance | path

Searched refs:rGlyph (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx486 GraphicsContext& PDFIProcessor::getTransformGlyphContext( CharGlyph& rGlyph ) in getTransformGlyphContext() argument
488 geometry::RealRectangle2D rRect = rGlyph.getRect(); in getTransformGlyphContext()
489 geometry::Matrix2D rFontMatrix = rGlyph.getFontMatrix(); in getTransformGlyphContext()
499 FontAttributes aFontAttrs = m_aIdToFont[ rGlyph.getGC().FontId ]; in getTransformGlyphContext()
507 rGlyph.getGC().Transformation = rGlyph.getGC().Transformation * aFontTransform; in getTransformGlyphContext()
508 getGCId(rGlyph.getGC()); in getTransformGlyphContext()
510 return rGlyph.getGC(); in getTransformGlyphContext()
H A Dpdfiprocessor.hxx115 CharGlyph& rGlyph,
133 GraphicsContext& getTransformGlyphContext( CharGlyph& rGlyph );
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx530 const PolyPolygon & rGlyph = aGlyphs[ g ]; in Draw3DTextEntity() local
532 for ( c=0; c<rGlyph.Count(); c++ ) { in Draw3DTextEntity()
533 const Polygon & rContour = rGlyph[ c ]; in Draw3DTextEntity()
564 const PolyPolygon & rGlyph = aGlyphs[ g ]; in Draw3DTextEntity() local
567 for ( c=0; c<rGlyph.Count(); c++ ) { in Draw3DTextEntity()
568 const Polygon & rContour = rGlyph[ c ]; in Draw3DTextEntity()