Home
last modified time | relevance | path

Searched defs:h (Results 1 – 23 of 23) sorted by relevance

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
DXDefine.js19 static ReSize(w, h) { argument
28 static setLogicScreenSize(w, h) { argument
DXTools.js21 static InRect(xx, yy, x, y, w, h) { argument
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
DXTexture.js73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property
107 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument
122 callAllCuts(param, rid, x, y, w, h, ww, hh) { argument
124 rid: rid, x: x, y: y, w: w, h: h, u0: x / ww, v0: y / hh, u1: (x + w) / ww, v1: y / hh, property
128 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument
150 PutTexture(tex, w, h) { argument
152 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property
178 h: height, property
DXMat4.js129 PerspectiveMatrix(n, f, w = NO_INITIAL_VAL, h = NO_INITIAL_VAL) { argument
148 orthoMat(x, y, w, h) { argument
DX2DFast.js95 fillRect(x, y, w, h, c = 0xffffffff) { argument
113 drawRect(x, y, w, h, c = 0xffffffff, lw = 1) { argument
/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
DXSelect.js33 move(x, y, w, h) { 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
/drivers/peripheral/display/composer/test/common/
Ddisplay_test_utils.h43 float h = 0; // ratio member
48 float h; member
53 uint32_t h; member
Dhdi_composition_check.h37 void Init(uint32_t w, uint32_t h) in Init()
Dhdi_test_display.cpp104 std::shared_ptr<HdiTestLayer> HdiTestDisplay::CreateHdiTestLayer(uint32_t w, uint32_t h) in CreateHdiTestLayer()
Dhdi_test_layer.cpp30 HdiGrallocBuffer::HdiGrallocBuffer(uint32_t seqNo, uint32_t w, uint32_t h, Composer::V1_0::PixelFor… in HdiGrallocBuffer()
/drivers/peripheral/wlan/chip/hdi_service/
Dwifi_vendor_hal_list.cpp65 void* h = dlopen(path.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadVendorHalLib() local
/drivers/peripheral/display/test/unittest/lite/
Dloadbmp_test.c191 uint32_t h; in LoadRgbData() local
213 uint32_t h; in LoadData() local
/drivers/hdf_core/framework/tools/idl-gen/
Didl_generator.py323 def _has_user_define_type(h): argument
/drivers/peripheral/display/hal/default/
Ddisplay_gralloc.c143 int32_t h = ALIGN_UP(info->height, HEIGHT_ALIGN); in InitBufferHandle() local
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DMainEditor.js981 drawNodeNameText(pm2f, node, x, y, w, h) { argument
996 setNodeButton(pm2f, x, y, w, h, path, node) { argument
1091 setNodeMoreButton(pm2f, x, y, w, h, node) { argument
/drivers/peripheral/display/composer/test/moduletest/
Dhdi_device_test.cpp288 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings()
/drivers/peripheral/display/composer/test/unittest/
Dhdi_composer_ut.cpp126 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
Ddmetadata_processor.cpp38 std::hash<std::string> h; in InitDCameraAbility() local
/drivers/peripheral/display/interfaces/include/
Ddisplay_vgu.h130 VGUScalar h; /* < Height of the rectangle */ member
Ddisplay_type.h339 int32_t h; /**< Height of the rectangle */ member
/drivers/peripheral/usb/ddk/host/src/
Dusb_raw_api_library.c191 struct UsbDescriptorHeader *h = NULL; in FindNextDescriptor() local