Home
last modified time | relevance | path

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

12

/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DText.java22 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()
DImageFilter.java79 @Nullable ImageFilter foreground) { in blend()
/third_party/skia/src/effects/imagefilters/
DSkBlendImageFilter.cpp75 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()
DSkArithmeticImageFilter.cpp75 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/
DSkXfermodeImageFilter.cpp78 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()
DSkArithmeticImageFilter.cpp93 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()
DSkImageFilters.cpp80 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/
Dsettings.json84 "foreground": "#f00" string
90 "foreground": "#0f0" string
96 "foreground": "#0f0" string
/third_party/skia/modules/svg/src/
DSkSVGFeComposite.cpp52 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter() local
DSkSVGFeBlend.cpp44 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter() local
/third_party/skia/experimental/sktext/editor/
DEditor.cpp22 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/
DTextActivity.java21 Paint foreground; field in TextRenderer
/third_party/skia/modules/androidkit/src/
DText.cpp30 auto foreground = reinterpret_cast<SkPaint*>(native_fg_paint); in Text_RenderText() local
DImageFilter.cpp51 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/
Dtext_style.h59 SkPaint foreground; variable
/third_party/flutter/txt/src/txt/
Dtext_style.h60 SkPaint foreground; variable
/third_party/skia/experimental/sktext/src/
DPaint.cpp23 SkPaint foreground, SkPaint background, in drawText()
32 SkPaint foreground, SkPaint background, in drawText()
/third_party/skia/gm/
Dxfermodeimagefilter.cpp122 sk_sp<SkImageFilter> foreground(SkImageFilters::Image(std::move(bitmapImage))); in onDraw() local
/third_party/flutter/skia/gm/
Dxfermodeimagefilter.cpp123 sk_sp<SkImageFilter> foreground(SkImageFilters::Image(std::move(bitmapImage))); in onDraw() local
/third_party/libfuse/lib/
Dhelper.c225 int fuse_daemonize(int foreground) in fuse_daemonize()
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc364 Paint foreground(foreground_objects, foreground_data); in pushStyle() local
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
/third_party/libfuse/include/
Dfuse_lowlevel.h1873 int foreground; member
/third_party/flutter/skia/experimental/editor/
Deditor.cpp452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp126 SkPaint foreground; in drawTest() local
285 SkPaint foreground; in drawText() local

12