Home
last modified time | relevance | path

Searched refs:xMax (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/translators/pcx/
H A DPCX.h24 uint16 xMin, yMin, xMax, yMax; member
H A DPCX.cpp80 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()
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp67 double xMax = ceil(fSource->width); in GetIcon() local
81 BRect boundingBox(xMin, yMin, xMax, yMax); in GetIcon()
/haiku/src/servers/app/
H A DServerFont.cpp1119 fBounds.right = (float)bounds.xMax / (float)face->units_per_EM; in BoundingBox()