Searched refs:NeonMemcpy (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_pixfmt_rgba_blend.cpp | 153 NeonMemcpy(mColors, NEON_STEP_COMPONENTS, colors, NEON_STEP_COMPONENTS); in CopyColorHSpan() 193 NeonMemcpy(mColors, NEON_STEP_COMPONENTS, colors, NEON_STEP_COMPONENTS); in BlendColorHSpan() 216 NeonMemcpy(mColors, NEON_STEP_COMPONENTS, colors, NEON_STEP_COMPONENTS); in BlendColorHSpan()
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 137 … NeonMemcpy(backBufVirAddr, backBuf_->GetSize(), acquireBufVirAddr, acquireBuffer->GetSize()); in UpdateBackBuf()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_utils.h | 91 static void NeonMemcpy(void* dst, int32_t dstSize, const void* src, int32_t srcSize) in NeonMemcpy() function
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 457 NeonMemcpy(dest, dstMaxSize, memStart, memSize); in FillAreaWithSoftWare()
|