Home
last modified time | relevance | path

Searched defs:jstar (Results 1 – 3 of 3) sorted by relevance

/external/libmonet/hct/
DCam16.java62 private final double jstar; field in Cam16
168 double jstar, in Cam16()
285 double jstar = (1.0 + 100.0 * 0.007) * j / (1.0 + 0.007 * j); in fromXyzInViewingConditions() local
322 double jstar = (1.0 + 100.0 * 0.007) * j / (1.0 + 0.007 * j); in fromJchInViewingConditions() local
338 public static Cam16 fromUcs(double jstar, double astar, double bstar) { in fromUcs()
354 double jstar, double astar, double bstar, ViewingConditions viewingConditions) { in fromUcsInViewingConditions()
/external/skia/modules/skottie/src/layers/shapelayer/
DPolystar.cpp45 PolystarGeometryAdapter(const skjson::ObjectValue& jstar, in PolystarGeometryAdapter()
101 sk_sp<sksg::GeometryNode> ShapeBuilder::AttachPolystarGeometry(const skjson::ObjectValue& jstar, in AttachPolystarGeometry()
/external/libmonet/blend/
DBlend.java85 double jstar = fromJ + (toJ - fromJ) * amount; in cam16Ucs() local