Lines Matching defs:bounds
135 SkRect bounds;
136 font.getBounds(&g, 1, &bounds, nullptr);
137 stemV = std::min(stemV, SkToS16(SkScalarRoundToInt(bounds.width())));
146 SkRect bounds;
147 font.getBounds(&g, 1, &bounds, nullptr);
148 capHeight += bounds.height();
450 SkIRect bounds = mask.fBounds;
454 bm.allocPixels(SkImageInfo::MakeA8(bounds.width(), bounds.height()));
457 uint8_t v = *mask.getAddr1(x8 + bounds.x(), y + bounds.y());
465 return {bm.asImage(), {bounds.x(), bounds.y()}};
467 bm.installPixels(SkImageInfo::MakeA8(bounds.width(), bounds.height()),
470 {bounds.x(), bounds.y()}};
472 bm.installPixels(SkImageInfo::MakeN32Premul(bounds.width(), bounds.height()),
475 {bounds.x(), bounds.y()}};