Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp311 int yOut = 0; in BitmapStretch() local
320 BitmapStretchStep(dest_width, src_width, yIn, yOut, src, dest); in BitmapStretch()
328 yOut++; in BitmapStretch()
335 int source_width, int yIn, int yOut, in BitmapStretchStep() argument
362 mpPutData += (yOut * stride); in BitmapStretchStep()
384 mpPutAux += yOut * DestAuxStride; in BitmapStretchStep()