Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_paint_method.h49 float deltaWidth = shapePaintProperty->HasStrokeWidth() variable
57 rect = { offset.GetX() - deltaWidth, offset.GetY() - deltaWidth, (width + deltaWidth * 2) / scale.x,
58 (height + deltaWidth * 2) / scale.y };
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_qrcode.cpp197 int32_t deltaWidth = QRCODE_FACTOR_NUM * width; in FillQrCodeBackgroundColor() local
199 initColorData += deltaWidth; in FillQrCodeBackgroundColor()
200 if (memcpy_s(initColorData, deltaWidth, tempColorData, deltaWidth) != EOK) { in FillQrCodeBackgroundColor()

Completed in 2 milliseconds