Home
last modified time | relevance | path

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

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