Searched refs:pSegRecord (Results 1 – 3 of 3) sorted by relevance
592 GrSegRecord * pSegRecord = NULL; in LayoutText() local609 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 …]
2906 GrSegRecord * pSegRecord = NULL; local2907 gr::Segment * pSegment = maImpl.CreateSegment(args, &pSegRecord);2918 bSucceeded = maImpl.LayoutGlyphs(args, pSegment, pSegRecord);2925 if (pSegRecord) pSegRecord->unlock();
133 bool LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSegRecord);
Completed in 37 milliseconds