Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dthinrects.cpp158 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/
Dzoomheight.py22 zoomed = self.zoom_height()
24 if zoomed is None:
27 menu_status = 'Restore' if zoomed else 'Zoom'
/third_party/openGLES/extensions/SGIX/
DSGIX_framezoom.txt27 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/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_framezoom.txt27 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/node/deps/v8/tools/turbolizer/src/
Dgraph-view.ts166 function zoomed() { function
174 .on("zoom", zoomed)
/third_party/skia/site/docs/dev/tools/
Ddebugger.md128 pane. A zoomed view centered on the selected pixel is shown below it. The
/third_party/skia/third_party/externals/libwebp/
DREADME723 not the input's, when one only needs a quick preview or a zoomed in portion of
/third_party/python/Doc/library/
Didle.rst319 momentarily maximizing a window the first time one is zoomed on the screen.