Home | History | Annotate | Download | only in hwui

Lines Matching full:bounds

613     Rect bounds;
614 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds, positions);
617 uint32_t paddedWidth = (uint32_t) (bounds.right - bounds.left) + 2 * intRadius;
618 uint32_t paddedHeight = (uint32_t) (bounds.top - bounds.bottom) + 2 * intRadius;
639 int penX = intRadius - bounds.left;
640 int penY = intRadius - bounds.bottom;
642 if ((bounds.right > bounds.left) && (bounds.top > bounds.bottom)) {
644 // NOTE: bounds.isEmpty() can't be used here, since vertical coordinates are inverted
664 void FontRenderer::initRender(const Rect* clip, Rect* bounds, Functor* functor) {
668 mBounds = bounds;
692 const float* positions, Rect* bounds, Functor* functor, bool forceFinish) {
698 initRender(clip, bounds, functor);
710 float hOffset, float vOffset, Rect* bounds, Functor* functor) {
716 initRender(clip, bounds, functor);