Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 25 of 137) sorted by relevance

123456

/external/python/cpython3/Lib/idlelib/
Dconfig-highlight.def5 normal-foreground= #000000
7 keyword-foreground= #ff7700
9 builtin-foreground= #900090
11 comment-foreground= #dd0000
13 string-foreground= #00aa00
15 definition-foreground= #0000ff
17 hilite-foreground= #000000
19 break-foreground= black
21 hit-foreground= #ffffff
23 error-foreground= #000000
[all …]
/external/python/cpython2/Lib/idlelib/
Dconfig-highlight.def5 normal-foreground= #000000
7 keyword-foreground= #ff7700
9 builtin-foreground= #900090
11 comment-foreground= #dd0000
13 string-foreground= #00aa00
15 definition-foreground= #0000ff
17 hilite-foreground= #000000
19 break-foreground= black
21 hit-foreground= #ffffff
23 error-foreground= #000000
[all …]
/external/lisa/ipynb/residency/
Dtask_residencies-prepare-cgroups.ipynb66 … " 'cgroups': ['foreground', 'background', 'system-background', 'top-app', 'rt'],\n",
126 "317.512955 54833 9883.0 schedtune foreground\n",
128 "321.554727 136229 1481.0 cpuset foreground\n",
143 "325.518904 211673 9891.0 cpuset foreground\n",
144 "325.518904 211673 9891.0 schedtune foreground\n",
325 " <td>foreground</td>\n",
328 " <td>foreground</td>\n",
332 " <td>foreground</td>\n",
344 " <td>foreground</td>\n",
347 " <td>foreground</td>\n",
[all …]
/external/skia/src/effects/
DSkXfermodeImageFilter.cpp51 sk_sp<SkSpecialImage> foreground,
79 sk_sp<SkImageFilter> foreground, in Make() argument
81 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) }; in Make()
120 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local
123 if (foreground) { in onFilterImage()
125 foreground->width(), foreground->height()); in onFilterImage()
151 foreground, foregroundOffset, in onFilterImage()
175 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage()
227 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() local
228 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace()
[all …]
DSkArithmeticImageFilter.cpp53 sk_sp<SkSpecialImage> foreground,
155 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local
158 if (foreground) { in onFilterImage()
160 foreground->width(), foreground->height()); in onFilterImage()
184 return this->filterImageGPU(source, background, backgroundOffset, foreground, in onFilterImage()
207 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage()
286 sk_sp<SkSpecialImage> foreground, in filterImageGPU() argument
300 if (foreground) { in filterImageGPU()
301 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU()
328 GrTextureDomain::MakeTexelDomain(foreground->subset()), in filterImageGPU()
[all …]
/external/skqp/src/effects/
DSkXfermodeImageFilter.cpp51 sk_sp<SkSpecialImage> foreground,
79 sk_sp<SkImageFilter> foreground, in Make() argument
81 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) }; in Make()
120 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local
123 if (foreground) { in onFilterImage()
125 foreground->width(), foreground->height()); in onFilterImage()
151 foreground, foregroundOffset, in onFilterImage()
175 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage()
227 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() local
228 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace()
[all …]
DSkArithmeticImageFilter.cpp53 sk_sp<SkSpecialImage> foreground,
155 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local
158 if (foreground) { in onFilterImage()
160 foreground->width(), foreground->height()); in onFilterImage()
184 return this->filterImageGPU(source, background, backgroundOffset, foreground, in onFilterImage()
207 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage()
286 sk_sp<SkSpecialImage> foreground, in filterImageGPU() argument
300 if (foreground) { in filterImageGPU()
301 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU()
328 GrTextureDomain::MakeTexelDomain(foreground->subset()), in filterImageGPU()
[all …]
/external/vulkan-validation-layers/tests/
D_vkvalidatelayerdoc.ps18 write-host -background black -foreground green "[ SKIPPED ] " -nonewline
21 write-host -background black -foreground green "[ RUN ] " -nonewline
32 write-host -background black -foreground green "[ PASSED ] " -nonewline;
36 write-host -background black -foreground red "[ FAILED ] " -nonewline;
/external/skqp/tests/
DImageFilterTest.cpp1902 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local
1926 background, foreground, nullptr)); in DEF_TEST()
1958 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() argument
1961 SkArithmeticImageFilter::Make(k1, k2, k3, k4, false, background, foreground, crop)); in test_arithmetic_bounds()
1972 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in test_arithmetic_combinations() local
1979 test_arithmetic_bounds(reporter, 0, 0, 0, 0, background, foreground, nullptr, in test_arithmetic_combinations()
1981 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations()
1982 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, background_rect); in test_arithmetic_combinations()
1983 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations()
1984 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullptr, foreground_rect); in test_arithmetic_combinations()
[all …]
/external/skia/tests/
DImageFilterTest.cpp1902 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local
1926 background, foreground, nullptr)); in DEF_TEST()
1958 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() argument
1961 SkArithmeticImageFilter::Make(k1, k2, k3, k4, false, background, foreground, crop)); in test_arithmetic_bounds()
1972 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in test_arithmetic_combinations() local
1979 test_arithmetic_bounds(reporter, 0, 0, 0, 0, background, foreground, nullptr, in test_arithmetic_combinations()
1981 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations()
1982 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, background_rect); in test_arithmetic_combinations()
1983 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations()
1984 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullptr, foreground_rect); in test_arithmetic_combinations()
[all …]
/external/syslinux/doc/
Dmenu.txt384 MENU COLOR element ansi foreground background shadow
423 30 set black foreground
424 31 set red foreground
425 32 set green foreground
426 33 set brown foreground
427 34 set blue foreground
428 35 set magenta foreground
429 36 set cyan foreground
430 37 set white foreground
431 38 set underscore on, set default foreground color
[all …]
/external/python/cpython2/Demo/tkinter/matt/
Dcanvas-mult-item-sel.py46 self.QUIT = Button(self, text='QUIT', foreground='red',
57 self.button = Button(self, text="make a new dot", foreground="blue",
D00-HELLO-WORLD.py11 self.QUIT = Button(self, text='QUIT', foreground='red',
Dcanvas-demo-simple.py10 self.QUIT = Button(self, text='QUIT', foreground='red',
/external/python/cpython3/Tools/pynche/
DTextViewer.py42 foreground=optiondb.get('TEXTFG', 'white'),
140 l.configure(foreground=fg)
168 text.configure(foreground=colorname)
/external/python/cpython2/Tools/pynche/
DTextViewer.py42 foreground=optiondb.get('TEXTFG', 'white'),
140 l.configure(foreground=fg)
168 text.configure(foreground=colorname)
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Drhino-python.input39 styles.add('error', parent=basic, foreground=colors.red)
40 styles.add('output', parent=basic, foreground=colors.blue)
41 styles.add('input', parent=basic, foreground=colors.black)
42 styles.add('prompt', parent=basic, foreground=colors.purple)
/external/skia/gm/
Dxfermodeimagefilter.cpp116 sk_sp<SkImageFilter> foreground(SkImageSource::Make(std::move(bitmapImage))); in onDraw() local
119 foreground)); in onDraw()
172 sk_sp<SkImageFilter> cropped(SkOffsetImageFilter::Make(0, 0, foreground, &cropRect)); in onDraw()
/external/skqp/gm/
Dxfermodeimagefilter.cpp116 sk_sp<SkImageFilter> foreground(SkImageSource::Make(std::move(bitmapImage))); in onDraw() local
119 foreground)); in onDraw()
172 sk_sp<SkImageFilter> cropped(SkOffsetImageFilter::Make(0, 0, foreground, &cropRect)); in onDraw()
/external/ImageMagick/MagickCore/
Ddecorate.c664 foreground, in RaiseImage() local
679 foreground=QuantumRange; in RaiseImage()
683 foreground=(Quantum) 0; in RaiseImage()
729 foreground*(QuantumRange-HighlightFactor))); in RaiseImage()
747 (double) foreground*(QuantumRange-AccentuateFactor))); in RaiseImage()
819 foreground*(QuantumRange-HighlightFactor))); in RaiseImage()
893 foreground*(QuantumRange-HighlightFactor))); in RaiseImage()
/external/replicaisland/src/com/replica/replicaisland/
DAnimationPlayerActivity.java113 View foreground = findViewById(R.id.animation_foreground); in onCreate() local
120 foreground.startAnimation(foregroundAnim); in onCreate()
/external/skqp/include/effects/
DSkArithmeticImageFilter.h17 sk_sp<SkImageFilter> foreground,
DSkXfermodeImageFilter.h22 sk_sp<SkImageFilter> foreground,
/external/skia/include/effects/
DSkArithmeticImageFilter.h17 sk_sp<SkImageFilter> foreground,
DSkXfermodeImageFilter.h22 sk_sp<SkImageFilter> foreground,

123456