Searched refs:yMax (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h240 int32 yMax = y2; local
241 if (this->fWeightsY[yMax].weight == 255)
242 yMax--;
247 for (; y1 <= yMax; y1++) {
299 if (yMax < y2) {
311 if (yMax < y2 && xIndexMax < xIndexR) {
418 int32 yMax = y2; local
419 if (fWeightsY[yMax].weight == 255)
420 yMax--;
425 for (; y1 <= yMax; y
[all...]
/haiku/src/add-ons/translators/pcx/
H A DPCX.h24 uint16 xMin, yMin, xMax, yMax; member in struct:PCX::pcx_header
H A DPCX.cpp81 uint32 height = header.yMax - header.yMin + 1;
275 uint16 height = header.yMax - header.yMin + 1;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp68 double yMax = ceil(fSource->height); local
81 BRect boundingBox(xMin, yMin, xMax, yMax);
/haiku/src/servers/app/
H A DServerFont.cpp1121 fBounds.bottom = (float)bounds.yMax / (float)face->units_per_EM;

Completed in 48 milliseconds