| /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/flutter/skia/src/effects/imagefilters/ |
| D | SkXfermodeImageFilter.cpp | 78 sk_sp<SkImageFilter> foreground, in Make() 119 sk_sp<SkSpecialImage> foreground(this->filterInput(1, ctx, &foregroundOffset)); in onFilterImage() local 244 sk_sp<SkSpecialImage> foreground, in filterImageGPU()
|
| D | SkArithmeticImageFilter.cpp | 93 sk_sp<SkImageFilter> foreground, in Make() 211 sk_sp<SkSpecialImage> foreground(this->filterInput(1, ctx, &foregroundOffset)); in onFilterImage() local 328 sk_sp<SkSpecialImage> foreground, in filterImageGPU()
|
| D | SkImageFilters.cpp | 80 sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkIRect* cropRect) { in Arithmetic() 188 SkBlendMode mode, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, in Xfermode()
|
| /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 | 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
|
| /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/flutter/engine/flutter/third_party/txt/src/txt/ |
| D | text_style.h | 59 SkPaint foreground; variable
|
| /third_party/flutter/txt/src/txt/ |
| D | text_style.h | 60 SkPaint foreground; variable
|
| /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/flutter/skia/gm/ |
| D | xfermodeimagefilter.cpp | 123 sk_sp<SkImageFilter> foreground(SkImageFilters::Image(std::move(bitmapImage))); in onDraw() local
|
| /third_party/libfuse/lib/ |
| D | helper.c | 225 int fuse_daemonize(int foreground) in fuse_daemonize()
|
| /third_party/flutter/engine/flutter/lib/ui/text/ |
| D | paragraph_builder.cc | 364 Paint foreground(foreground_objects, foreground_data); in pushStyle() local
|
| /third_party/skia/modules/skplaintexteditor/src/ |
| D | editor.cpp | 452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
|
| /third_party/libfuse/include/ |
| D | fuse_lowlevel.h | 1873 int foreground; member
|
| /third_party/flutter/skia/experimental/editor/ |
| D | editor.cpp | 452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
|
| /third_party/flutter/skia/samplecode/ |
| D | SampleParagraph.cpp | 126 SkPaint foreground; in drawTest() local 285 SkPaint foreground; in drawText() local
|