/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/ |
D | XButton.js | 19 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
|
D | XSelect.js | 32 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/ |
D | XTools.js | 21 static InRect(xx, yy, x, y, w, h) { argument 37 export function fAngle(x, y) { argument 40 export function iDistance(x, y) { argument
|
D | RightMenu.js | 31 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
|
D | GLFrame.js | 191 callbackProctouch(msg, x, y) { argument
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
D | CanvasInput.js | 20 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/ |
D | XMat4.js | 70 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
|
D | X2DFast.js | 94 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
|
D | XTexture.js | 107 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/ |
D | display_test_utils.cpp | 96 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
|
D | hdi_test_render_utils.cpp | 30 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
|
D | hdi_composition_check.h | 27 int32_t y = 0; member
|
D | display_test_utils.h | 41 float y = 0; member
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
D | index.js | 49 function myTouch(msg, x, y) { argument
|
D | MainEditor.js | 164 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/ |
D | hdi_layer.cpp | 183 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/ |
D | sensor_gravity_driver.h | 30 int32_t y; member
|
D | sensor_accel_driver.h | 39 int32_t y; member
|
/drivers/hdf_core/framework/model/sensor/driver/gyro/ |
D | sensor_gyro_driver.h | 37 int32_t y; member
|
/drivers/hdf_core/framework/model/sensor/driver/magnetic/ |
D | sensor_magnetic_driver.h | 39 int32_t y; member
|
/drivers/peripheral/sensor/chipset/accel/ |
D | accel_mxc6655xa.c | 56 int32_t y; in ReadMxc6655xaRawData() local
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/ |
D | base.py | 67 def click_canvas_point(self, el, x, y): argument
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
D | platform_assert.h | 58 #define LONGS_EQUAL_RETURN(x, y) \ argument
|
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/ |
D | platform_assert.h | 80 #define LONGS_EQUAL_RETURN(x, y) \ argument
|
/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
D | touch_ft5x06.c | 224 int32_t y = 0; in ParsePointData() local
|