Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
DXDefine.js21 static ReSize(w, h) { argument
29 static setLogicScreenSize(w, h) { argument
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
DXTexture.js62 this.ximages[rid] = { "stat": 1, "path": path, "tex": texture ,"w":1,"h":1}; property
90 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument
98 "w": w, "h": h, property
107 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument
117 "w": w, "h": h, property
131 PutTexture(tex, w, h) { argument
133 this.ximages[rid] = { "stat": 1, "path": "put" + rid, "tex": tex, "w": w, "h": h }; property
144 …this.ximages[rid] = { "stat": 1, "path": "default" + rid, "tex": texture, "w": width, "h": height … property
DXMat4.js142 PerspectiveMatrix(n,f,w=-1,h=-1) argument
158 orthoMat(x,y,w,h) argument
DX2DFast.js79 fillRect(x, y, w, h, c = 0xffffffff) { argument
88 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
30 move(x, y, w, h) { argument
DXSelect.js32 move(x, y, w, h) { argument
/drivers/peripheral/battery/charger/ui/src/
Dview.cpp26 void* View::CreateBuffer(int32_t w, int32_t h, View::PixelFormat pixelFormat) in CreateBuffer()
72 for (int32_t h = 0; h < viewHeight_; h++) { in SetBackgroundColor() local
84 void View::DrawSubView(int32_t x, int32_t y, int32_t w, int32_t h, char* buf) in DrawSubView()
Dframe.cpp26 Frame::Frame(uint32_t w, uint32_t h, View::PixelFormat pixType, SurfaceDev* sfDev) in Frame()
Dsurface_dev.cpp149 void SurfaceDev::GetScreenSize(int32_t& w, int32_t& h) in GetScreenSize()
Danimation_label.cpp38 AnimationLabel::AnimationLabel(int32_t startX, int32_t startY, int32_t w, int32_t h, Frame* mParent) in AnimationLabel()
Dtext_label.cpp32 TextLabel::TextLabel(int32_t mStartX, int32_t mStartY, int32_t w, int32_t h, Frame* mparent) in TextLabel()
/drivers/peripheral/display/test/unittest/standard/display_device/
Dhdi_device_test.h40 float h = 0; // ratio member
45 float h; member
50 uint32_t h; member
Dhdi_composition_check.h37 void Init(uint32_t w, uint32_t h) in Init()
Dhdi_test_layer.cpp22 HdiGrallocBuffer::HdiGrallocBuffer(uint32_t w, uint32_t h, PixelFormat fmt) in HdiGrallocBuffer()
Dhdi_test_display.cpp92 std::shared_ptr<HdiTestLayer> HdiTestDisplay::CreateHdiTestLayer(uint32_t w, uint32_t h) in CreateHdiTestLayer()
Dhdi_device_test.cpp261 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings()
/drivers/peripheral/display/test/unittest/lite/
Dloadbmp_test.c120 uint32_t h; in LoadPicToBuffer() local
187 uint32_t h; in LoadRgbData() local
209 uint32_t h; in LoadData() local
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DMainEditor.js233 setNodeButton(pm2f, x, y, w, h, path, node) { argument
247 setNodeMoreButton(pm2f, x, y, w, h, node) { argument
/drivers/hdf_core/framework/tools/idl-gen/
Didl_generator.py324 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/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.c190 struct UsbDescriptorHeader *h = NULL; in FindNextDescriptor() local