Home
last modified time | relevance | path

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

/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/colorspace/
H A DIndexedColor.java34 public class IndexedColor extends PDFColorSpace { class
58 public IndexedColor(PDFColorSpace base, int count, PDFObject stream) throws IOException { in IndexedColor() method in IndexedColor
90 public IndexedColor(Color[] table) throws IOException {
H A DPDFColorSpace.java193 value = new IndexedColor(refspace, count, ary[3]); in getColorSpace()
/dports/games/zangband/zangband/src/tk/
H A Dtk-util.c117 typedef struct IndexedColor IndexedColor; typedef
118 struct IndexedColor struct
125 static IndexedColor g_palette; argument
206 static void IndexedColor_ResetHash(IndexedColor *idc) in IndexedColor_ResetHash()
220 static int IndexedColor_RGB2Index(IndexedColor *idc, unsigned char r, unsigned char g, unsigned cha… in IndexedColor_RGB2Index()
467 static IndexedColor g_colormap;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/x/
H A Dtypes.h71 } IndexedColor; typedef
100 typedef std::vector<IndexedColor> MeshVertexColors;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/x/
H A Dtypes.h71 } IndexedColor;
100 typedef std::vector<IndexedColor> MeshVertexColors;
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/
H A DPDFImage.java23 import com.sun.pdfview.colorspace.IndexedColor;
217 image.setColorSpace(new IndexedColor(colors)); in createImage()
906 if (cs instanceof IndexedColor) { in createColorModel()
907 IndexedColor ics = (IndexedColor) cs; in createColorModel()
976 if (cs instanceof IndexedColor) { in createColorModel()
977 IndexedColor ics = (IndexedColor) cs; in createColorModel()
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/config/
H A Dcolor.rs16 pub indexed_colors: Vec<IndexedColor>,
75 pub struct IndexedColor { struct
81 impl IndexedColor { impl
/dports/multimedia/assimp/assimp-5.1.3/test/models/X/
H A Dkwxport_test_cubewithvcolors.x78 template IndexedColor {
87 array IndexedColor vertexColors[nVertexColors];
/dports/devel/love/love-11.3/src/modules/graphics/
H A DFont.h73 struct IndexedColor struct
82 std::vector<IndexedColor> colors; argument
H A DFont.cpp380 IndexedColor c = {cstr.color, (int) codepoints.cps.size()}; in getCodepointsFromString()
388 IndexedColor c = codepoints.colors[0]; in getCodepointsFromString()
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Formats.DirectX/
H A DTemplates.cs25 IndexedColor, enumerator
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Object.DirectX/Helpers/
H A DTemplates.cs48 IndexedColor, enumerator
/dports/devel/love10/love-0.10.2/src/modules/graphics/opengl/
H A DFont.h70 struct IndexedColor struct
79 std::vector<IndexedColor> colors; argument
H A DFont.cpp395 IndexedColor c = {cstr.color, (int) codepoints.cps.size()}; in getCodepointsFromString()
403 IndexedColor c = codepoints.colors[0]; in getCodepointsFromString()