Lines Matching refs:dst
541 math::VEC4* __restrict dst, in NormalizeF32Colors() argument
555 dst[i].x = colors[0]; in NormalizeF32Colors()
556 dst[i].y = colors[1]; in NormalizeF32Colors()
557 dst[i].z = colors[2]; in NormalizeF32Colors()
558 dst[i].w = colors[3]; in NormalizeF32Colors()
564 math::VEC4* __restrict dst, in SetVertexColor() argument
571 dst[VERTEX_LT] = wkCols[internal::TEXTCOLOR_START]; in SetVertexColor()
572 dst[VERTEX_RT] = wkCols[ in SetVertexColor()
574 dst[VERTEX_LB] = wkCols[ in SetVertexColor()
576 dst[VERTEX_RB] = wkCols[ in SetVertexColor()
1777 math::VEC4* __restrict dst, in AddTextColor() argument
1783 SetVertexColor(dst, src, mode); in AddTextColor()