Searched refs:mpTextSrc (Results 1 – 2 of 2) sorted by relevance
540 : mpTextSrc(0), in GraphiteLayout()579 delete mpTextSrc; in clear()583 mpTextSrc=0; in clear()743 mpTextSrc = (*pSegRecord)->getTextSrc(); in CreateSegment()745 if (rArgs.mpStr != mpTextSrc->getLayoutArgs().mpStr || in CreateSegment()746 rArgs.mnMinCharPos != mpTextSrc->getLayoutArgs().mnMinCharPos || in CreateSegment()747 rArgs.mnEndCharPos != mpTextSrc->getLayoutArgs().mnEndCharPos || in CreateSegment()752 mpTextSrc->switchLayoutArgs(rArgs); in CreateSegment()786 mpTextSrc = new TextSourceAdaptor(rArgs, limit); in CreateSegment()787 if (mpFeatures) mpTextSrc->setFeatures(mpFeatures); in CreateSegment()[all …]
115 TextSourceAdaptor * mpTextSrc; // Text source. member in GraphiteLayout163 const TextSourceAdaptor * textSrc() const { return mpTextSrc; }; in textSrc()
Completed in 18 milliseconds