Searched refs:glyphBounds (Results 1 – 1 of 1) sorted by relevance
515 MinikinRect glyphBounds; in LayoutPiece() local522 glyphBounds.mLeft = roundf(HBFixedToFloat(extents.x_bearing)); in LayoutPiece()523 glyphBounds.mTop = roundf(HBFixedToFloat(-extents.y_bearing)); in LayoutPiece()524 glyphBounds.mRight = roundf(HBFixedToFloat(extents.x_bearing + extents.width)); in LayoutPiece()525 glyphBounds.mBottom = in LayoutPiece()528 fakedFont.font->typeface()->GetBounds(&glyphBounds, glyph_ix, paint, in LayoutPiece()531 glyphBounds.offset(xoff, yoff); in LayoutPiece()539 glyphBounds.offset(x, y); in LayoutPiece()540 mBounds.join(glyphBounds); in LayoutPiece()