Home
last modified time | relevance | path

Searched defs:bg (Results 1 - 25 of 58) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Dcga_data.c46 void ff_draw_pc_font(uint8_t *dst, int linesize, const uint8_t *font, int font_height, int ch, int fg, int bg) in ff_draw_pc_font() argument
H A Dtmv.c46 unsigned x, y, fg, bg, c; in tmv_decode_frame() local
H A Dansi.c65 int bg; /**< background color */ member
167 int bg = s->bg; in draw_char() local
[all...]
H A Dvmnc.c250 int bg = 0, fg = 0, rects, color, flags, xy, wh; in decode_hextile() local
/third_party/alsa-utils/alsamixer/
H A Dcolors.c28 int get_color_pair(short fg, short bg) in get_color_pair() argument
48 void reinit_colors(short bg) in reinit_colors() argument
[all...]
/third_party/skia/gm/
H A Dxfermodes2.cpp107 SkBitmap bg; variable
H A Dcolor4f.cpp75 SkPaint bg; in DEF_SIMPLE_GM() local
H A Dxfermodes3.cpp183 SkBitmap bg; variable
H A Darithmode.cpp147 sk_sp<SkImageFilter> bg = variable
H A Dhsl.cpp163 SkPaint bg, fg; in DEF_SIMPLE_GM() local
/third_party/node/deps/npm/node_modules/npmlog/lib/
H A Dlog.js[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-png.c59 png_color_16 bg; /* Background color */ in _cupsImageReadPNG() local
/third_party/skia/samplecode/
H A DSampleTextBox.cpp47 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest() argument
/third_party/rust/crates/termcolor/wincolor/src/
H A Dwin.rs96 pub fn bg(&mut self, intense: Intense, color: Color) -> io::Result<()> { in bg() functions
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDeviceLostTests.cpp488 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer, 0, sizeof(float)}}); in TEST_P() local
/third_party/skia/modules/androidkit/src/
H A DImageFilter.cpp52 auto bg = sk_ref_sp(reinterpret_cast<SkImageFilter*>(background)); in ImageFilter_Blend() local
/third_party/ffmpeg/libavfilter/
H A Df_drawgraph.c41 uint8_t bg[4]; member
150 int bg = AV_RN32(s->bg); in clear_image() local
219 uint32_t fg, bg; in filter_frame() local
359 uint32_t fg, bg; request_frame() local
[all...]
H A Dsrc_avsynctest.c63 FFDrawColor bg; member
H A Df_graphmonitor.c57 uint8_t bg[4]; member
148 int bg = AV_RN32(s->bg); in clear_image() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBGroupPanel.java486 public void setGroup(BundleGroup bg) { in setGroup() argument
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundle.java385 public void addBundleGroup(BundleGroup bg) { in addBundleGroup() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DComputePassEncoder.cpp440 BindGroupBase* bg = state.GetBindGroup(i); in RestoreCommandBufferState() local
444 APISetBindGroup(static_cast<uint32_t>(i), bg); in RestoreCommandBufferState() local
446 APISetBindGroup(static_cast<uint32_t>(i), bg, offsets.size(), offsets.data()); in RestoreCommandBufferState() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DResourceUsageTrackingTests.cpp107 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}, {1, buffer}}); in TEST_F() local
129 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}}); in TEST_F() local
150 wgpu::BindGroup bg = in TEST_F() local
191 wgpu::BindGroup bg = in TEST_F() local
320 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}}); TEST_F() local
493 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer0}}); TEST_F() local
655 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}, {1, buffer}}); TEST_F() local
673 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}, {1, buffer}}); TEST_F() local
700 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}}); TEST_F() local
721 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}, {1, buffer}}); TEST_F() local
831 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}}); TEST_F() local
856 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}, {1, view}}); TEST_F() local
899 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}}); TEST_F() local
942 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}}); TEST_F() local
982 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}, {1, view}}); TEST_F() local
1332 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view1}}); TEST_F() local
1465 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}, {1, view}}); TEST_F() local
1484 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}, {1, view}}); TEST_F() local
1517 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}}); TEST_F() local
1536 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}, {1, view}}); TEST_F() local
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dmixer.c255 vlVdpOutputSurface *dst, *bg = NULL; in vlVdpVideoMixerRender() local
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-win.c241 } bg[] = { variable
[all...]

Completed in 16 milliseconds

123