Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_zoom.c135 SWspan zoomed; in zoom_span() local
159 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 …]
/external/skia/samplecode/
DSampleFilterQuality.cpp251 SkAutoTUnref<SkImage> zoomed(zoom_up(surface, orig)); in drawHere() local
252 origCanvas->drawImage(zoomed, in drawHere()
253 SkScalarHalf(fCell.width() - zoomed->width()), in drawHere()
254 SkScalarHalf(fCell.height() - zoomed->height())); in drawHere()
/external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/
Dpy_non_local_means.markdown89 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:
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/
Dpy_features_harris.markdown142 Below is the result, where some important locations are shown in zoomed window to visualize:
/external/opencv3/doc/tutorials/introduction/windows_visual_studio_image_watch/
Dwindows_visual_studio_image_watch.markdown158 zoomed-in region in the input image:
/external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/
Dpy_sift_intro.markdown18 image within a small window is flat when it is zoomed in the same window. So Harris corner is not
/external/webp/
DREADME577 not the input's, when one only needs a quick preview or a zoomed in portion of
/external/mesa3d/docs/
DVERSIONS1104 - zoomed glDraw/CopyPixels with clipping sometimes failed (bug 689964)