Home
last modified time | relevance | path

Searched defs:foreground (Results 1 – 25 of 34) sorted by relevance

12

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java296 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/
DSkXfermodeImageFilter.cpp77 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()
DSkArithmeticImageFilter.cpp172 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/
DSkBlendImageFilter.cpp70 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()
DSkArithmeticImageFilter.cpp78 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/
DSkSVGFeBlend.cpp44 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter() local
DSkSVGFeComposite.cpp52 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter() local
/external/skia/experimental/sktext/src/
DProcessor.cpp83 …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/
DAnimationPlayerActivity.java113 View foreground = findViewById(R.id.animation_foreground); in onCreate() local
/external/skia/gm/
Dxfermodeimagefilter.cpp122 sk_sp<SkImageFilter> foreground(SkImageFilters::Image(std::move(bitmapImage))); in onDraw() local
/external/skqp/gm/
Dxfermodeimagefilter.cpp116 sk_sp<SkImageFilter> foreground(SkImageSource::Make(std::move(bitmapImage))); in onDraw() local
/external/ImageMagick/MagickCore/
Dvision.c692 foreground; in ConnectedComponentsImage() local
804 foreground; in ConnectedComponentsImage() local
Ddecorate.c630 foreground, in RaiseImage() local
Dxwindow.c5342 foreground; in XMakeCursor() local
5937 foreground; in XMakeImageLSBFirst() local
6554 foreground; in XMakeImageMSBFirst() local
7201 foreground, in XMakeMagnifyImage() local
Dthreshold.c1359 foreground = MagickTrue; in ColorThresholdImage() local
/external/skia/experimental/sktext/include/
DProcessor.h51 DecorBlock(const SkPaint* foreground, const SkPaint* background, TextRange range) in DecorBlock()
/external/fmtlib/include/fmt/
Dcolor.h341 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/
Dsidebar.py77 def _update_colors(self, foreground, background): argument
/external/libfuse/lib/
Dhelper.c225 int fuse_daemonize(int foreground) in fuse_daemonize()
/external/skia/modules/skplaintexteditor/src/
Deditor.cpp452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
/external/libfuse/include/
Dfuse_lowlevel.h1893 int foreground; member
/external/skqp/tests/
DImageFilterTest.cpp1872 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/
DImageFilterTest.cpp1816 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/
Dparagraph_bindings.cpp544 SkPaint background) { in EMSCRIPTEN_BINDINGS()
/external/speex/libspeexdsp/
Dmdf.c160 spx_word16_t *foreground; /* Foreground filter weights */ member

12