| /external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
| D | DownloadService.java | 296 boolean foreground) { in buildAddDownloadIntent() 316 boolean foreground) { in buildAddDownloadIntent() 332 Context context, Class<? extends DownloadService> clazz, String id, boolean foreground) { in buildRemoveDownloadIntent() 346 Context context, Class<? extends DownloadService> clazz, boolean foreground) { in buildRemoveAllDownloadsIntent() 359 Context context, Class<? extends DownloadService> clazz, boolean foreground) { in buildResumeDownloadsIntent() 372 Context context, Class<? extends DownloadService> clazz, boolean foreground) { in buildPauseDownloadsIntent() 392 boolean foreground) { in buildSetStopReasonIntent() 412 boolean foreground) { in buildSetRequirementsIntent() 429 boolean foreground) { in sendAddDownload() 449 boolean foreground) { in sendAddDownload() [all …]
|
| /external/skqp/src/effects/imagefilters/ |
| D | SkXfermodeImageFilter.cpp | 77 sk_sp<SkImageFilter> foreground, in Make() 118 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 227 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() local 257 sk_sp<SkSpecialImage> foreground, in filterImageGPU()
|
| D | SkArithmeticImageFilter.cpp | 172 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 289 sk_sp<SkSpecialImage> foreground, in filterImageGPU() 439 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() local 451 sk_sp<SkImageFilter> foreground, in Make()
|
| /external/skia/src/effects/imagefilters/ |
| D | SkBlendImageFilter.cpp | 70 sk_sp<SkImageFilter> foreground, in Blend() 112 sk_sp<SkSpecialImage> foreground(this->filterInput(1, ctx, &foregroundOffset)); in onFilterImage() local 237 sk_sp<SkSpecialImage> foreground, in filterImageGPU()
|
| D | SkArithmeticImageFilter.cpp | 78 sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, in Arithmetic() 197 sk_sp<SkSpecialImage> foreground(this->filterInput(1, ctx, &foregroundOffset)); in onFilterImage() local 314 sk_sp<SkSpecialImage> foreground, in filterImageGPU()
|
| /external/skia/modules/svg/src/ |
| D | SkSVGFeBlend.cpp | 44 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter() local
|
| D | SkSVGFeComposite.cpp | 52 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter() local
|
| /external/skia/experimental/sktext/src/ |
| D | Processor.cpp | 83 …xt(const char* text, SkCanvas* canvas, TextFormatStyle textFormat, SkColor foreground, SkColor bac… in drawText() 88 …TextFormatStyle textFormat, SkColor foreground, SkColor background, const SkString& fontFamily, Sk… in drawText() 129 SkPaint* foreground = new SkPaint(); in sortDecorBlocks() local
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | AnimationPlayerActivity.java | 113 View foreground = findViewById(R.id.animation_foreground); in onCreate() local
|
| /external/skia/gm/ |
| D | xfermodeimagefilter.cpp | 122 sk_sp<SkImageFilter> foreground(SkImageFilters::Image(std::move(bitmapImage))); in onDraw() local
|
| /external/skqp/gm/ |
| D | xfermodeimagefilter.cpp | 116 sk_sp<SkImageFilter> foreground(SkImageSource::Make(std::move(bitmapImage))); in onDraw() local
|
| /external/ImageMagick/MagickCore/ |
| D | vision.c | 692 foreground; in ConnectedComponentsImage() local 804 foreground; in ConnectedComponentsImage() local
|
| D | decorate.c | 630 foreground, in RaiseImage() local
|
| D | xwindow.c | 5342 foreground; in XMakeCursor() local 5937 foreground; in XMakeImageLSBFirst() local 6554 foreground; in XMakeImageMSBFirst() local 7201 foreground, in XMakeMagnifyImage() local
|
| D | threshold.c | 1359 foreground = MagickTrue; in ColorThresholdImage() local
|
| /external/skia/experimental/sktext/include/ |
| D | Processor.h | 51 DecorBlock(const SkPaint* foreground, const SkPaint* background, TextRange range) in DecorBlock()
|
| /external/fmtlib/include/fmt/ |
| D | color.h | 341 FMT_CONSTEXPR text_style fg(detail::color_type foreground) FMT_NOEXCEPT { in fg() 432 detail::color_type foreground) FMT_NOEXCEPT { in make_foreground_color() 484 auto foreground = detail::make_foreground_color<Char>(ts.get_foreground()); in vformat_to() local
|
| /external/python/cpython3/Lib/idlelib/ |
| D | sidebar.py | 77 def _update_colors(self, foreground, background): argument
|
| /external/libfuse/lib/ |
| D | helper.c | 225 int fuse_daemonize(int foreground) in fuse_daemonize()
|
| /external/skia/modules/skplaintexteditor/src/ |
| D | editor.cpp | 452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
|
| /external/libfuse/include/ |
| D | fuse_lowlevel.h | 1893 int foreground; member
|
| /external/skqp/tests/ |
| D | ImageFilterTest.cpp | 1872 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local 1929 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() 1943 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in test_arithmetic_combinations() local
|
| /external/skia/tests/ |
| D | ImageFilterTest.cpp | 1816 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local 1873 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() 1887 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(fgRect)); in test_arithmetic_combinations() local
|
| /external/skia/modules/canvaskit/ |
| D | paragraph_bindings.cpp | 544 SkPaint background) { in EMSCRIPTEN_BINDINGS()
|
| /external/speex/libspeexdsp/ |
| D | mdf.c | 160 spx_word16_t *foreground; /* Foreground filter weights */ member
|