Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextBlob.cpp461 const SkRect fontBounds = paint.getFontBounds(); in ConservativeRunBounds() local
462 if (fontBounds.isEmpty()) { in ConservativeRunBounds()
496 bounds.fLeft += fontBounds.left(); in ConservativeRunBounds()
497 bounds.fTop += fontBounds.top(); in ConservativeRunBounds()
498 bounds.fRight += fontBounds.right(); in ConservativeRunBounds()
499 bounds.fBottom += fontBounds.bottom(); in ConservativeRunBounds()