Lines Matching refs:min
230 fMinX = std::min(aBounds.first, fMinX); in fill_from()
236 nLastGlyph = (bRtl)? std::min(nGlyphIndex, nAttachedBase) : in fill_from()
253 …nLastGlyph = (bRtl)? min(nLastGlyph, (signed)(*gj).logicalIndex()) : max(nLastGlyph, (signed)(*gj)… in fill_from()
262 …nLastGlyph = (bRtl)? min(nLastGlyph, (signed)(*agi).logicalIndex()) : max(nLastGlyph, (signed)(*ag… in fill_from()
294 fMinX = std::min(aBounds.first, fMinX); in fill_from()
419 aBounds.first = std::min(aGlyph.origin(), aBounds.first); in appendCluster()
466 int firstChar = std::min(gi.firstChar(), gi.lastChar()); in append()
724 const int nSegCharLimit = min(rArgs.mnLength, mnEndCharPos + EXTRA_CONTEXT_LENGTH); in CreateSegment()
1314 nMin = std::min(nMin, mvGlyphs[nCluster].maLinearPos.X()); in GetCaretPositions()
1315 … nMax = std::min(nMax, mvGlyphs[nCluster].maLinearPos.X() + mvGlyphs[nCluster].mnNewWidth); in GetCaretPositions()
1419 const int nGlyphSlotEnd = std::min(size_t(glyph_slot + length), mvGlyphs.size()); in GetNextGlyphs()