Home | History | Annotate | Download | only in skottie

Lines Matching defs:hex

714     const auto hex = ParseDefault(jlayer["sc"], SkString());
717 !hex.startsWith("#") ||
718 !SkParse::FindHex(hex.c_str() + 1, &c)) {