Searched refs:Maker (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/effects/imagefilters/ |
H A D | SkBlurImageFilter.cpp | 224 class Maker : public PassMaker { in MakeMaker() class 226 explicit Maker(int window) : PassMaker{window} {} in MakeMaker() function in __anon18752::final::Maker 246 return alloc->make<Maker>(window); in MakeMaker() 486 class Maker : public PassMaker { in MakeMaker() class 488 explicit Maker(int window) : PassMaker{window} {} in MakeMaker() function in __anon18752::final::Maker 506 return alloc->make<Maker>(tentWindow); in MakeMaker()
|
/third_party/alsa-lib/src/pcm/ |
H A D | ladspa.h | 397 const char * Maker; member
|
/third_party/pulseaudio/src/modules/ |
H A D | ladspa.h | 396 const char * Maker; member
|
H A D | module-ladspa-sink.c | 1118 pa_log_debug("Maker: %s", d->Maker); in pa__init() 1289 pa_proplist_sets(sink_data.proplist, "device.ladspa.maker", d->Maker); in pa__init()
|
/third_party/skia/gm/ |
H A D | patheffects.cpp | 246 typedef SkPath (*Maker)(); in DEF_SIMPLE_GM() typedef 247 const Maker makers[] = { in DEF_SIMPLE_GM()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lensfun.c | 153 av_log(ctx, AV_LOG_INFO, "\t%s\t%s\n", cameras[i]->Maker, cameras[i]->Model); in init() 162 av_log(ctx, AV_LOG_INFO, "\t%s\t(make %s)\n", lenses[i]->Model, lenses[i]->Maker); in init()
|
H A D | af_ladspa.c | 562 av_log(ctx, AV_LOG_VERBOSE, "Maker: %s\n", in init() 563 (char *)av_x_if_null(desc->Maker, "?")); in init()
|
Completed in 12 milliseconds