Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp375 int DestAuxStride = dest_width; in BitmapStretchStep() local
379 DestAuxStride = (dest_width + 7) >> 3; in BitmapStretchStep()
384 mpPutAux += yOut * DestAuxStride; in BitmapStretchStep()