/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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | DownloadService.java | 298 boolean foreground) { in buildAddDownloadIntent() 318 boolean foreground) { in buildAddDownloadIntent() 334 Context context, Class<? extends DownloadService> clazz, String id, boolean foreground) { in buildRemoveDownloadIntent() 348 Context context, Class<? extends DownloadService> clazz, boolean foreground) { in buildRemoveAllDownloadsIntent() 361 Context context, Class<? extends DownloadService> clazz, boolean foreground) { in buildResumeDownloadsIntent() 374 Context context, Class<? extends DownloadService> clazz, boolean foreground) { in buildPauseDownloadsIntent() 394 boolean foreground) { in buildSetStopReasonIntent() 414 boolean foreground) { in buildSetRequirementsIntent() 431 boolean foreground) { in sendAddDownload() 451 boolean foreground) { in sendAddDownload() [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/ |
D | DownloadService.java | 300 boolean foreground) { in buildAddDownloadIntent() 320 boolean foreground) { in buildAddDownloadIntent() 336 Context context, Class<? extends DownloadService> clazz, String id, boolean foreground) { in buildRemoveDownloadIntent() 350 Context context, Class<? extends DownloadService> clazz, boolean foreground) { in buildRemoveAllDownloadsIntent() 363 Context context, Class<? extends DownloadService> clazz, boolean foreground) { in buildResumeDownloadsIntent() 376 Context context, Class<? extends DownloadService> clazz, boolean foreground) { in buildPauseDownloadsIntent() 396 boolean foreground) { in buildSetStopReasonIntent() 416 boolean foreground) { in buildSetRequirementsIntent() 433 boolean foreground) { in sendAddDownload() 453 boolean foreground) { in sendAddDownload() [all …]
|
/external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Text.java | 22 public void renderText(Canvas canvas, Paint foreground, float x, float y) { in renderText() 26 …private static native void nRenderText(String text, long nativeCanvas, long foreground, float x, f… in nRenderText()
|
D | ImageFilter.java | 79 @Nullable ImageFilter foreground) { in blend()
|
/external/skia/src/effects/imagefilters/ |
D | SkBlendImageFilter.cpp | 75 sk_sp<SkImageFilter> foreground, in Blend() 83 sk_sp<SkImageFilter> foreground, in Blend() 135 sk_sp<SkSpecialImage> foreground(this->filterInput(1, ctx, &foregroundOffset)); in onFilterImage() local 260 sk_sp<SkSpecialImage> foreground, in filterImageGPU()
|
D | SkArithmeticImageFilter.cpp | 75 sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, in Arithmetic() 194 sk_sp<SkSpecialImage> foreground(this->filterInput(1, ctx, &foregroundOffset)); in onFilterImage() local 339 sk_sp<SkSpecialImage> foreground, in filterImageGPU()
|
/external/skia/experimental/sktext/editor/ |
D | Editor.cpp | 22 SkPaint foreground; foreground.setColor(DEFAULT_TEXT_FOREGROUND); in Editor() local 33 SkPaint foreground; foreground.setColor(DEFAULT_STATUS_FOREGROUND); in Editor() local
|
/external/skia/modules/svg/src/ |
D | SkSVGFeComposite.cpp | 52 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter() local
|
D | SkSVGFeBlend.cpp | 44 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter() local
|
/external/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | TextActivity.java | 21 Paint foreground; field in TextRenderer
|
/external/skia/modules/androidkit/src/ |
D | Text.cpp | 30 auto foreground = reinterpret_cast<SkPaint*>(native_fg_paint); in Text_RenderText() local
|
D | ImageFilter.cpp | 51 static long ImageFilter_Blend(JNIEnv* env, jobject, jint bm, jlong background, jlong foreground) { in ImageFilter_Blend()
|
/external/skia/experimental/sktext/src/ |
D | Paint.cpp | 23 SkPaint foreground, SkPaint background, in drawText() 32 SkPaint foreground, SkPaint background, in drawText()
|
/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/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
|
/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/libfuse/lib/ |
D | helper.c | 225 int fuse_daemonize(int foreground) in fuse_daemonize()
|
/external/libfuse/include/ |
D | fuse_lowlevel.h | 1903 int foreground; member
|
/external/skia/modules/skplaintexteditor/src/ |
D | editor.cpp | 452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
|
/external/skia/modules/canvaskit/ |
D | paragraph_bindings.cpp | 538 SkPaint background) { in EMSCRIPTEN_BINDINGS()
|
/external/skia/tests/ |
D | ImageFilterTest.cpp | 1830 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local 1887 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() 1901 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(fgRect)); in test_arithmetic_combinations() local
|