Searched refs:zoomed (Results 1 – 8 of 8) sorted by relevance
135 SWspan zoomed; in zoom_span() local159 INIT_SPAN(zoomed, GL_BITMAP); in zoom_span()160 zoomed.x = x0; in zoom_span()161 zoomed.end = zoomedWidth; in zoom_span()162 zoomed.array = swrast->ZoomedArrays; in zoom_span()163 zoomed.array->ChanType = span->array->ChanType; in zoom_span()164 if (zoomed.array->ChanType == GL_UNSIGNED_BYTE) in zoom_span()165 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->rgba8; in zoom_span()166 else if (zoomed.array->ChanType == GL_UNSIGNED_SHORT) in zoom_span()167 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->rgba16; in zoom_span()[all …]
251 SkAutoTUnref<SkImage> zoomed(zoom_up(surface, orig)); in drawHere() local252 origCanvas->drawImage(zoomed, in drawHere()253 SkScalarHalf(fCell.width() - zoomed->width()), in drawHere()254 SkScalarHalf(fCell.height() - zoomed->height())); in drawHere()
89 Below is a zoomed version of result. My input image has a gaussian noise of \f$\sigma = 25\f$. See …136 Below image shows a zoomed version of the result we got:
142 Below is the result, where some important locations are shown in zoomed window to visualize:
158 zoomed-in region in the input image:
18 image within a small window is flat when it is zoomed in the same window. So Harris corner is not
577 not the input's, when one only needs a quick preview or a zoomed in portion of
1104 - zoomed glDraw/CopyPixels with clipping sometimes failed (bug 689964)