Home
last modified time | relevance | path

Searched refs:pSegRecord (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx133 bool LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSegRecord);
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx592 GrSegRecord * pSegRecord = NULL; in LayoutText() local
609 if (pSegRecord) pSegRecord->unlock(); in LayoutText()
740 if (*pSegRecord) in CreateSegment()
762 *pSegRecord = NULL; in CreateSegment()
832 if (pSegRecord && (pSegRecord->glyphs().size() > 0) && in LayoutGlyphs()
833 (pSegRecord->fontScale() == mfScaling) && in LayoutGlyphs()
836 mnWidth = pSegRecord->width(); in LayoutGlyphs()
837 mvGlyphs = pSegRecord->glyphs(); in LayoutGlyphs()
838 mvCharDxs = pSegRecord->charDxs(); in LayoutGlyphs()
840 mvGlyph2Char = pSegRecord->glyph2Char(); in LayoutGlyphs()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2906 GrSegRecord * pSegRecord = NULL; local
2907 gr::Segment * pSegment = maImpl.CreateSegment(args, &pSegRecord);
2918 bSucceeded = maImpl.LayoutGlyphs(args, pSegment, pSegRecord);
2925 if (pSegRecord) pSegRecord->unlock();

Completed in 45 milliseconds