Lines Matching defs:width
359 FontDefs::ATLAS_SIZE, // width
391 uint32_t width = bitmap.width + BORDER_WIDTH_X2;
424 atlas->widthLeft -= width;
426 hdr.colWidth = static_cast<uint16_t>(width);
443 uint16_t width;
482 uint32_t width = bitmap.width;
493 glyph.atlas.rect.w = static_cast<uint16_t>(width);
499 if (width > 0 && height > 0 && bitmap.pitch / bpp >= width) {
503 static_cast<uint16_t>(width),