Lines Matching refs:aBounds
225 std::pair <float,float> aBounds = in fill_from() local
230 fMinX = std::min(aBounds.first, fMinX); in fill_from()
231 fMaxX = std::max(aBounds.second, fMaxX); in fill_from()
289 std::pair <float,float> aBounds = in fill_from() local
294 fMinX = std::min(aBounds.first, fMinX); in fill_from()
295 fMaxX = std::max(aBounds.second, fMaxX); in fill_from()
350 std::pair <float, float> aBounds; in appendCluster() local
351 aBounds.first = aFirstGlyph.origin(); in appendCluster()
352 aBounds.second = aFirstGlyph.origin(); in appendCluster()
410 aBounds.second = std::max(fSegmentAdvance, aBounds.second); in appendCluster()
416 aBounds.second = std::max(fNextOrigin, aBounds.second); in appendCluster()
419 aBounds.first = std::min(aGlyph.origin(), aBounds.first); in appendCluster()
436 round2long(aBounds.second * fScaling) + rDXOffset; in appendCluster()
457 return aBounds; in appendCluster()