Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp309 int dx, dy, e, d, dx2; in BitmapStretch() local
315 dx2 = dx << 1; in BitmapStretch()
322 while(e >= 0 && dx2) in BitmapStretch()
325 e -= dx2; in BitmapStretch()
347 int dx, dy, e, d, dx2; in BitmapStretchStep() local
354 dx2 = dx << 1; in BitmapStretchStep()
398 while(e >= 0 && dx2) in BitmapStretchStep()
401 e -= dx2; in BitmapStretchStep()