Home
last modified time | relevance | path

Searched defs:cf (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/pcre2/pcre2/
DRunGrepTest.bat42 set cf= variable
44 diff -b nul nul 2>nul && set cf=diff -b variable
45 diff -u nul nul 2>nul && set cf=diff -u variable
46 diff -ub nul nul 2>nul && set cf=diff -ub variable
48 set cf=fc /n variable
/third_party/skia/tests/
DColorFilterTest.cpp51 auto cf = SkColorFilters::Blend(color, (SkBlendMode)mode); in DEF_TEST() local
100 sk_sp<SkColorFilter> cf = SkColorFilters::Matrix({1,0,0,0,0, in DEF_TEST() local
117 sk_sp<SkColorFilter> cf = SkColorFilters::Matrix({1,0,0,0,0, in DEF_TEST() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkColorFilterImageFilter.cpp22 SkColorFilterImageFilterImpl(sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, in SkColorFilterImageFilterImpl()
45 sk_sp<SkImageFilter> SkColorFilterImageFilter::Make(sk_sp<SkColorFilter> cf, in Make()
77 sk_sp<SkColorFilter> cf(buffer.readColorFilter()); in CreateProc() local
/third_party/skia/src/effects/imagefilters/
DSkColorFilterImageFilter.cpp22 SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, in SkColorFilterImageFilter()
46 sk_sp<SkColorFilter> cf, sk_sp<SkImageFilter> input, const CropRect& cropRect) { in ColorFilter()
75 sk_sp<SkColorFilter> cf(buffer.readColorFilter()); in CreateProc() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransform.java178 TJCustomFilter cf) { in TJTransform()
203 TJCustomFilter cf) { in TJTransform()
226 public TJCustomFilter cf = null; field in TJTransform
/third_party/skia/modules/androidkit/src/
DColorFilters.cpp18 auto cf = SkColorFilters::Matrix(androidkit::utils::CFloats(env, jcm)); in MakeMatrix() local
26 auto cf = SkColorFilters::HSLAMatrix(androidkit::utils::CFloats(env, jcm)); in MakeHSLAMatrix() local
32 auto cf = SkColorFilters::Compose(sk_ref_sp(reinterpret_cast<SkColorFilter*>(outer)), in MakeCompose() local
/third_party/python/Modules/
Dmain.c226 pymain_run_command(wchar_t *command, PyCompilerFlags *cf) in pymain_run_command()
308 pymain_run_file(const PyConfig *config, PyCompilerFlags *cf) in pymain_run_file()
380 pymain_run_startup(PyConfig *config, PyCompilerFlags *cf, int *exitcode) in pymain_run_startup()
487 pymain_run_stdin(PyConfig *config, PyCompilerFlags *cf) in pymain_run_stdin()
518 pymain_repl(PyConfig *config, PyCompilerFlags *cf, int *exitcode) in pymain_repl()
583 PyCompilerFlags cf = _PyCompilerFlags_INIT; in pymain_run_python() local
Dsymtablemodule.c33 PyCompilerFlags cf = _PyCompilerFlags_INIT; in _symtable_symtable_impl() local
/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/x86emu/
Dprim_ops.c726 unsigned int res, cnt, mask, cf; in rcl_byte() local
799 unsigned int res, cnt, mask, cf; in rcl_word() local
823 u32 res, cnt, mask, cf; in rcl_long() local
848 u32 mask, cf, ocf = 0; in rcr_byte() local
932 u32 mask, cf, ocf = 0; in rcr_word() local
964 u32 mask, cf, ocf = 0; in rcr_long() local
1187 unsigned int cnt, res, cf; in shl_byte() local
1229 unsigned int cnt, res, cf; in shl_word() local
1267 unsigned int cnt, res, cf; in shl_long() local
1302 unsigned int cnt, res, cf; in shr_byte() local
[all …]
/third_party/ffmpeg/libavcodec/
Dnvdec_h264.c36 const NVDECFrame *cf = fdd->hwaccel_priv; in dpb_add() local
58 NVDECFrame *cf; in nvdec_h264_start_frame() local
Dnvdec_hevc.c36 const NVDECFrame *cf = fdd->hwaccel_priv; in dpb_add() local
81 NVDECFrame *cf; in nvdec_hevc_start_frame() local
Dnvdec_vc1.c36 NVDECFrame *cf; in nvdec_vc1_start_frame() local
Dnvdec_vp8.c41 NVDECFrame *cf; in nvdec_vp8_start_frame() local
Dpcm.c557 #define PCM_ENCODER_2(cf, id, sample_fmt, name, long_name) \ argument
559 #define PCM_ENCODER_3(cf, id, sample_fmt, name, long_name) \ argument
580 #define PCM_DECODER_2(cf, id, sample_fmt, name, long_name) \ argument
582 #define PCM_DECODER_3(cf, id, sample_fmt, name, long_name) \ argument
Dnvdec_mpeg12.c36 NVDECFrame *cf; in nvdec_mpeg12_start_frame() local
Dnvdec_vp9.c40 NVDECFrame *cf; in nvdec_vp9_start_frame() local
Dnvdec_mjpeg.c36 NVDECFrame *cf; in nvdec_mjpeg_start_frame() local
Dnvdec.c437 NVDECFrame *cf = priv; in nvdec_fdd_priv_free() local
474 NVDECFrame *cf = (NVDECFrame*)fdd->hwaccel_priv; in nvdec_retrieve_data() local
554 NVDECFrame *cf = NULL; in ff_nvdec_start_frame() local
707 NVDECFrame *cf; in ff_nvdec_get_ref_idx() local
/third_party/node/deps/npm/node_modules/npm-cache-filename/
Dindex.js6 function cf(root, u) { function
/third_party/mksh/
Dsyn.c77 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf))) argument
78 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf))) argument
79 #define musthave(c,cf) do { \ argument
103 pipeline(int cf, int sALIAS) in pipeline()
181 synio(int cf) in synio()
267 get_command(int cf, int sALIAS) in get_command()
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs/
Drelease.go24 cf "github.com/google/wuffs/cmd/commonflags" packageName
/third_party/flutter/skia/src/core/
DSkPaintPriv.cpp15 SkColorFilter* cf = paint.getColorFilter(); in changes_alpha() local
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/
Dtest.go29 cf "github.com/google/wuffs/cmd/commonflags" packageName
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMessageRegressionTest.java215 ChoiceFormat cf = new ChoiceFormat(limits, formats); in Test4104976() local
232 ChoiceFormat cf = null; in Test4106659() local
252 ChoiceFormat cf = new ChoiceFormat(limits, formats); in Test4106660() local
585 ChoiceFormat cf = new ChoiceFormat(DATA[i]); in TestChoicePatternQuote() local
/third_party/skia/modules/skottie/src/effects/
DThresholdEffect.cpp61 auto cf = in onSync() local

123456