Searched refs:skBounds (Results 1 – 1 of 1) sorted by relevance
82 SkRect skBounds; in GetBounds() local84 skFont.getWidths(&glyph16, 1, nullptr, &skBounds); in GetBounds()85 bounds->mLeft = skBounds.fLeft; in GetBounds()86 bounds->mTop = skBounds.fTop; in GetBounds()87 bounds->mRight = skBounds.fRight; in GetBounds()88 bounds->mBottom = skBounds.fBottom; in GetBounds()