Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextBlob.cpp422 const SkRect fontBounds = paint.getFontBounds(); in ConservativeRunBounds() local
423 if (fontBounds.isEmpty()) { in ConservativeRunBounds()
457 bounds.fLeft += fontBounds.left(); in ConservativeRunBounds()
458 bounds.fTop += fontBounds.top(); in ConservativeRunBounds()
459 bounds.fRight += fontBounds.right(); in ConservativeRunBounds()
460 bounds.fBottom += fontBounds.bottom(); in ConservativeRunBounds()