Home
last modified time | relevance | path

Searched refs:areaHeight (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_buffer.h42 * @param areaHeight The height 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()
62 void Attach(uint8_t* renBuf, uint32_t areaWidth, uint32_t areaHeight, int32_t stride) in Attach() argument
67 height_ = areaHeight; in Attach()
70 start_ = renBuf - static_cast<int32_t>(areaHeight - 1) * stride; in Attach()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp2285 float areaHeight = 0.0;
2291 areaHeight = std::min(rect.Bottom(), projectRect.Bottom()) - rect.Top();
2298 areaHeight = rect.Bottom() - std::max(rect.Top(), projectRect.Top());
2305 areaHeight = std::min(rect.Bottom(), projectRect.Bottom()) - std::max(rect.Top(), projectRect.Top());
2312 areaHeight = std::min(rect.Bottom(), projectRect.Bottom()) - std::max(rect.Top(), projectRect.Top());
2318 return areaWidth * areaHeight;

Completed in 4 milliseconds