HomeSort by relevance Sort by last modified time
    Searched refs:redColorant (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/qcms/src/
transform_util.c 281 result.m[0][0] = s15Fixed16Number_to_float(p->redColorant.X);
284 result.m[1][0] = s15Fixed16Number_to_float(p->redColorant.Y);
287 result.m[2][0] = s15Fixed16Number_to_float(p->redColorant.Z);
qcmsint.h 237 struct XYZNumber redColorant;
iccread.c 272 rX = s15Fixed16Number_to_float(profile->redColorant.X);
273 rY = s15Fixed16Number_to_float(profile->redColorant.Y);
274 rZ = s15Fixed16Number_to_float(profile->redColorant.Z);
1066 profile->redColorant = read_tag_XYZType(src, index, TAG_rXYZ);
    [all...]
transform.c 226 profile->redColorant.X = double_to_s15Fixed16Number(colorants.m[0][0]);
227 profile->redColorant.Y = double_to_s15Fixed16Number(colorants.m[1][0]);
228 profile->redColorant.Z = double_to_s15Fixed16Number(colorants.m[2][0]);
    [all...]

Completed in 1195 milliseconds