OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loupe
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.css
253
#
loupe
{
266
#
loupe
td {
271
#
loupe
label {
276
#
loupe
span {
281
#
loupe
canvas {
285
#
loupe
#
loupe
-close {
289
#
loupe
#
loupe
-info {
294
#
loupe
#loupe-colors td
[
all
...]
main.js
47
var
loupe
;
variable
62
loupe
= new
Loupe
();
359
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 31 milliseconds