Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_pixfmt_rgba_blend.cpp147 const int16_t NEON_STEP_COMPONENTS = NEON_STEP_8 * NUM_COMPONENTS; in CopyColorHSpan() local
148 uint8_t mColors[NEON_STEP_COMPONENTS]; in CopyColorHSpan()
150 if (memset_s(mColors, size_t(NEON_STEP_COMPONENTS), 0, size_t(NEON_STEP_COMPONENTS)) != EOK) { in CopyColorHSpan()
153 NeonMemcpy(mColors, NEON_STEP_COMPONENTS, colors, NEON_STEP_COMPONENTS); in CopyColorHSpan()
186 const int16_t NEON_STEP_COMPONENTS = NEON_STEP_8 * NUM_COMPONENTS; in BlendColorHSpan() local
187 uint8_t mColors[NEON_STEP_COMPONENTS]; in BlendColorHSpan()
189 if (memset_s(mColors, size_t(NEON_STEP_COMPONENTS), 0, size_t(NEON_STEP_COMPONENTS)) ! in BlendColorHSpan()
209 const int16_t NEON_STEP_COMPONENTS = NEON_STEP_8 * NUM_COMPONENTS; BlendColorHSpan() local
[all...]

Completed in 1 milliseconds