Lines Matching refs:GraphiteLayout

159 const int GraphiteLayout::EXTRA_CONTEXT_LENGTH = 10;
169 GraphiteLayout::Glyphs::fill_from(gr::Segment & rSegment, ImplLayoutArgs &rArgs, in fill_from()
340 std::pair<float,float> GraphiteLayout::Glyphs::appendCluster(gr::Segment& rSeg, in appendCluster()
463 GraphiteLayout::Glyphs::append(gr::Segment &segment, ImplLayoutArgs &args, gr::GlyphInfo & gi, floa… in append()
539 GraphiteLayout::GraphiteLayout(const gr::Font & font, const grutils::GrFeatureParser * pFeatures) t… in GraphiteLayout() function in GraphiteLayout
562 GraphiteLayout::~GraphiteLayout() throw() in ~GraphiteLayout()
569 void GraphiteLayout::clear() in clear()
589 bool GraphiteLayout::LayoutText(ImplLayoutArgs & rArgs) in LayoutText()
694 gr::Segment * GraphiteLayout::CreateSegment(ImplLayoutArgs& rArgs, GrSegRecord ** pSegRecord) in CreateSegment()
696 gr::Segment * GraphiteLayout::CreateSegment(ImplLayoutArgs& rArgs) in CreateSegment()
824 bool GraphiteLayout::LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSeg… in LayoutGlyphs()
826 bool GraphiteLayout::LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment) in LayoutGlyphs()
907 int GraphiteLayout::GetTextBreak(long maxmnWidth, long char_extra, int factor) const in GetTextBreak()
945 long GraphiteLayout::FillDXArray( sal_Int32* pDXArray ) const in FillDXArray()
985 void GraphiteLayout::AdjustLayout(ImplLayoutArgs& rArgs) in AdjustLayout()
1025 void GraphiteLayout::expandOrCondense(ImplLayoutArgs &rArgs) in expandOrCondense()
1087 void GraphiteLayout::ApplyDXArray(ImplLayoutArgs &args, std::vector<int> & rDeltaWidth) in ApplyDXArray()
1207 void GraphiteLayout::kashidaJustify(std::vector<int>& rDeltaWidths, sal_GlyphId nKashidaIndex, int … in kashidaJustify()
1279 void GraphiteLayout::GetCaretPositions( int nArraySize, sal_Int32* pCaretXArray ) const in GetCaretPositions()
1289 bool bRtl = const_cast<GraphiteLayout*>(this)->maLayout.rightToLeft(); in GetCaretPositions()
1403 int GraphiteLayout::GetNextGlyphs( int length, sal_GlyphId * glyph_out, in GetNextGlyphs()
1492 void GraphiteLayout::MoveGlyph( int nGlyphIndex, long nNewPos ) in MoveGlyph()
1519 void GraphiteLayout::DropGlyph( int nGlyphIndex ) in DropGlyph()
1531 void GraphiteLayout::Simplify( bool isBaseLayout ) in Simplify()