Home
last modified time | relevance | path

Searched refs:pen_b (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/chafa/chafa-1.8.0/chafa/internal/
H A Dchafa-work-cell.c276 gint pen_b = sym->coverage [sorted_pixels [j] [i]]; in work_cell_get_dominant_channels_for_symbol() local
277 if (pen_b != pen_a) in work_cell_get_dominant_channels_for_symbol()
279 min [pen_b] [j] = wcell->pixels [sorted_pixels [j] [i]].col.ch [j]; in work_cell_get_dominant_channels_for_symbol()
294 gint pen_b = sym->coverage [sorted_pixels [j] [i]]; in work_cell_get_dominant_channels_for_symbol() local
295 if (pen_b != pen_a) in work_cell_get_dominant_channels_for_symbol()
297 max [pen_b] [j] = wcell->pixels [sorted_pixels [j] [i]].col.ch [j]; in work_cell_get_dominant_channels_for_symbol()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dx1.cpp316 int pen_r, pen_g, pen_b, color; in draw_gfxbitmap() local
345 pen_b = (m_gfx_bitmap_ram[gfx_offset+0x0000+plane*0xc000]>>(7-xi)) & 1; in draw_gfxbitmap()
349 color = (pen_g<<2 | pen_r<<1 | pen_b<<0) | 8; in draw_gfxbitmap()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dx1.cpp316 int pen_r, pen_g, pen_b, color; in draw_gfxbitmap() local
345 pen_b = (m_gfx_bitmap_ram[gfx_offset+0x0000+plane*0xc000]>>(7-xi)) & 1; in draw_gfxbitmap()
349 color = (pen_g<<2 | pen_r<<1 | pen_b<<0) | 8; in draw_gfxbitmap()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dmulti8.cpp126 u8 pen_b = BIT(m_p_vram[mem | 0x0000], 7-i); in MC6845_UPDATE_ROW() local
129 u8 color = (pen_b) | (pen_r << 1) | (pen_g << 2); in MC6845_UPDATE_ROW()
133 pen_b = BIT(m_display_reg, 0) ? pen_b : 0; in MC6845_UPDATE_ROW()
137 color = (pen_b | pen_r | pen_g) ? 7 : 0; in MC6845_UPDATE_ROW()
H A Dpasopia7.cpp194 int pen_b = (m_vram[count+yi+0x0000]>>(7-xi)) & 1; in draw_cg4_line() local
198 int color = pen_g<<2 | pen_r<<1 | pen_b<<0; in draw_cg4_line()
244 int pen_b = (m_vram[count+yi+0x0000]>>(7-xi)) & 1; in draw_mixed_line() local
248 int pen = pen_g<<2 | pen_r<<1 | pen_b<<0; in draw_mixed_line()
H A Dflipjack.cpp189 uint8_t pen_b = (m_playfield[a1 + 0x4000] & 0xff)>>0; in MC6845_UPDATE_ROW() local
196 color |= BIT(pen_b, xxi) << 2; in MC6845_UPDATE_ROW()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dmulti8.cpp126 u8 pen_b = BIT(m_p_vram[mem | 0x0000], 7-i); in MC6845_UPDATE_ROW() local
129 u8 color = (pen_b) | (pen_r << 1) | (pen_g << 2); in MC6845_UPDATE_ROW()
133 pen_b = BIT(m_display_reg, 0) ? pen_b : 0; in MC6845_UPDATE_ROW()
137 color = (pen_b | pen_r | pen_g) ? 7 : 0; in MC6845_UPDATE_ROW()
H A Dpasopia7.cpp194 int pen_b = (m_vram[count+yi+0x0000]>>(7-xi)) & 1; in draw_cg4_line() local
198 int color = pen_g<<2 | pen_r<<1 | pen_b<<0; in draw_cg4_line()
244 int pen_b = (m_vram[count+yi+0x0000]>>(7-xi)) & 1; in draw_mixed_line() local
248 int pen = pen_g<<2 | pen_r<<1 | pen_b<<0; in draw_mixed_line()
H A Dflipjack.cpp189 uint8_t pen_b = (m_playfield[a1 + 0x4000] & 0xff)>>0; in MC6845_UPDATE_ROW() local
196 color |= BIT(pen_b, xxi) << 2; in MC6845_UPDATE_ROW()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dplatebtn.py211 pen_b = gc.GetPen()
216 gc.SetPen(pen_b)
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Ddraw.cc40 pen_b( "pen_b", this, 1 ), in DrawPar()
H A Ddraw.hh99 Property<float> pen_grey, pen_R, pen_G, pen_B, pen_L, pen_a, pen_b, pen_C, pen_M, pen_Y, pen_K; member in PF::DrawPar
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenps.c2375 float pen_r, pen_g, pen_b, fill_r, fill_g, fill_b; local
2390 pen_b=rgbcols[pen_color>0? pen_color: 0].b;
2394 pen_b=user_colors[pen_color-NUM_STD_COLS].b/255.0;
2417 graypen = rgb2luminance(pen_r, pen_g, pen_b);
2424 sprintf(pencolor, "%.2f %.2f %.2f", pen_r, pen_g, pen_b);
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenps.c2637 double pen_r, pen_g, pen_b, fill_r, fill_g, fill_b; in fill_area() local
2652 pen_b=rgbcols[pen_color>0? pen_color: 0].b; in fill_area()
2656 pen_b=user_colors[pen_color-NUM_STD_COLS].b/255.0; in fill_area()
2681 graypen = rgb2luminance(pen_r, pen_g, pen_b); in fill_area()
2689 sprintf(pencolor, "%.2f %.2f %.2f",pen_r, pen_g, pen_b); in fill_area()