Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp310 int yIn = 0; in BitmapStretch() local
320 BitmapStretchStep(dest_width, src_width, yIn, yOut, src, dest); in BitmapStretch()
324 yIn++; in BitmapStretch()
335 int source_width, int yIn, int yOut, in BitmapStretchStep() argument
358 mpGetData += (yIn * stride); in BitmapStretchStep()
373 mpGetAux += yIn * SrcAuxStride; in BitmapStretchStep()