Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp852 uint32_t val1 = __SMUAD(intV, in.srcLineWidth);
856 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
861 const Color16 p3 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.srcLineWidth]));
862 const Color16 p4 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
971 uint32_t val1 = __SMUAD(intV, in.srcLineWidth);
975 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
980 const Color24 p3 = *(reinterpret_cast<Color24*>(&imgHead[px1 + in.srcLineWidth]));
981 const Color24 p4 = *(reinterpret_cast<Color24*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1063 uint32_t val1 = __SMUAD(intV, in.srcLineWidth);
1067 uint32_t px1 = intV * in.srcLineWidth
1696 const int32_t srcLineWidth = part.info.header.width * pixelSize; global() local
1708 srcLineWidth, global() local
[all...]
H A Ddraw_utils.h171 const int32_t srcLineWidth; member

Completed in 4 milliseconds