Searched refs:Zoom (Results 1 – 25 of 63) sorted by relevance
123
/third_party/cJSON/fuzzing/inputs/ |
D | test5 | 7 {"id": "ZoomIn", "label": "Zoom In"}, 8 {"id": "ZoomOut", "label": "Zoom Out"},
|
/third_party/cJSON/tests/inputs/ |
D | test5 | 7 {"id": "ZoomIn", "label": "Zoom In"}, 8 {"id": "ZoomOut", "label": "Zoom Out"},
|
D | test5.expected | 11 "label": "Zoom In" 14 "label": "Zoom Out"
|
/third_party/cef/tests/cefclient/resources/win/ |
D | cefclient.rc | 97 MENUITEM "Zoom In", ID_TESTS_ZOOM_IN 98 MENUITEM "Zoom Out", ID_TESTS_ZOOM_OUT 99 MENUITEM "Zoom Reset", ID_TESTS_ZOOM_RESET
|
/third_party/libexif/test/testdata/ |
D | canon_makernote_variant_1.jpg.parsed | 180 Entry 11: 1, Digital Zoom 252 Entry 35: 1, Zoom Source Width 255 Entry 36: 1, Zoom Target Width 284 Value: Zoom
|
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | scale_test.dart | 91 // Zoom in 106 // Zoom out 141 // Zoom in 310 // Zoom in using a mouse doesn't work either. 467 // Zoom in 501 // Zoom in
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_BWin.h | 256 virtual void Zoom(BPoint origin, in Zoom() function 267 BDirectWindow::Zoom(origin, width, height); in Zoom() 406 BWindow::Zoom(); in MessageReceived()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-ass-to-ass-transcode | 10 Video Zoom: 4 23 Video Zoom Percent: 0.875000
|
D | sub-ssa-to-ass-remux | 12 Video Zoom: 8
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 31.txt | 28 31164|Bergen op Zoom
|
/third_party/libphonenumber/resources/geocoding/nl/ |
D | 31.txt | 29 31164|Bergen op Zoom
|
/third_party/openGLES/extensions/HP/ |
D | README.image_pipeline.txt | 30 13. Zoom
|
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/ |
D | README.image_pipeline.txt | 30 13. Zoom
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAdapter.h | 178 ADAPTER_PROPERTY(Zoom, SkScalar, 0)
|
/third_party/flutter/skia/site/user/sample/ |
D | viewer.md | 32 ↑ ↓ | Zoom in / out
|
/third_party/skia/site/docs/user/sample/ |
D | viewer.md | 44 ↑ ↓ | Zoom in / out
|
/third_party/python/Lib/idlelib/ |
D | NEWS.txt | 228 bpo-37039: Adjust "Zoom Height" to individual screens by momentarily 231 maximized, "Zoom Height" has no effect. 290 It previously deleted Window => Zoom Height by mistake. 291 (Zoom Height is now on the Options menu). On Mac, the settings 317 bpo-22703: Improve the Code Context and Zoom Height menu labels. 319 The Zoom Height menu now toggles between Zoom/Restore Height. 320 Zoom Height has moved from the Window menu to the Options menu.
|
D | README.txt | 86 zoomheight.py # Zoom window to full height of screen.
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-ko.euc-kr.po | 794 msgid "Zoom" 1119 msgid "/View/Zoom _In" 1123 msgid "/View/Zoom _Out" 1131 msgid "/View/Zoom/400%" 1135 msgid "/View/Zoom/283%" 1139 msgid "/View/Zoom/200%" 1143 msgid "/View/Zoom/141%" 1147 msgid "/View/Zoom/100%" 1151 msgid "/View/Zoom/85%" 1155 msgid "/View/Zoom/70.7%" [all …]
|
D | mm-ko.ascii.pot | 752 msgid "Zoom" 1065 msgid "/View/Zoom _In" 1069 msgid "/View/Zoom _Out" 1077 msgid "/View/Zoom/400%" 1081 msgid "/View/Zoom/283%" 1085 msgid "/View/Zoom/200%" 1089 msgid "/View/Zoom/141%" 1093 msgid "/View/Zoom/100%" 1097 msgid "/View/Zoom/85%" 1101 msgid "/View/Zoom/70.7%" [all …]
|
/third_party/libexif/po/ |
D | en_AU.po | 601 msgid "Sigma UC Zoom 35-135mm f/4-5.6" 602 msgstr "Sigma UC Zoom 35-135mm f/4-5.6" 1019 msgid "Zoom" 1020 msgstr "Zoom" 1384 msgid "Digital Zoom" 1385 msgstr "Digital Zoom" 1473 msgid "Zoom Source Width" 1474 msgstr "Zoom Source Width" 1477 msgid "Zoom Target Width" 1478 msgstr "Zoom Target Width" [all …]
|
D | en_GB.po | 601 msgid "Sigma UC Zoom 35-135mm f/4-5.6" 602 msgstr "Sigma UC Zoom 35-135mm f/4-5.6" 1019 msgid "Zoom" 1020 msgstr "Zoom" 1384 msgid "Digital Zoom" 1385 msgstr "Digital Zoom" 1473 msgid "Zoom Source Width" 1474 msgstr "Zoom Source Width" 1477 msgid "Zoom Target Width" 1478 msgstr "Zoom Target Width" [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoaevents.m | 318 [windowMenu addItemWithTitle:@"Zoom" action:@selector(performZoom:) keyEquivalent:@""];
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | keyboard_key.dart | 1413 /// Represents the logical "Zoom In" key on the keyboard. 1416 …KeyboardKey zoomIn = LogicalKeyboardKey(0x001000c022d, debugName: kReleaseMode ? null : 'Zoom In'); 1418 /// Represents the logical "Zoom Out" key on the keyboard. 1421 …yboardKey zoomOut = LogicalKeyboardKey(0x001000c022e, debugName: kReleaseMode ? null : 'Zoom Out'); 1423 /// Represents the logical "Zoom Toggle" key on the keyboard. 1426 …Key zoomToggle = LogicalKeyboardKey(0x001000c0232, debugName: kReleaseMode ? null : 'Zoom Toggle'); 3279 /// Represents the location of the "Zoom In" key on a generalized keyboard. 3282 …alKeyboardKey zoomIn = PhysicalKeyboardKey(0x000c022d, debugName: kReleaseMode ? null : 'Zoom In'); 3284 /// Represents the location of the "Zoom Out" key on a generalized keyboard. 3287 …KeyboardKey zoomOut = PhysicalKeyboardKey(0x000c022e, debugName: kReleaseMode ? null : 'Zoom Out'); [all …]
|
/third_party/eudev/hwdb/ |
D | 20-usb-vendor-model.hwdb | 7773 ID_MODEL_FROM_DATABASE=QuickCam Zoom 7776 ID_MODEL_FROM_DATABASE=QuickCam Zoom 14160 …SE=FinePix 30i/40i/50i, A101/201, 1300/2200, 1400/2400/2600/2800/4500/4700/4800/4900/6800/6900 Zoom 14166 ID_MODEL_FROM_DATABASE=FinePix A101, 2600/2800/4800/6800 Zoom (PC CAM) 14169 ID_MODEL_FROM_DATABASE=FinePix F601 Zoom (DSC) 14172 ID_MODEL_FROM_DATABASE=FinePix F601 Zoom (PC CAM) 14175 ID_MODEL_FROM_DATABASE=FinePix S602 (Pro) Zoom (DSC) 14178 ID_MODEL_FROM_DATABASE=FinePix S602 (Pro) Zoom (PC CAM) 14184 ID_MODEL_FROM_DATABASE=FinePix F402 Zoom (DSC) 14187 ID_MODEL_FROM_DATABASE=FinePix F402 Zoom (PC CAM) [all …]
|
123