Searched refs:SetRow (Results 1 – 2 of 2) sorted by relevance
925 void (*SetRow)(uint8* dst, uint32 value, int pix) = SetRow8_C; in SetPlane() local930 SetRow = SetRow8_NEON; in SetPlane()935 SetRow = SetRow8_X86; in SetPlane()942 SetRow(dst_y, v32, width); in SetPlane()
1074 void (*SetRow)(uint8* dst, uint32 value, int pix) = SetRow_C; in SetPlane() local1085 SetRow = SetRow_NEON; in SetPlane()1090 SetRow = SetRow_X86; in SetPlane()1096 SetRow(dst_y, v32, width); in SetPlane()