OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:squaresize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/
canvas-animation-no-clear.html
12
var
squareSize
= size / numCanvases;
30
ctx.fillRect(Math.random() * c.width, Math.random() * c.height,
squareSize
,
squareSize
);
/packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java
475
final int
squareSize
= Math.min(fullImage.getWidth(),
477
final int left = (fullImage.getWidth() -
squareSize
) / 2;
478
final int top = (fullImage.getHeight() -
squareSize
) / 2;
480
left +
squareSize
, top +
squareSize
);
Completed in 1105 milliseconds