Searched refs:xMax (Results 1 – 4 of 4) sorted by relevance
24 uint16 xMin, yMin, xMax, yMax; member
80 uint32 width = header.xMax - header.xMin + 1; in convert_data_to_bits()274 uint16 width = header.xMax - header.xMin + 1; in convert_pcx_to_bits()
67 double xMax = ceil(fSource->width); in GetIcon() local81 BRect boundingBox(xMin, yMin, xMax, yMax); in GetIcon()
1119 fBounds.right = (float)bounds.xMax / (float)face->units_per_EM; in BoundingBox()