Home
last modified time | relevance | path

Searched defs:foreground (Results 1 – 25 of 36) 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/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/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_style.h59 SkPaint foreground; variable
/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/skia/experimental/sktext/src/
DPaint.cpp23 SkPaint foreground, SkPaint background, in drawText()
32 SkPaint foreground, SkPaint background, in drawText()
/third_party/flutter/skia/gm/
Dxfermodeimagefilter.cpp123 sk_sp<SkImageFilter> foreground(SkImageFilters::Image(std::move(bitmapImage))); in onDraw() local
/third_party/skia/gm/
Dxfermodeimagefilter.cpp122 sk_sp<SkImageFilter> foreground(SkImageFilters::Image(std::move(bitmapImage))); in onDraw() local
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
/third_party/flutter/skia/experimental/editor/
Deditor.cpp452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint() local
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc364 Paint foreground(foreground_objects, foreground_data); in pushStyle() local
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp126 SkPaint foreground; in drawTest() local
285 SkPaint foreground; in drawText() local
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Drfbdecoder.c1017 guint32 background, foreground; in rfb_decoder_hextile_encoding() local
/third_party/flutter/skia/tests/
DImageFilterTest.cpp1694 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local
1751 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds()
1765 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(fgRect)); in test_arithmetic_combinations() local
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp537 SkPaint background) { in EMSCRIPTEN_BINDINGS()
/third_party/skia/tests/
DImageFilterTest.cpp1818 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

12