Lines Matching defs:width
40 int width,
45 int rowWritesLeft = width;
61 const int width = glyph.width();
74 memcpy(dst, src, width * bbp);
87 expand_bits(bytes, bits, width, height, dstRB, srcRB);
92 expand_bits(rgb565, bits, width, height, dstRB, srcRB);
112 for (int x = 0; x < width; x++) {
130 sk_bzero(dst, width * bpp);
158 const int width = skGlyph.width() + 2*padding;
160 int rowBytes = width * bytesPerPixel;
177 width,
193 int width, int height, const void* image,
195 return this->getAtlas(format)->addToAtlas(resourceProvider, target, width, height, image,
307 if ((format == kA8_GrMaskFormat) && (fAtlasConfig.getARGBDimensions().width() > 512)) {
319 atlasDimensions.width(), atlasDimensions.height(),
320 plotDimensions.width(), plotDimensions.height(),