Lines Matching refs:maImpl
2814 mutable GraphiteLayoutWinImpl maImpl; member in GraphiteWinLayout
2853 maImpl(mpFont, rWFE)
2868 maImpl.SetFeatures(mpFeatures);
2887 maImpl.clear();
2903 maImpl.SetFontScale(WinLayout::mfFontScale);
2907 gr::Segment * pSegment = maImpl.CreateSegment(args, &pSegRecord);
2909 gr::Segment * pSegment = maImpl.CreateSegment(args);
2918 bSucceeded = maImpl.LayoutGlyphs(args, pSegment, pSegRecord);
2920 bSucceeded = maImpl.LayoutGlyphs(args, pSegment);
2944 maImpl.DrawBase() = WinLayout::maDrawBase;
2945 maImpl.DrawOffset() = WinLayout::maDrawOffset;
2950 maImpl.AdjustLayout(rArgs);
2957 maImpl.DrawBase() = WinLayout::maDrawBase;
2958 maImpl.DrawOffset() = WinLayout::maDrawOffset;
2967 nGlyphs = maImpl.GetNextGlyphs(1, glyphIntStr, aPos, glyphIndex);
2981 int nBreak = maImpl.GetTextBreak(nMaxWidth, nCharExtra, nFactor);
2988 return maImpl.FillDXArray(pDXArray);
2993 maImpl.GetCaretPositions(nArraySize, pCaretXArray);
2999 maImpl.DrawBase() = WinLayout::maDrawBase;
3000 maImpl.DrawOffset() = WinLayout::maDrawOffset;
3001 return maImpl.GetNextGlyphs(length, glyph_out, pos_out, glyph_slot, glyph_adv, char_index);
3006 maImpl.MoveGlyph(glyph_idx, new_x_pos);
3011 maImpl.DropGlyph(glyph_idx);
3016 maImpl.Simplify(is_base);