Lines Matching refs:dst
567 math::VEC4* __restrict dst, in NormalizeF32Colors() argument
581 dst[i].x = colors[0]; in NormalizeF32Colors()
582 dst[i].y = colors[1]; in NormalizeF32Colors()
583 dst[i].z = colors[2]; in NormalizeF32Colors()
584 dst[i].w = colors[3]; in NormalizeF32Colors()
590 math::VEC4* __restrict dst, in SetVertexColor() argument
597 dst[VERTEX_LT] = wkCols[internal::TEXTCOLOR_START]; in SetVertexColor()
598 dst[VERTEX_RT] = wkCols[ in SetVertexColor()
600 dst[VERTEX_LB] = wkCols[ in SetVertexColor()
602 dst[VERTEX_RB] = wkCols[ in SetVertexColor()
1823 math::VEC4* __restrict dst, in AddTextColor() argument
1829 SetVertexColor(dst, src, mode); in AddTextColor()