Home
last modified time | relevance | path

Searched defs:background (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/skia/src/effects/imagefilters/
DSkBlendImageFilter.cpp74 sk_sp<SkImageFilter> background, in Blend()
82 sk_sp<SkImageFilter> background, in Blend()
132 sk_sp<SkSpecialImage> background(this->filterInput(0, ctx, &backgroundOffset)); in onFilterImage() local
258 sk_sp<SkSpecialImage> background, in filterImageGPU()
DSkArithmeticImageFilter.cpp75 sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, in Arithmetic()
191 sk_sp<SkSpecialImage> background(this->filterInput(0, ctx, &backgroundOffset)); in onFilterImage() local
337 sk_sp<SkSpecialImage> background, in filterImageGPU()
/third_party/python/Lib/
Dwebbrowser.py209 background = False variable in UnixBrowser
291 background = True variable in Mozilla
302 background = True variable in Netscape
312 background = True variable in Galeon
322 background = True variable in Chrome
334 background = True variable in Opera
344 background = False variable in Elinks
/third_party/flutter/skia/include/effects/
DSkXfermodeImageFilter.h24 static sk_sp<SkImageFilter> Make(SkBlendMode mode, sk_sp<SkImageFilter> background) { in Make()
/third_party/skia/experimental/sktext/editor/
DEditor.cpp23 SkPaint background; background.setColor(DEFAULT_TEXT_BACKGROUND); in Editor() local
34 SkPaint background; background.setColor(DEFAULT_STATUS_BACKGROUND); in Editor() local
269 SkPaint background; background.setColor(DEFAULT_STATUS_BACKGROUND); in paint() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkXfermodeImageFilter.cpp77 sk_sp<SkImageFilter> background, in Make()
116 sk_sp<SkSpecialImage> background(this->filterInput(0, ctx, &backgroundOffset)); in onFilterImage() local
242 sk_sp<SkSpecialImage> background, in filterImageGPU()
DSkArithmeticImageFilter.cpp92 sk_sp<SkImageFilter> background, in Make()
208 sk_sp<SkSpecialImage> background(this->filterInput(0, ctx, &backgroundOffset)); in onFilterImage() local
326 sk_sp<SkSpecialImage> background, in filterImageGPU()
/third_party/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py315 def trigger_ebizzy (sched_smt, stress, duration, background, pinned): argument
366 def trigger_kernbench (sched_smt, stress, background, pinned, perf_test): argument
437 def trigger_workld(sched_smt, workload, stress, duration, background, pinned, perf_test): argument
/third_party/weston/clients/
Ddesktop-shell.c111 struct background { struct
133 struct background *background; argument
745 struct background *background = data; in background_draw() local
841 struct background *background = in background_configure() local
1121 background_destroy(struct background *background) in background_destroy()
1133 struct background *background; in background_create() local
/third_party/skia/docs/examples/
DSKIA_LOGO_svg.cpp7 const SkColor background = SK_ColorWHITE; // SK_ColorTRANSPARENT; in draw() local
DSKIA_LOGO.cpp7 const SkColor background = SK_ColorWHITE; // SK_ColorTRANSPARENT; in draw() local
DSKIA_LOGO_ANIMATE.cpp7 const SkColor background = SK_ColorWHITE; // SK_ColorTRANSPARENT; in draw() local
/third_party/skia/tests/
DPDFOpaqueSrcModeToSrcOverTest.cpp17 SkPaint background; in run_test() local
/third_party/flutter/skia/tests/
DPDFOpaqueSrcModeToSrcOverTest.cpp17 SkPaint background; in run_test() local
/third_party/skia/modules/svg/src/
DSkSVGFeBlend.cpp43 const sk_sp<SkImageFilter> background = fctx.resolveInput(ctx, fIn2, colorspace); in onMakeImageFilter() local
DSkSVGFeComposite.cpp51 const sk_sp<SkImageFilter> background = fctx.resolveInput(ctx, fIn2, colorspace); in onMakeImageFilter() local
/third_party/flutter/skia/third_party/externals/sdl/test/nacl/
Dmanifest.json12 "background": { object
/third_party/ltp/testcases/kernel/fs/doio/
Dforker.c130 int background(char *prefix) in background() function
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
DSkottieView.java99 public SkottieView(Context context, int resID, Color background) { in SkottieView()
165 public void setSource(int resID, Context context, Color background) { in setSource()
/third_party/skia/modules/androidkit/src/
DText.cpp33 SkPaint background(SkColors::kTransparent); in Text_RenderText() local
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_style.h57 SkPaint background; variable
/third_party/skia/experimental/sktext/src/
DPaint.cpp23 SkPaint foreground, SkPaint background, in drawText()
32 SkPaint foreground, SkPaint background, in drawText()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-tcpclient.c149 int background = 0; /* If non-zero work in the background */ in main() local
Dns-udpclient.c158 int background = 0; /* work in the background if non-zero */ in main() local
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dwritepng.c164 png_color_16 background; in writepng_init() local

123456