| /plugin/photogallery/phpThumb/ |
| D | phpthumb.filters.php | 184 $newColor = imagecolorallocate($gdimg, $NewPixel['red'], $NewPixel['green'], $NewPixel['blue']); 185 imagesetpixel($gdimg, $x, $y, $newColor); 220 $newColor = imagecolorallocate($gdimg, $NewPixel['red'], $NewPixel['green'], $NewPixel['blue']); 221 imagesetpixel($gdimg, $x, $y, $newColor); 270 $newColor = imagecolorallocate($gdimg, $NewPixel['red'], $NewPixel['green'], $NewPixel['blue']); 271 imagesetpixel($gdimg, $x, $y, $newColor); 624 …$newColor = phpthumb_functions::ImageColorAllocateAlphaSafe($gdimg, $new['red'], $new['green'], $n… 625 imagesetpixel($gdimg, $x, $y, $newColor); 879 …$newColor = phpthumb_functions::ImageColorAllocateAlphaSafe($gdimg, ~$currentPixel[ 'red'] & 0xFF,… 880 imagesetpixel($gdimg, $x, $y, $newColor); [all …]
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorActions.java | 351 Color newColor = JColorChooser.showDialog(graphComponent, in actionPerformed() local 355 if (newColor != null) { in actionPerformed() 356 graphComponent.setGridColor(newColor); in actionPerformed() 1670 Color newColor = JColorChooser.showDialog(graphComponent, in actionPerformed() local 1673 if (newColor != null) { in actionPerformed() 1674 graph.setCellStyles(key, mxUtils.hexString(newColor)); in actionPerformed() 1727 Color newColor = JColorChooser.showDialog(graphComponent, in actionPerformed() local 1730 if (newColor != null) { in actionPerformed() 1732 graphComponent.setBackground(newColor); in actionPerformed() 1754 Color newColor = JColorChooser.showDialog(graphComponent, in actionPerformed() local [all …]
|
| D | EditorActions.java.bak | 351 Color newColor = JColorChooser.showDialog(graphComponent, 355 if (newColor != null) { 356 graphComponent.setGridColor(newColor); 1670 Color newColor = JColorChooser.showDialog(graphComponent, 1673 if (newColor != null) { 1674 graph.setCellStyles(key, mxUtils.hexString(newColor)); 1727 Color newColor = JColorChooser.showDialog(graphComponent, 1730 if (newColor != null) { 1732 graphComponent.setBackground(newColor); 1754 Color newColor = JColorChooser.showDialog(graphComponent, [all …]
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Toolbar.js | 681 this.editorUi.pickColor(color, function(newColor) argument 683 if (newColor == null || newColor == mxConstants.NONE) 692 table.style.border = '1px solid ' + newColor; 707 this.editorUi.pickColor(color, function(newColor) argument 709 if (newColor == null || newColor == mxConstants.NONE) 715 table.style.backgroundColor = newColor;
|
| D | Format.js | 1262 this.editorUi.pickColor(color, function(newColor) argument 1264 apply(newColor, null, true); 4021 this.editorUi.pickColor(color, function(newColor) argument 4030 if (newColor == null || newColor == mxConstants.NONE) 4039 targetElt.style.border = '1px solid ' + newColor; 4056 this.editorUi.pickColor(color, function(newColor) argument 4065 if (newColor == null || newColor == mxConstants.NONE) 4071 targetElt.style.backgroundColor = newColor;
|
| /plugin/labeled/ |
| D | helper.php | 103 public function changeColor($label, $newColor) { argument 108 $db->query('UPDATE labels SET color=? WHERE name=?', $newColor, $label);
|
| /plugin/jdraw/lib/ |
| D | jgraphx-examples.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 20556 var newColor = color[0].slice(), 20560 newColor[i] *= newOpacity; 20562 return [newColor, 1]; 20564 return [newColor, newOpacity]; 23080 var newColor = colorCallback(DefaultColors[color]); 23081 DefaultColors[color][0] = newColor[0]; 23082 DefaultColors[color][1] = newColor[1];
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 49162 var newColor = new Uint8Array(3); 49163 newColor[0] = (cl[0] * (splitXBy - col) + cr[0] * col) / splitXBy | 0; 49164 newColor[1] = (cl[1] * (splitXBy - col) + cr[1] * col) / splitXBy | 0; 49165 newColor[2] = (cl[2] * (splitXBy - col) + cr[2] * col) / splitXBy | 0; 49166 colors.push(newColor);
|
| D | pdf.worker.js.map | 1 …newColor","tmp4","coordsPacked","xy","colorsPacked","figures","decodeContext","bitsPerFlag","color…
|