Searched refs:destF (Results 1 – 1 of 1) sorted by relevance
822 GLfloat (*rgbaF)[4], (*destF)[4]; in blend_general() local825 destF = (GLfloat (*)[4]) malloc(4 * n * sizeof(GLfloat)); in blend_general()826 if (!rgbaF || !destF) { in blend_general()828 free(destF); in blend_general()844 destF[i][RCOMP] = UBYTE_TO_FLOAT(dest[i][RCOMP]); in blend_general()845 destF[i][GCOMP] = UBYTE_TO_FLOAT(dest[i][GCOMP]); in blend_general()846 destF[i][BCOMP] = UBYTE_TO_FLOAT(dest[i][BCOMP]); in blend_general()847 destF[i][ACOMP] = UBYTE_TO_FLOAT(dest[i][ACOMP]); in blend_general()851 blend_general_float(ctx, n, mask, rgbaF, destF, chanType); in blend_general()869 destF[i][RCOMP] = USHORT_TO_FLOAT(dest[i][RCOMP]); in blend_general()[all …]