Home
last modified time | relevance | path

Searched refs:rectSize (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drosen_render_search.cpp166 Size rectSize; in Paint() local
170 rectSize = closeIconHotZoneRect_.GetSize(); in Paint()
173 rectSize = searchTextRect_.GetSize() - Size(SEARCH_DIVIDER_WIDTH, 0.0) - Size(searchSpacing * 2.0, 0.0); in Paint()
177 border.SetBorderRadius(Radius(rectSize.Height() / 2.0)); in Paint()
179 canvas->drawRRect(MakeRRect(rectOffset + offset, rectSize, border), paint); in Paint()
183 canvas->DrawRoundRect(MakeRRect(rectOffset + offset, rectSize, border)); in Paint()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp395 int64_t rectSize = static_cast<int64_t>(width) * height; in CheckMulOverflow() local
396 if ((rectSize / width) != height) { in CheckMulOverflow()
400 int64_t bufferSize = rectSize * bytesPerPixel; in CheckMulOverflow()
401 if ((bufferSize / bytesPerPixel) != rectSize) { in CheckMulOverflow()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp436 auto rectSize = renderContext->GetPaintRectWithoutTransform().GetSize(); in GetLayoutSize() local
437 size[0] = rectSize.Width(); in GetLayoutSize()
438 size[1] = rectSize.Height(); in GetLayoutSize()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp328 int32_t rectSize = GetYSize(rect.width, rect.height); in crop() local
330 if (rect.top < 0 || rect.left < 0 || rectSize > pixelSize || rect.width <= 1 || rect.height <= 1 || in crop()

Completed in 6 milliseconds