Home
last modified time | relevance | path

Searched refs:sColor (Results 26 – 50 of 336) sorted by relevance

12345678910>>...14

/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp590 CFX_ByteString sColor; in GenerateBorderAP() local
601 if (sColor.GetLength() > 0) { in GenerateBorderAP()
602 sAppStream << sColor; in GenerateBorderAP()
613 if (sColor.GetLength() > 0) { in GenerateBorderAP()
614 sAppStream << sColor; in GenerateBorderAP()
633 if (sColor.GetLength() > 0) { in GenerateBorderAP()
634 sAppStream << sColor; in GenerateBorderAP()
649 if (sColor.GetLength() > 0) { in GenerateBorderAP()
650 sAppStream << sColor; in GenerateBorderAP()
666 sAppStream << sColor; in GenerateBorderAP()
[all …]
/dports/devel/kyra/kyra/stitch/
H A Dmain.cpp313 KrRGBA sColor; in Process() local
314 sPainter.BreakPixel( sx, sy, &sColor ); in Process()
315 if ( sColor == colorKey ) in Process()
321 && sColor.c.red == alphaColor.c.red in Process()
322 && sColor.c.green == alphaColor.c.green in Process()
323 && sColor.c.blue == alphaColor.c.blue ) in Process()
330 red += sColor.c.red; in Process()
331 green += sColor.c.green; in Process()
332 blue += sColor.c.blue; in Process()
/dports/graphics/libwpg03/libwpg-0.3.3/src/lib/
H A DWPGColor.cpp70 librevenge::RVNGString sColor; in getColorString() local
71 sColor.sprintf("#%.2x%.2x%.2x", red, green, blue); in getColorString()
72 return sColor; in getColorString()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/graph/
H A DLSPCenter.cpp31 sColor(this) in LSPCenter()
50 init_color(C_GRAPH_AXIS, &sColor); in init()
87 Color color(sColor); in render()
H A DLSPMesh.cpp59 init_color(C_GRAPH_MESH, &sColor); in init()
271 Color color(sColor); in render()
338 if (sColor.alpha() <= 0.0f) in render()
342 wire.copy(sColor, 0.0f); in render()
354 if (sColor.alpha() <= 0.0f) in render()
358 Color wire(sColor, 0.0f); in render()
H A DLSPDot.cpp31 sColor(this) in LSPDot()
85 init_color(C_GRAPH_MESH, &sColor); in init()
267 Color color(sColor); in render()
305 Color c2(sColor, 0.9f); in render()
326 Color c1(sColor), c2(sColor); in render()
331 Color c2(sColor, 0.9f); in render()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/dialogs/
H A Dcolrdlg.cxx61 static const OUStringLiteral sColor( u"Color" ); in Execute() local
72 props[0].Name = sColor; in Execute()
86 if( rProp.Name == sColor ) in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/dialogs/
H A Dcolrdlg.cxx61 const OUString sColor( "Color" ); in Execute() local
72 props[0].Name = sColor; in Execute()
86 if( rProp.Name == sColor ) in Execute()
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dsave3d.c69 XColor saveColor,sColor; in makeSavePanel() local
82 sColor.pixel = saveCursorBackground; in makeSavePanel()
83 XQueryColor(dsply,colorMap,&sColor); in makeSavePanel()
85 &saveColor,&sColor, in makeSavePanel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dhexcolorcontrol.cxx63 OUString sColor = aBuffer.makeStringAndClear().copy(1); in SetColor() local
64 if (sColor == m_xEntry->get_text()) in SetColor()
66 m_xEntry->set_text(sColor); in SetColor()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdal_rat.cpp1299 GDALColorEntry sColor; in TranslateToColorTable() local
1304 sColor.c1 = sColor.c2 = sColor.c3 = sColor.c4 = 0; in TranslateToColorTable()
1308 sColor.c1 = GetValueAsInt( iRow, iRed ); in TranslateToColorTable()
1309 sColor.c2 = GetValueAsInt( iRow, iGreen ); in TranslateToColorTable()
1310 sColor.c3 = GetValueAsInt( iRow, iBlue ); in TranslateToColorTable()
1312 sColor.c4 = 255; in TranslateToColorTable()
1314 sColor.c4 = GetValueAsInt( iRow, iAlpha ); in TranslateToColorTable()
1317 poCT->SetColorEntry( iEntry, &sColor ); in TranslateToColorTable()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/grass/
H A Dgrass57dataset.cpp345 GDALColorEntry sColor; in GRASSRasterBand() local
353 sColor.c1 = nRed; in GRASSRasterBand()
354 sColor.c2 = nGreen; in GRASSRasterBand()
355 sColor.c3 = nBlue; in GRASSRasterBand()
356 sColor.c4 = 255; in GRASSRasterBand()
358 poCT->SetColorEntry( iColor, &sColor ); in GRASSRasterBand()
362 sColor.c1 = 0; in GRASSRasterBand()
363 sColor.c2 = 0; in GRASSRasterBand()
364 sColor.c3 = 0; in GRASSRasterBand()
365 sColor.c4 = 0; in GRASSRasterBand()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/grass/
H A Dgrass.cpp307 GDALColorEntry sColor; in GRASSRasterBand() local
311 sColor.c1 = nRed; in GRASSRasterBand()
312 sColor.c2 = nGreen; in GRASSRasterBand()
313 sColor.c3 = nBlue; in GRASSRasterBand()
314 sColor.c4 = 255; in GRASSRasterBand()
316 poCT->SetColorEntry( iColor, &sColor ); in GRASSRasterBand()
320 sColor.c1 = 0; in GRASSRasterBand()
321 sColor.c2 = 0; in GRASSRasterBand()
322 sColor.c3 = 0; in GRASSRasterBand()
323 sColor.c4 = 0; in GRASSRasterBand()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/grass/
H A Dgrass.cpp307 GDALColorEntry sColor; in GRASSRasterBand() local
311 sColor.c1 = nRed; in GRASSRasterBand()
312 sColor.c2 = nGreen; in GRASSRasterBand()
313 sColor.c3 = nBlue; in GRASSRasterBand()
314 sColor.c4 = 255; in GRASSRasterBand()
316 poCT->SetColorEntry( iColor, &sColor ); in GRASSRasterBand()
320 sColor.c1 = 0; in GRASSRasterBand()
321 sColor.c2 = 0; in GRASSRasterBand()
322 sColor.c3 = 0; in GRASSRasterBand()
323 sColor.c4 = 0; in GRASSRasterBand()
[all …]
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/formats/
H A Dformatscr.cpp30 struct sColor struct
38 static const sColor Palette[] = {
72 void operator=(const sColor& other) in operator =()
77 sColor color;
184 sColor getColorIntesity(uint8_t attr) in getColorIntesity()
195 sColor mergeColors(uint8_t attr0, uint8_t attr1) in mergeColors()
255 sColor mergeColors(const sColor& c0, const sColor& c1) in mergeColors()
259 return sColor{ in mergeColors()
266 void makeBorder(sBitmapDescription& desc, const sColor& color) in makeBorder()
/dports/graphics/gdal/gdal-3.3.3/frmts/grass/
H A Dgrass.cpp307 GDALColorEntry sColor; in GRASSRasterBand() local
311 sColor.c1 = nRed; in GRASSRasterBand()
312 sColor.c2 = nGreen; in GRASSRasterBand()
313 sColor.c3 = nBlue; in GRASSRasterBand()
314 sColor.c4 = 255; in GRASSRasterBand()
316 poCT->SetColorEntry( iColor, &sColor ); in GRASSRasterBand()
320 sColor.c1 = 0; in GRASSRasterBand()
321 sColor.c2 = 0; in GRASSRasterBand()
322 sColor.c3 = 0; in GRASSRasterBand()
323 sColor.c4 = 0; in GRASSRasterBand()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPArea3D.cpp34 sColor(this), in LSPArea3D()
66 init_color(C_GLASS, &sColor); in init()
253 Color color(sColor); in draw()
276 c.r = sColor.red(); in draw()
277 c.g = sColor.green(); in draw()
278 c.b = sColor.blue(); in draw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dhexcolorcontrol.cxx63 OUString sColor = aBuffer.makeStringAndClear().copy(1); in SetColor() local
64 if (sColor == m_xEntry->get_text()) in SetColor()
68 m_xEntry->set_text(sColor); in SetColor()
/dports/graphics/rayshade/rayshade.4.0/etc/rsconvert/
H A Dyacc.y38 %type <col> sColor
339 sColor sColor sColor
375 | SURFACE String sColor sColor sColor
528 Fog : FOG sFnumber sColor
537 sColor : sFnumber sFnumber sFnumber
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlMesh.cpp51sColor.init_hsl(pRegistry, mesh, mesh->color(), A_COLOR, A_HUE_ID, A_SAT_ID, A_LIGHT_ID); in init()
96 bool set = sColor.set(att, value); in set()
106 sColor.set_alpha(fTransparency); in end()
/dports/graphics/dia/dia-0.97.3/plug-ins/python/
H A Ddot.py60 sColor = self.GetColor (o)
61 if sColor and sColor != "#ffffff" : # dont write the default
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.cpp382 if (sColor.GetLength() > 0) { in GetRectFillAppStream()
396 if (sColor.GetLength() > 0) { in GetCircleFillAppStream()
718 CFX_ByteString sColor; in GetBorderAppStream() local
735 sAppStream << sColor; in GetBorderAppStream()
747 sAppStream << sColor; in GetBorderAppStream()
767 sAppStream << sColor; in GetBorderAppStream()
784 sAppStream << sColor; in GetBorderAppStream()
835 CFX_ByteString sColor; in GetCircleBorderAppStream() local
930 switch (sColor.nColorType) { in SubstractColor()
955 switch (sColor.nColorType) { in DevideColor()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_color.cpp552 std::string sColor; in UT_colorToHex() local
553 UT_return_val_if_fail(szColor && *szColor, sColor); in UT_colorToHex()
562 sColor = hashColor.setColor(color.m_red, color.m_grn, color.m_blu); in UT_colorToHex()
565 sColor.erase(0, 1); in UT_colorToHex()
567 return sColor; in UT_colorToHex()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/widgets/
H A DLSPAudioSample.h44 LSPColor sColor; member
60 LSPColor sColor;
106 inline LSPColor *color() { return &sColor; } in color()
115 …hannel_color(size_t i) { channel_t *c = vChannels.get(i); return (c != NULL) ? &c->sColor : NULL; } in channel_color()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/widgets/graph/
H A DLSPCenter.h38 LSPColor sColor; variable
47 inline LSPColor *color() { return &sColor; }; in color()

12345678910>>...14