Lines Matching +defs:path +defs:key
210 static SkString get_scaled_name(const Path& path, float scale) { in get_scaled_name()
215 BRDSrc::BRDSrc(Path path, Mode mode, CodecSrc::DstColorType dstColorType, uint32_t sampleSize) in BRDSrc()
228 static std::unique_ptr<android::skia::BitmapRegionDecoder> create_brd(Path path) { in create_brd()
387 static bool serial_from_path_name(const SkString& path) { in serial_from_path_name()
406 CodecSrc::CodecSrc(Path path, Mode mode, DstColorType dstColorType, SkAlphaType dstAlphaType, in CodecSrc()
876 AndroidCodecSrc::AndroidCodecSrc(Path path, CodecSrc::DstColorType dstColorType, in AndroidCodecSrc()
965 ImageGenSrc::ImageGenSrc(Path path, Mode mode, SkAlphaType alphaType, bool isGpu) in ImageGenSrc()
1077 ColorCodecSrc::ColorCodecSrc(Path path, bool decode_to_dst) : fPath(path) in ColorCodecSrc()
1146 SKPSrc::SKPSrc(Path path) : fPath(path) { } in SKPSrc()
1200 static SkRect get_cull_rect_for_skp(const char* path) { in get_cull_rect_for_skp()
1225 BisectSrc::BisectSrc(Path path, const char* trail) : INHERITED(path), fTrail(trail) {} in BisectSrc()
1241 void onDrawPath(const SkPath& path, const SkPaint& paint) override { in draw()
1266 const FoundPath& path = pathFinder.foundPaths()[i]; in draw() local
1281 SkottieSrc::SkottieSrc(Path path) : fPath(std::move(path)) {} in SkottieSrc()
1367 SVGSrc::SVGSrc(Path path) in SVGSrc()
1439 MSKPSrc::MSKPSrc(Path path) : fPath(path) { in MSKPSrc()
1778 int /*count*/) { in draw()