/third_party/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()
|
/third_party/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()
|
/third_party/elfio/.vscode/ |
D | settings.json | 84 "foreground": "#f00" string 90 "foreground": "#0f0" string 96 "foreground": "#0f0" string
|
/third_party/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
|
/third_party/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
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | TextActivity.java | 21 Paint foreground; field in TextRenderer
|
/third_party/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()
|
/third_party/skia/experimental/sktext/src/ |
D | Paint.cpp | 23 SkPaint foreground, SkPaint background, in drawText() 32 SkPaint foreground, SkPaint background, in drawText()
|
/third_party/skia/gm/ |
D | xfermodeimagefilter.cpp | 122 sk_sp<SkImageFilter> foreground(SkImageFilters::Image(std::move(bitmapImage))); in onDraw() local
|
/third_party/libfuse/lib/ |
D | helper.c | 253 int fuse_daemonize(int foreground) in fuse_daemonize()
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | editor.cpp | 452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.c | 1017 guint32 background, foreground; in rfb_decoder_hextile_encoding() local
|
/third_party/libfuse/include/ |
D | fuse_lowlevel.h | 1943 int foreground; member
|
/third_party/skia/modules/canvaskit/ |
D | paragraph_bindings.cpp | 537 SkPaint background) { in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/tests/ |
D | ImageFilterTest.cpp | 1818 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local 1875 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() 1889 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(fgRect)); in test_arithmetic_combinations() local
|
/third_party/NuttX/include/nuttx/video/ |
D | fb.h | 377 struct fb_overlayarea_s foreground; /* The foreground overlay area */ member
|
/third_party/cef/tests/ceftests/extensions/ |
D | chrome_tabs_unittest.cc | 387 bool foreground, in OnBeforeBrowser()
|
/third_party/ffmpeg/libavcodec/ |
D | pngenc.c | 645 uint8_t *foreground = input->data[0] + input_linesize * y + bpp * leftmost_x; in apng_do_inverse_blend() local
|
D | pngdec.c | 1127 uint8_t *foreground = dst + dst_stride * y + s->bpp * s->x_offset; in handle_p_frame_apng() local
|
/third_party/libfuse/example/ |
D | passthrough_hp.cc | 152 bool foreground; member
|
/third_party/skia/third_party/externals/libpng/ |
D | pngread.c | 1726 png_uint_32 foreground, int foreground_encoding, png_uint_32 alpha, in png_colormap_compose()
|