Lines Matching defs:width
61 int width, int height, size_t rowBytes) {
62 SkASSERT(width);
63 SkASSERT(width * sizeof(uint32_t) <= rowBytes);
65 if (width >= 32) {
67 sk_memset32(ptr, value, width);
74 rowBytes -= width * sizeof(uint32_t);
76 if (width >= 8) {
78 int w = width;
94 int w = width;
187 if (!fCG || fSize.fWidth < glyph.width() || fSize.fHeight < glyph.height()) {
188 if (fSize.fWidth < glyph.width()) {
189 fSize.fWidth = RoundSize(glyph.width());
242 sk_memset_rect32(image, bgColor, glyph.width(), glyph.height(), rowBytes);
283 glyph->fAdvanceX = SkFloatFromCGFloat(cgAdvance.width);
307 if (0 == cgAdvance.width && 0 == cgAdvance.height) {
320 cgBounds.size.width, cgBounds.size.height);
331 // and width and height into uint16_t, after outsetting by 1.
345 glyph->fWidth = SkToU16(skIBounds.width());
390 const int width = glyph.width();
396 for (int i = 0; i < width; ++i) {
422 const int width = glyph.width();
428 for (int i = 0; i < width; i++) {
504 const int width = glyph.fWidth;
508 cgpixels_to_bits(dst, cgPixels, width);
514 const int width = glyph.fWidth;
518 for (int x = 0; x < width; ++x) {