Lines Matching refs:bounds
64 SkRect bounds;
65 font.measureText(text, strlen(text), SkTextEncoding::kUTF8, &bounds);
66 y -= bounds.fTop;
68 y += bounds.fBottom;
76 font.measureText(bigtext1, strlen(bigtext1), SkTextEncoding::kUTF8, &bounds);
77 y -= bounds.fTop;
79 y += bounds.fBottom;
81 font.measureText(bigtext2, strlen(bigtext2), SkTextEncoding::kUTF8, &bounds);
82 y -= bounds.fTop;
84 y += bounds.fBottom;
90 font.measureText(emojiText, strlen(emojiText), SkTextEncoding::kUTF8, &bounds);
91 y -= bounds.fTop;
93 y += bounds.fBottom;
136 SkScalar stride = SkScalarCeilToScalar(fBlob->bounds().height());