Home
last modified time | relevance | path

Searched refs:source_width (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp335 int source_width, int yIn, int yOut, in BitmapStretchStep() argument
352 dy = source_width; in BitmapStretchStep()
357 int stride = CalculateOutputStride(source_width); in BitmapStretchStep()
366 int SrcAuxStride = source_width; in BitmapStretchStep()
370 SrcAuxStride = (source_width + 7) >> 3; in BitmapStretchStep()
Dimage_reader.h196 int source_width, int yCurrent, int yEnd,