Searched refs:zoomed (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/mesa/swrast/ |
D | s_zoom.c | 135 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 …]
|
/third_party/skia/gm/ |
D | thinrects.cpp | 158 auto zoomed = canvas->makeSurface(canvas->imageInfo().makeWH(10, 10)); variable 159 if (!zoomed) { 163 auto zoomedCanvas = zoomed->getCanvas(); 176 auto img = zoomed->makeImageSnapshot();
|
/third_party/python/Lib/idlelib/ |
D | zoomheight.py | 22 zoomed = self.zoom_height() 24 if zoomed is None: 27 menu_status = 'Restore' if zoomed else 'Zoom'
|
/third_party/flutter/skia/samplecode/ |
D | SampleFilterQuality.cpp | 228 sk_sp<SkImage> zoomed(zoom_up(surface.get(), orig.get())); in drawHere() local 229 origCanvas->drawImage(zoomed.get(), in drawHere() 230 SkScalarHalf(fCell.width() - zoomed->width()), in drawHere() 231 SkScalarHalf(fCell.height() - zoomed->height())); in drawHere()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_framezoom.txt | 27 stencil operations performed per primitive. Each pixel is zoomed 40 a small window, and then that buffer was copied and zoomed up into 48 * What happens with zoomed (polygon/line) stippled pattern? 83 the resulting fragments will be zoomed up by the same factor. That
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_framezoom.txt | 27 stencil operations performed per primitive. Each pixel is zoomed 40 a small window, and then that buffer was copied and zoomed up into 48 * What happens with zoomed (polygon/line) stippled pattern? 83 the resulting fragments will be zoomed up by the same factor. That
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | list_wheel_viewport.dart | 351 /// The zoomed-in rate of the magnifier, if it is used. 354 /// If the value is > 1.0, the center item will be zoomed in by that rate, and 356 /// The item will be zoomed out if magnification < 1.0.
|
/third_party/skia/site/docs/dev/tools/ |
D | debugger.md | 128 pane. A zoomed view centered on the selected pixel is shown below it. The
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 545 const BOOL zoomed = [nswindow isZoomed]; 546 if (!zoomed) { 548 } else if (zoomed) {
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/ |
D | transformations_demo_gesture_transformable.dart | 288 // The scene is panned/zoomed/rotated using this Transform widget.
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | README | 717 not the input's, when one only needs a quick preview or a zoomed in portion of
|
/third_party/skia/third_party/externals/libwebp/ |
D | README | 723 not the input's, when one only needs a quick preview or a zoomed in portion of
|
/third_party/python/Doc/library/ |
D | idle.rst | 319 momentarily maximizing a window the first time one is zoomed on the screen.
|
/third_party/boost/libs/hana/doc/js/ |
D | highcharts.js | 184 …ed"!==typeof k,e.setExtremes(c,k,!1,void 0,{trigger:"zoom"});b.zoomed=!0});return c.zoomed};e.prot…
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 179071 Maps a region around the center into a zoomed square and smoothly get
|