Searched refs:areaWidth (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_buffer.h | 41 * @param areaWidth The width of the pixel area in the buffer. 45 RenderBuffer(uint8_t* renBuf, uint32_t areaWidth, uint32_t areaHeight, int32_t stride) in RenderBuffer() argument 52 Attach(renBuf, areaWidth, areaHeight, stride); in RenderBuffer() 58 * @param areaWidth The width of the pixel area in the buffer. 62 void Attach(uint8_t* renBuf, uint32_t areaWidth, uint32_t areaHeight, int32_t stride) in Attach() argument 66 width_ = areaWidth; in Attach()
|
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 91 this.__areaWidth = new ObservedPropertySimplePU(0, this, "areaWidth"); 194 if (s16.areaWidth !== undefined) { 195 this.areaWidth = s16.areaWidth; 519 get areaWidth() { 522 set areaWidth(e16) { 954 const w12 = (this.areaWidth - 32) / this.colNum; 2020 this.areaWidth = Number(e1.width);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 2284 float areaWidth = 0.0; 2290 areaWidth = std::min(rect.Right(), projectRect.Right()) - std::max(rect.Left(), projectRect.Left()); 2297 areaWidth = std::min(rect.Right(), projectRect.Right()) - std::max(rect.Left(), projectRect.Left()); 2304 areaWidth = std::min(rect.Right(), projectRect.Right()) - rect.Left(); 2311 areaWidth = rect.Right() - std::max(rect.Left(), projectRect.Left()); 2318 return areaWidth * areaHeight;
|
Completed in 6 milliseconds