Searched refs:skcms_Curve (Results 1 – 8 of 8) sorted by relevance
/external/skia/third_party/skcms/ |
D | skcms.h | 55 typedef union skcms_Curve { union 65 } skcms_Curve; typedef 72 skcms_Curve input_curves[4]; 81 skcms_Curve matrix_curves[3]; 86 skcms_Curve output_curves[3]; 102 skcms_Curve trc[3]; 133 SKCMS_API bool skcms_AreApproximateInverses(const skcms_Curve* curve, 147 SKCMS_API bool skcms_ApproximateCurve(const skcms_Curve* curve,
|
D | skcms.cc | 51 static float eval_curve(const skcms_Curve* curve, float x) { in eval_curve() 77 static float max_roundtrip_error(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in max_roundtrip_error() 89 bool skcms_AreApproximateInverses(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_AreApproximateInverses() 268 skcms_Curve* curve, uint32_t* curve_size) { in read_curve_para() 344 skcms_Curve* curve, uint32_t* curve_size) { in read_curve_curv() 387 skcms_Curve* curve, uint32_t* curve_size) { in read_curve() 552 uint32_t num_curves, skcms_Curve* curves) { in read_curves() 725 static int fit_linear(const skcms_Curve* curve, int N, float tol, in fit_linear() 791 skcms_Curve* curves[] = { in read_a2b() 805 skcms_Curve* curve = curves[i]; in read_a2b() [all …]
|
/external/skqp/third_party/skcms/ |
D | skcms.h | 55 typedef union skcms_Curve { union 65 } skcms_Curve; typedef 72 skcms_Curve input_curves[4]; 81 skcms_Curve matrix_curves[3]; 86 skcms_Curve output_curves[3]; 102 skcms_Curve trc[3]; 133 SKCMS_API bool skcms_AreApproximateInverses(const skcms_Curve* curve, 147 SKCMS_API bool skcms_ApproximateCurve(const skcms_Curve* curve,
|
D | skcms.cc | 51 static float eval_curve(const skcms_Curve* curve, float x) { in eval_curve() 77 static float max_roundtrip_error(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in max_roundtrip_error() 89 bool skcms_AreApproximateInverses(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_AreApproximateInverses() 268 skcms_Curve* curve, uint32_t* curve_size) { in read_curve_para() 344 skcms_Curve* curve, uint32_t* curve_size) { in read_curve_curv() 387 skcms_Curve* curve, uint32_t* curve_size) { in read_curve() 552 uint32_t num_curves, skcms_Curve* curves) { in read_curves() 725 static int fit_linear(const skcms_Curve* curve, int N, float tol, in fit_linear() 791 skcms_Curve* curves[] = { in read_a2b() 805 skcms_Curve* curve = curves[i]; in read_a2b() [all …]
|
/external/skqp/third_party/skcms/src/ |
D | Transform_inl.h | 510 SI F table(const skcms_Curve* curve, F v) { in table() 965 case Op_table_r: { r = table((const skcms_Curve*)*args++, r); } break; in exec_ops() 966 case Op_table_g: { g = table((const skcms_Curve*)*args++, g); } break; in exec_ops() 967 case Op_table_b: { b = table((const skcms_Curve*)*args++, b); } break; in exec_ops() 968 case Op_table_a: { a = table((const skcms_Curve*)*args++, a); } break; in exec_ops()
|
/external/skia/third_party/skcms/src/ |
D | Transform_inl.h | 510 SI F table(const skcms_Curve* curve, F v) { in table() 965 case Op_table_r: { r = table((const skcms_Curve*)*args++, r); } break; in exec_ops() 966 case Op_table_g: { g = table((const skcms_Curve*)*args++, g); } break; in exec_ops() 967 case Op_table_b: { b = table((const skcms_Curve*)*args++, b); } break; in exec_ops() 968 case Op_table_a: { a = table((const skcms_Curve*)*args++, a); } break; in exec_ops()
|
/external/skia/src/core/ |
D | SkColorSpace.cpp | 233 const skcms_Curve* trc = profile.trc; in Make()
|
/external/skqp/src/core/ |
D | SkColorSpace.cpp | 233 const skcms_Curve* trc = profile.trc; in Make()
|