Lines Matching refs:first

129         return is_subrange(s.first, s.second, b, e);  in is_subrange()
176 int nGlyphs = iGlyphs.second - iGlyphs.first; in fill_from()
199 for (gi = iGlyphs.first + nGlyphIndex; in fill_from()
201 nGlyphIndex+= nDelta, gi = iGlyphs.first + nGlyphIndex) in fill_from()
230 fMinX = std::min(aBounds.first, fMinX); in fill_from()
250 gr::GlyphSetIterator gj = charGlyphs.first; in fill_from()
260 for (gr::GlyphSetIterator agi = iAttached.first; agi != iAttached.second; ++agi) in fill_from()
294 fMinX = std::min(aBounds.first, fMinX); in fill_from()
347 int nGlyphs = iGlyphs.second - iGlyphs.first; in appendCluster()
349 gr::GlyphInfo aFirstGlyph = *(iGlyphs.first + nFirstGlyphInCluster); in appendCluster()
351 aBounds.first = aFirstGlyph.origin(); in appendCluster()
366 nPrevBreakWeight = (iGlyphs.first + (nFirstGlyphInCluster - 1))->breakweight(); in appendCluster()
405 gr::GlyphInfo aGlyph = *(iGlyphs.first + j); in appendCluster()
414 gr::GlyphInfo aNextGlyph = *(iGlyphs.first + j + nDelta); in appendCluster()
419 aBounds.first = std::min(aGlyph.origin(), aBounds.first); in appendCluster()
471 if (iAttached.first != iAttached.second) in append()
473 nextOrigin = iAttached.first->origin(); in append()
527 for (gr::GlyphSetIterator agi = iAttached.first; agi != iAttached.second; ++agi) in append()
758 if (aGlyphSet.first == aGlyphSet.second) in CreateSegment()
766 while (aGlyphSet.first != aGlyphSet.second) in CreateSegment()
768 int lastChar = static_cast<int>((*aGlyphSet.first).lastChar()); in CreateSegment()
775 aGlyphSet.first++; in CreateSegment()