Lines Matching defs:width
71 void setGlyphWidthAndBoundingBox(SkScalar width, SkIRect box,
73 // Specify width and bounding box for the glyph.
74 SkPDFUtils::AppendScalar(width, content);
130 // Figure out a good guess for StemV - Min width of i, I, !, 1.
137 stemV = std::min(stemV, SkToS16(SkScalarRoundToInt(bounds.width())));
454 bm.allocPixels(SkImageInfo::MakeA8(bounds.width(), bounds.height()));
456 for (int x8 = 0; x8 < bm.width(); x8 += 8) {
458 int e = std::min(x8 + 8, bm.width());
467 bm.installPixels(SkImageInfo::MakeA8(bounds.width(), bounds.height()),
472 bm.installPixels(SkImageInfo::MakeN32Premul(bounds.width(), bounds.height()),
608 AppendScalar(pimg.fImage->width() * bitmapScale, &content);