Lines Matching refs:sysroot
445 static sk_sp<SkTypeface_fontconfig> Make(SkAutoFcPattern pattern, SkString sysroot) {
447 std::move(sysroot)));
469 // See FontAccessible for note on searching sysroot then non-sysroot path.
554 SkTypeface_fontconfig(SkAutoFcPattern pattern, SkString sysroot)
558 , fSysroot(std::move(sysroot))
785 // When sysroot was implemented in e96d7760886a3781a46b3271c76af99e15cb0146 (before 2.11.0)
789 // The broken support is mostly around not making all paths relative to the sysroot.
790 // However, even at 2.13.1 it is possible to get a mix of sysroot and non-sysroot paths,
791 // as any added file path not lexically starting with the sysroot will be unchanged.
792 // To allow users to add local app files outside the sysroot,
793 // prefer the sysroot but also look without the sysroot.