Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 35) sorted by relevance

12

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/
DXButton.js19 constructor(x, y, w, h, name) { argument
31 move(x, y, w, h) { argument
57 isTouchIn(x, y) { argument
72 procTouch(msg, x, y) { argument
DXSelect.js32 move(x, y, w, h) { argument
108 isTouchIn(x, y) { argument
123 procTouch(msg, x, y) { argument
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
DXTools.js21 static InRect(xx, yy, x, y, w, h) { argument
37 export function fAngle(x, y) { argument
40 export function iDistance(x, y) { argument
DRightMenu.js31 static Reset(detail, x, y) { argument
34 y: y == null ? XTools.MOUSE_POS.y : y, property
88 static DrawGroup(grp, x, y) { argument
179 static Touch(msg, x, y) { argument
198 static TouchGroup(grp, msg, x, y) { argument
DGLFrame.js191 callbackProctouch(msg, x, y) { argument
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
DCanvasInput.js20 static SetSafeArea(x, y, w, h) { argument
23 static Reset(x, y, w, h, value, cb, cb2) { argument
54 static Hide(x, y) { argument
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
DXMat4.js70 initScaleMat(x, y, z) { argument
76 move(x, y, z = 0) { argument
82 rotate(x, y, z) { argument
98 scale(x, y, z = 1) { argument
148 orthoMat(x, y, w, h) { argument
DX2DFast.js94 fillRect(x, y, w, h, c = 0xffffffff) { argument
112 drawRect(x, y, w, h, c = 0xffffffff, lw = 1) { argument
119 static testTransform(x, y, sw, sh, ra, ox, oy, realw, realh) { argument
193 drawCut(cid, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR) { argument
213 drawText(s, size = 14, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = COLOR) { argument
DXTexture.js107 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument
121 y: y, property
136 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument
152 y: y, property
/drivers/peripheral/display/composer/test/common/
Ddisplay_test_utils.cpp96 uint32_t GetPixelValue(const BufferHandle &handle, int x, int y) in GetPixelValue()
129 uint32_t CheckPixel(const BufferHandle &handle, int x, int y, uint32_t color) in CheckPixel()
170 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel()
196 for (int32_t y = 0; y < handle.height; y++) { in ClearColor() local
207 for (int32_t y = 0; y < rect.h; y++) { in ClearColorRect() local
233 for (uint32_t y = 0; y < COL_NUM; y++) { in SplitBuffer() local
Dhdi_test_render_utils.cpp30 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color) in SetPixel()
54 for (int32_t y = 0; y < handle.height; y++) { in ClearColor() local
Dhdi_composition_check.h27 int32_t y = 0; member
Ddisplay_test_utils.h41 float y = 0; member
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
Dindex.js49 function myTouch(msg, x, y) { argument
DMainEditor.js164 y: 0, property
527 calcPostionY(data, y) { argument
602 drawNode(pm2f, s, size, x, y, type, data) { argument
819 setNodeButton(pm2f, x, y, w, h, path, node) { argument
905 drawNodeRectButton(pm2f, x, y, rectWidth, node) { argument
957 setNodeMoreButton(pm2f, x, y, w, h, node) { argument
1186 dropAllLocked(msg, x, y) { argument
1198 procTouch(msg, x, y) { argument
1309 y: this.nodeMoreBtns[i].node_.posY, property
1585 onTouch(msg, x, y) { argument
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_layer.cpp183 void HdiLayer::SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel()
207 for (int32_t y = 0; y < handle.height; y++) { in ClearColor() local
/drivers/hdf_core/framework/model/sensor/driver/accel/
Dsensor_gravity_driver.h30 int32_t y; member
Dsensor_accel_driver.h39 int32_t y; member
/drivers/hdf_core/framework/model/sensor/driver/gyro/
Dsensor_gyro_driver.h37 int32_t y; member
/drivers/hdf_core/framework/model/sensor/driver/magnetic/
Dsensor_magnetic_driver.h39 int32_t y; member
/drivers/peripheral/sensor/chipset/accel/
Daccel_mxc6655xa.c56 int32_t y; in ReadMxc6655xaRawData() local
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
Dbase.py67 def click_canvas_point(self, el, x, y): argument
/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_assert.h58 #define LONGS_EQUAL_RETURN(x, y) \ argument
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
Dplatform_assert.h80 #define LONGS_EQUAL_RETURN(x, y) \ argument
/drivers/hdf_core/framework/model/input/driver/touchscreen/
Dtouch_ft5x06.c224 int32_t y = 0; in ParsePointData() local

12