Lines Matching refs:push_src
460 static void push_src(const char* tag, ImplicitString options, Src* s) { in push_src() function
532 push_src("image", folder, src); in push_codec_src()
567 push_src("image", folder, src); in push_android_codec_src()
601 push_src("image", folder, src); in push_image_gen_src()
634 push_src("image", folder, src); in push_brd_src()
841 push_src(src_name, "", new T(SkOSPath::Join(path, file.c_str()))); in gather_file_srcs()
844 push_src(src_name, "", new T(path)); in gather_file_srcs()
851 push_src("gm", "", new GMSrc(f)); in gather_srcs()
864 push_src("bisect", "", in gather_srcs()
883 push_src("colorImage", "decode_native", new ColorCodecSrc(colorImage, false)); in gather_srcs()
884 push_src("colorImage", "decode_to_dst", new ColorCodecSrc(colorImage, true)); in gather_srcs()