Searched refs:fontBounds (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkTextBlob.cpp416 const SkRect fontBounds = paint.getFontBounds(); local
417 bounds.fLeft += fontBounds.left();
418 bounds.fTop += fontBounds.top();
419 bounds.fRight += fontBounds.right();
420 bounds.fBottom += fontBounds.bottom();

Completed in 127 milliseconds