Home
last modified time | relevance | path

Searched refs:destWidth (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert_utils.cpp120 int destWidth = static_cast<int>(destParam.width); in RGBToYuvParam() local
128 int uvStride = (destWidth % EVEN_ODD_DIVISOR == 0) ? (destWidth) : (destWidth + 1); in RGBToYuvParam()
129 destParam.stride[0] = destWidth; in RGBToYuvParam()
132 destParam.slice[1] = destInfo.buffer + destWidth * destHeight; in RGBToYuvParam()
1110 int destWidth = static_cast<int>(destParam.width); in YuvToYuvParam() local
1118 dstyStride = destWidth; in YuvToYuvParam()
1119 dstuvStride = (destWidth % EVEN_ODD_DIVISOR == 0) ? (destWidth) in YuvToYuvParam()
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp551 auto destWidth = foreground->GetWidth() * scale; in BlendForeground() local
553 auto dstOffsetX = static_cast<float>((background->GetWidth() - destWidth) * HALF); in BlendForeground()
557 destWidth + dstOffsetX, destHeight + dstOffsetY); in BlendForeground()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp427 int16_t destWidth = gfxDstBuffer.width; in FillAreaWithSoftWare() local
428 int32_t halBufferDeltaByteLen = static_cast<int32_t>(destWidth) * destByteSize; in FillAreaWithSoftWare()
432 int32_t offset = static_cast<int32_t>(fillArea.GetTop()) * destWidth + fillArea.GetLeft(); in FillAreaWithSoftWare()
501 dest += destWidth * destByteSize; in FillAreaWithSoftWare()

Completed in 9 milliseconds