Searched defs:dstWidth (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h21 uint32 dstWidth = destinationRect.IntegerWidth() + 1; local
H A DDrawBitmapBilinear.h489 uint32 dstWidth = destinationRect.IntegerWidth() + 1; local
[all...]
/haiku/src/kits/interface/
H A DColorConversion.cpp639 int32 dstWidth = (dstBitsPerRow - dstOffsetX * dstBitsPerPixel) local
778 int32 dstWidth = (dstBitsPerRow - dstOffsetX * dstBitsPerPixel) local
/haiku/src/libs/icon/
H A DIconUtils.cpp47 scale_bilinear(uint8* bits, int32 srcWidth, int32 srcHeight, int32 dstWidth, argument
750 uint32 dstWidth local
113 scale_down(const uint8* srcBits, uint8* dstBits, int32 srcWidth, int32 srcHeight, int32 dstWidth, int32 dstHeight) argument
[all...]

Completed in 57 milliseconds