Home | History | Annotate | Download | only in tests

Lines Matching refs:icc

23 static inline void test_to_xyz_d50(skiatest::Reporter* r, SkICC* icc, bool shouldSucceed,
26 REPORTER_ASSERT(r, shouldSucceed == icc->toXYZD50(&result));
43 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
52 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str());
56 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str());
60 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str());
65 static inline void test_is_numerical_transfer_fn(skiatest::Reporter* r, SkICC* icc,
69 REPORTER_ASSERT(r, shouldSucceed == icc->isNumericalTransferFn(&result));
86 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
90 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str());
94 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str());
98 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str());
108 SkFILEWStream stream("out.icc");
150 static inline void test_raw_transfer_fn(skiatest::Reporter* r, SkICC* icc) {
152 bool result = icc->rawTransferFnData(&tables);