Home
last modified time | relevance | path

Searched refs:cBlack (Results 1 – 25 of 73) sorted by relevance

123

/dports/graphics/p5-GD-Barcode/GD-Barcode-1.15/Barcode/
H A DUPCA.pm128 my ($oGd, $cBlack);
130 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
136 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, $fW+1);
138 $oGd->string(GD::Font->Small, 0, $iHeight - $fH, substr($sTxt, 0, 1), $cBlack);
139 $oGd->string(GD::Font->Small, $fW + 14, $iHeight - $fH, substr($sTxt, 1, 5), $cBlack);
140 $oGd->string(GD::Font->Small, $fW + 53, $iHeight - $fH, substr($sTxt, 6, 5), $cBlack);
141 $oGd->string(GD::Font->Small, $fW + 98, $iHeight - $fH, substr($sTxt,11, 1), $cBlack);
H A DEAN13.pm148 my($oGd, $cBlack);
150 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
155 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, $fW+1);
156 … $oGd->string(GD::Font->Small, 0, $iHeight - $fH, substr($oThis->{text}, 0, 1), $cBlack);
157 … $oGd->string(GD::Font->Small, $fW +8 , $iHeight - $fH, substr($oThis->{text}, 1, 6), $cBlack);
158 … $oGd->string(GD::Font->Small, $fW +55, $iHeight - $fH, substr($oThis->{text}, 7, 6), $cBlack);
H A DUPCE.pm156 my ($oGd, $cBlack);
158 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
164 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, $fW+1);
166 $oGd->string(GD::Font->Small, 0, $iHeight - $fH, substr($sTxt, 0, 1), $cBlack);
167 $oGd->string(GD::Font->Small, $fW + 8, $iHeight - $fH, substr($sTxt, 1, 6), $cBlack);
168 $oGd->string(GD::Font->Small, $fW + 54, $iHeight - $fH, substr($sTxt, 7, 1), $cBlack);
H A DEAN8.pm119 my($oGd, $cBlack);
121 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
127 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, 0);
128 … $oGd->string(GD::Font->Small, $fW + 1, $iHeight - $fH, substr($oThis->{text}, 0, 4), $cBlack);
129 … $oGd->string(GD::Font->Small, $fW + 33, $iHeight - $fH, substr($oThis->{text}, 4, 4), $cBlack);
H A DCode39.pm106 my ($oGd, $cBlack);
108 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
114 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, 0);
118 $sTxtWk, $cBlack);
H A DNW7.pm78 my ($oGd, $cBlack);
80 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
86 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, 0);
90 $sTxt, $cBlack);
H A DIndustrial2of5.pm82 my($oGd, $cBlack);
84 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
90 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, 0);
94 $sTxtWk, $cBlack);
H A DIATA2of5.pm83 my($oGd, $cBlack);
85 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
91 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, 0);
95 $sTxtWk, $cBlack);
H A DCOOP2of5.pm84 my($oGd, $cBlack);
86 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
92 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, 0);
96 $sTxtWk, $cBlack);
H A DMatrix2of5.pm84 my($oGd, $cBlack);
86 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
92 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, 0);
96 $sTxtWk, $cBlack);
H A DITF.pm94 my($oGd, $cBlack);
96 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, length($sPtn), $iHeight, 0, 0);
102 ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, $fH, 0);
106 $sTxtWk, $cBlack);
/dports/graphics/bmeps/dktools-4.31.1/src/wxdkclock/
H A DDkClockView.cpp53 cBlack(0, 0, 0), in DkClockView()
82 cBlack(0, 0, 0), in DkClockView()
180 pdc.SetBrush(cBlack); in PaintOperation()
195 pdc.SetPen(wxPen(cBlack, lw)); in PaintOperation()
215 pdc.SetPen(wxPen(cBlack, aw)); in PaintOperation()
240 pdc.SetPen(wxPen(cBlack, lw)); in PaintOperation()
277 back = cBlack.Red(); in getNormalRed()
288 back = cBlack.Green(); in getNormalGreen()
299 back = cBlack.Blue(); in getNormalBlue()
342 cBlack.Set((unsigned char)r, (unsigned char)g, (unsigned char)b); in setNormal()
H A DDkClockView.cpt33 wxColour cBlack;
205 cBlack(0, 0, 0),
234 cBlack(0, 0, 0),
332 pdc.SetBrush(cBlack);
347 pdc.SetPen(wxPen(cBlack, lw));
367 pdc.SetPen(wxPen(cBlack, aw));
392 pdc.SetPen(wxPen(cBlack, lw));
429 back = cBlack.Red();
440 back = cBlack.Green();
451 back = cBlack.Blue();
[all …]
/dports/graphics/p5-GD-Barcode/GD-Barcode-1.15/
H A DBarcode.pm62 my ($gdNew, $cWhite, $cBlack);
66 $cBlack = $gdNew->colorAllocate( 0, 0, 0);
74 $gdNew->line($iPos, 0, $iPos, $iHeight - 2*($fH/3), $cBlack);
77 $gdNew->line($iPos, 0, $iPos, $iHeight - $fH, $cBlack);
82 return ($gdNew, $cBlack);
/dports/www/crp/CRP/images/
H A DGenChart.php45 $cBlack=ImageColorAllocate($pic,0,0,0); variable
47 ImageFilledRectangle($pic,0,0,$picWidth+1,$picHeight+1,$cBlack);
78 ImageStringUp($pic, 2, 0, 40, "Bad", $cBlack);
79 ImageStringUp($pic, 2, $picWidth-$textWidth, 40, "Good", $cBlack);
H A DGeneralChart.php76 $cBlack=ImageColorAllocate($pic,0,0,0); variable
78 ImageFilledRectangle($pic,0,0,$picWidth+1,$picHeight+1,$cBlack);
137 ImageStringUp($pic, 2, 0, 40, "Bad", $cBlack);
138 ImageStringUp($pic, 2, $picWidth-$textWidth, 40, "Good", $cBlack);
/dports/www/hotcrp/hotcrp-2.102/
H A Dscorechart.php69 $cBlack = imagecolorallocate($pic, 0, 0, 0); variable
73 imagefilledrectangle($pic, 0, 0, $picWidth + 1, $picHeight + 1, $cBlack);
124 imagestringup($pic, 2, 0, 30, "Bad", $cBlack);
125 imagestringup($pic, 2, $picWidth-$textWidth, 30, "Good", $cBlack);
/dports/games/naev/naev-0.7.0/src/
H A Dland_shipyard.c100 SHIP_TARGET_W, SHIP_TARGET_H, "rctTarget", &cBlack, 0 ); in shipyard_open()
110 &gl_smallFont, &cBlack, NULL ); in shipyard_open()
139 w-(40+iw+20+100)-20, th, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL ); in shipyard_open()
548 gl_print( &gl_smallFont, bx, y, &cBlack, "Slots:" ); in shipyard_renderSlots()
580 gl_print( &gl_smallFont, bx, by, &cBlack, str ); in shipyard_renderSlotsRow()
586 c = &cBlack; in shipyard_renderSlotsRow()
H A Dland_trade.c78 128, 128, "rctStore", &cBlack, 0 ); in commodity_exchange_open()
91 "txtDInfo", &gl_smallFont, &cBlack, NULL ); in commodity_exchange_open()
94 "txtDesc", &gl_smallFont, &cBlack, NULL ); in commodity_exchange_open()
350 gl_printMid( &gl_smallFont, w, bx, by, &cBlack, buf ); in commodity_renderMod()
H A Dinfo.c212 0, "txtPilot", &gl_smallFont, &cBlack, str ); in info_openMain()
402 &cBlack, NULL ); in info_openShip()
668 gl_print( &gl_defFont, bx, y, &cBlack, "Legend" ); in weapons_renderLegend()
672 gl_print( &gl_smallFont, bx+20, y, &cBlack, "Outfit that can be activated" ); in weapons_renderLegend()
676 gl_print( &gl_smallFont, bx+20, y, &cBlack, "Secondary Weapon (Right click toggles)" ); in weapons_renderLegend()
680 gl_print( &gl_smallFont, bx+20, y, &cBlack, "Primary Weapon (Left click toggles)" ); in weapons_renderLegend()
887 &gl_smallFont, &cBlack, NULL ); in info_openStandings()
976 140, 40, 0, "txtReward", &gl_smallFont, &cBlack, NULL ); in info_openMissions()
979 "txtDesc", &gl_smallFont, &cBlack, NULL ); in info_openMissions()
H A Dland_outfits.c128 window_addRect( wid, 19 + iw + 20, -50, 128, 129, "rctImage", &cBlack, 0 ); in outfits_open()
137 280, 160, 0, "txtOutfitName", &gl_defFont, &cBlack, NULL ); in outfits_open()
139 280, 160, 0, "txtDescShort", &gl_smallFont, &cBlack, NULL ); in outfits_open()
152 250, 160, 0, "txtDDesc", &gl_smallFont, &cBlack, NULL ); in outfits_open()
313 c = &cBlack; in outfits_genList()
772 gl_printMid( &gl_smallFont, w, bx, by, &cBlack, buf ); in outfits_renderMod()
H A Ddev_sysedit.c235 "txtSelected", &gl_smallFont, &cBlack, buf ); in sysedit_open()
678 gl_renderRect( bx, by, w, h, &cBlack ); in sysedit_renderBG()
1205 window_addText( wid, 20 + w, y, 180, 15, 0, "txtName", &gl_smallFont, &cBlack, buf ); in sysedit_editPnt()
1223 NULL, &cBlack, s ); in sysedit_editPnt()
1232 NULL, &cBlack, s ); in sysedit_editPnt()
1239 NULL, &cBlack, s ); in sysedit_editPnt()
1248 NULL, &cBlack, s ); in sysedit_editPnt()
1257 NULL, &cBlack, s ); in sysedit_editPnt()
1266 NULL, &cBlack, s ); in sysedit_editPnt()
1361 window_addText( wid, 20 + w, y, 180, 15, 0, "txtName", &gl_smallFont, &cBlack, buf ); in sysedit_editJump()
[all …]
H A Ddialogue.c144 &gl_smallFont, &cBlack, msg ); in dialogue_alert()
272 font, &cBlack, msg ); in dialogue_msgRaw()
317 font, &cBlack, msg ); in dialogue_msgImgRaw()
380 font, &cBlack, msg ); in dialogue_YesNoRaw()
756 font, &cBlack, msg ); in dialogue_makeChoice()
H A Ddev_uniedit.c231 &gl_smallFont, &cBlack, "N/A" ); in uniedit_open()
235 "txtSelected", &gl_smallFont, &cBlack, NULL ); in uniedit_open()
420 gl_renderRect( bx, by, w, h, &cBlack ); in uniedit_render()
1288 NULL, &cBlack, s ); in uniedit_editSys()
1296 NULL, &cBlack, s ); in uniedit_editSys()
1305 NULL, &cBlack, s ); in uniedit_editSys()
1314 NULL, &cBlack, s ); in uniedit_editSys()
1326 NULL, &cBlack, s ); in uniedit_editSys()
1335 NULL, &cBlack, s ); in uniedit_editSys()
H A Dland.c311 "txtDescription", &gl_smallFont, &cBlack, in bar_open()
324 "txtMission", &gl_smallFont, &cBlack, NULL ); in bar_open()
576 "txtDate", NULL, &cBlack, NULL ); in misn_open()
583 "txtReward", &gl_smallFont, &cBlack, NULL ); in misn_open()
587 "txtDesc", &gl_smallFont, &cBlack, NULL ); in misn_open()
1162 "txtPlanetDesc", &gl_smallFont, &cBlack, land_planet->description); in land_createMainTab()
1176 &gl_defFont, &cBlack, "No refueling services." ); in land_createMainTab()

123