Searched refs:zoomed (Results 1 – 5 of 5) 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 …]
237 sk_sp<SkImage> zoomed(zoom_up(surface.get(), orig.get())); in drawHere() local238 origCanvas->drawImage(zoomed.get(), in drawHere()239 SkScalarHalf(fCell.width() - zoomed->width()), in drawHere()240 SkScalarHalf(fCell.height() - zoomed->height())); in drawHere()
150 graph.zoomed.call(graph);945 zoomed(){ method in GraphView
678 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)