Searched refs:NeonMemcpy (Results 1 - 6 of 6) sorted by relevance
/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()
|
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | utils.h | 95 void NeonMemcpy(volatile unsigned char *dst, volatile unsigned char *src, int32_t size);
|
H A D | utils.cpp | 204 void NeonMemcpy(volatile unsigned char *dst, volatile unsigned char *src, int size) in NeonMemcpy() function
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.cpp | 137 NeonMemcpy(backBufVirAddr, backBuf_->GetSize(), acquireBufVirAddr, acquireBuffer->GetSize()); in UpdateBackBuf()
|
/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
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 457 NeonMemcpy(dest, dstMaxSize, memStart, memSize); in FillAreaWithSoftWare()
|
Completed in 7 milliseconds