OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xpixel
(Results
1 - 8
of
8
) sorted by null
/external/openssh/
session.h
42
u_int row, col,
xpixel
, ypixel;
member in struct:Session
sshpty.c
195
u_int
xpixel
, u_int ypixel)
202
w.ws_xpixel =
xpixel
;
session.c
[
all
...]
serverloop.c
935
u_int
xpixel
= packet_get_int();
local
941
pty_change_window_size(fdin, row, col,
xpixel
, ypixel);
[
all
...]
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js
449
var x = coordinateSystem.
xPixel
(event_time);
478
var x = coordinateSystem.
xPixel
(pointX);
525
var x = coordinateSystem.
xPixel
(parseFloat(data[0][0]) || 0);
537
x = coordinateSystem.
xPixel
(pointX);
620
coordinateSystem.
xPixel
(this.plotData_[dataIndex][0][0]);
624
coordinateSystem.
xPixel
(this.plotData_[dataIndex][currentIndex - 1][0]);
626
coordinateSystem.
xPixel
(this.plotData_[dataIndex][currentIndex][0]);
636
coordinateSystem.
xPixel
(this.plotData_[dataIndex][currentIndex][0]);
641
coordinateSystem.
xPixel
(this.plotData_[dataIndex][currentIndex + 1][0]);
643
coordinateSystem.
xPixel
(this.plotData_[dataIndex][currentIndex][0])
[
all
...]
coordinates.js
94
Coordinates.prototype.
xPixel
= function(value) {
/external/dropbear/
sshpty.c
344
int
xpixel
, int ypixel)
350
w.ws_xpixel =
xpixel
;
/frameworks/base/docs/html/reference/com/google/android/gms/maps/
CameraUpdateFactory.html
935
<span class="sympad"><a href="/reference/com/google/android/gms/maps/CameraUpdateFactory.html#scrollBy(float, float)">scrollBy</a></span>(float
xPixel
, float yPixel)</nobr>
[
all
...]
Completed in 431 milliseconds