Home
last modified time | relevance | path

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

1234

/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/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/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/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/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/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/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/ltp/testcases/kernel/fs/doio/
Dforker.c130 int background(char *prefix) in background() function
/third_party/skia/modules/androidkit/src/
DText.cpp33 SkPaint background(SkColors::kTransparent); in Text_RenderText() local
/third_party/node/deps/v8/tools/link_clicker.extension/
Dmanifest.json8 "background": { "scripts": ["background.js"] }, object
/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
Dns-udpserver.c197 int background = 0; /* work in the background if non-zero */ in main() local
Dns-mcast_receiver.c435 int background = 0; in main() local
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dwritepng.c164 png_color_16 background; in writepng_init() local
/third_party/skia/gm/
Dxfermodeimagefilter.cpp92 sk_sp<SkImageFilter> background(SkImageFilters::Image(fCheckerboard)); in onDraw() local
Dimagemakewithfilter.cpp96 sk_sp<SkImageFilter> background = SkImageFilters::Image(std::move(auxImage)); in arithmetic_factory() local
102 sk_sp<SkImageFilter> background = SkImageFilters::Image(std::move(auxImage)); in blend_factory() local
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstripple.c122 image_bgset_y (guint32 * src, gint16 * background, gint video_area) in image_bgset_y()
156 image_bgsubtract_update_y (guint32 * src, gint16 * background, guint8 * diff, in image_bgsubtract_update_y()
Dgstradioac.h66 gint16 *background; member

1234