/third_party/ffmpeg/libavcodec/ |
H A D | cga_data.c | 46 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 D | tmv.c | 46 unsigned x, y, fg, bg, c; in tmv_decode_frame() local
|
H A D | ansi.c | 65 int bg; /**< background color */ member 167 int bg = s->bg; in draw_char() local [all...] |
H A D | vmnc.c | 250 int bg = 0, fg = 0, rects, color, flags, xy, wh; in decode_hextile() local
|
/third_party/alsa-utils/alsamixer/ |
H A D | colors.c | 28 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 D | xfermodes2.cpp | 107 SkBitmap bg; variable
|
H A D | color4f.cpp | 75 SkPaint bg; in DEF_SIMPLE_GM() local
|
H A D | xfermodes3.cpp | 183 SkBitmap bg; variable
|
H A D | arithmode.cpp | 147 sk_sp<SkImageFilter> bg = variable
|
H A D | hsl.cpp | 163 SkPaint bg, fg; in DEF_SIMPLE_GM() local
|
/third_party/node/deps/npm/node_modules/npmlog/lib/ |
H A D | log.js | [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | image-png.c | 59 png_color_16 bg; /* Background color */ in _cupsImageReadPNG() local
|
/third_party/skia/samplecode/ |
H A D | SampleTextBox.cpp | 47 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest() argument
|
/third_party/rust/crates/termcolor/wincolor/src/ |
H A D | win.rs | 96 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 D | DeviceLostTests.cpp | 488 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer, 0, sizeof(float)}}); in TEST_P() local
|
/third_party/skia/modules/androidkit/src/ |
H A D | ImageFilter.cpp | 52 auto bg = sk_ref_sp(reinterpret_cast<SkImageFilter*>(background)); in ImageFilter_Blend() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_drawgraph.c | 41 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 D | src_avsynctest.c | 63 FFDrawColor bg; member
|
H A D | f_graphmonitor.c | 57 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 D | RBGroupPanel.java | 486 public void setGroup(BundleGroup bg) { in setGroup() argument
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Bundle.java | 385 public void addBundleGroup(BundleGroup bg) { in addBundleGroup() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ComputePassEncoder.cpp | 440 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 D | ResourceUsageTrackingTests.cpp | 107 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 D | mixer.c | 255 vlVdpOutputSurface *dst, *bg = NULL; in vlVdpVideoMixerRender() local
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-win.c | 241 } bg[] = { variable [all...] |