Home
last modified time | relevance | path

Searched refs:newColor (Results 1 – 10 of 10) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php185 imagesetpixel($gdimg, $x, $y, $newColor);
221 imagesetpixel($gdimg, $x, $y, $newColor);
271 imagesetpixel($gdimg, $x, $y, $newColor);
625 imagesetpixel($gdimg, $x, $y, $newColor);
880 imagesetpixel($gdimg, $x, $y, $newColor);
983 imagesetpixel($gdimg, $x, $y, $newColor);
1022 $newColor = imagecolorallocate($gdimg_mask, $grayLevel, $grayLevel, $grayLevel);
1023 imagesetpixel($gdimg_mask, $x, $y, $newColor);
1045 imagesetpixel($gdimg, $x, $y, $newColor);
1098 $newColor = phpthumb_functions::ImageColorAllocateAlphaSafe(
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java351 Color newColor = JColorChooser.showDialog(graphComponent, in actionPerformed() local
355 if (newColor != null) { in actionPerformed()
356 graphComponent.setGridColor(newColor); in actionPerformed()
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
1757 if (newColor != null) { in actionPerformed()
[all …]
H A DEditorActions.java.bak351 Color newColor = JColorChooser.showDialog(graphComponent,
355 if (newColor != null) {
356 graphComponent.setGridColor(newColor);
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,
1757 if (newColor != null) {
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js681 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;
H A DFormat.js1262 this.editorUi.pickColor(color, function(newColor) argument
1264 apply(newColor, null, true);
4021 this.editorUi.pickColor(color, function(newColor)
4030 if (newColor == null || newColor == mxConstants.NONE)
4039 targetElt.style.border = '1px solid ' + newColor;
4056 this.editorUi.pickColor(color, function(newColor)
4065 if (newColor == null || newColor == mxConstants.NONE)
4071 targetElt.style.backgroundColor = newColor;
/plugin/labeled/
H A Dhelper.php103 public function changeColor($label, $newColor) { argument
108 $db->query('UPDATE labels SET color=? WHERE name=?', $newColor, $label);
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js49162 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);
H A Dpdf.worker.js.map1newColor","tmp4","coordsPacked","xy","colorsPacked","figures","decodeContext","bitsPerFlag","color…