HomeSort by relevance Sort by last modified time
    Searched refs:loupe (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 249 #loupe {
262 #loupe td {
267 #loupe label {
272 #loupe span {
277 #loupe canvas {
281 #loupe #loupe-close {
285 #loupe #loupe-info {
290 #loupe #loupe-colors td
    [all...]
main.js 47 var loupe; variable
60 loupe = new Loupe();
325 loupe.hide();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 65 private ScreenViewer.LoupeViewer loupe; field in class:ScreenViewer
105 loupe = new LoupeViewer();
106 loupe.addMouseWheelListener(new WheelZoomListener());
107 CrosshairPanel crosshairPanel = new CrosshairPanel(loupe);
162 loupe.clearGrid = true;
163 loupe.moveToPoint(crosshair.crosshair.x, crosshair.crosshair.y);
188 JCheckBox showInLoupe = new JCheckBox("Show in Loupe");
192 loupe.showOverlay = ((JCheckBox) event.getSource()).isSelected();
193 loupe.repaint();
515 loupe.moveToPoint(crosshair.x, crosshair.y)
    [all...]

Completed in 598 milliseconds