Home
last modified time | relevance | path

Searched refs:m_cmap (Results 1 – 25 of 119) sorted by relevance

12345

/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DContactList.cpp32 : m_cmap(cl.m_cmap) in ContactList()
47 if (m_cmap.count(uin) != 0) return (*(m_cmap.find(uin))).second; in lookup_uin()
79 if (m_cmap.count(uin) != 0) { in remove()
80 m_cmap.erase(uin); in remove()
85 return m_cmap.empty(); in empty()
89 return m_cmap.size(); in size()
93 return (m_cmap.count(uin) != 0); in exists()
115 return iterator(m_cmap.begin()); in begin()
119 return iterator(m_cmap.end()); in end()
123 return const_iterator(m_cmap.begin()); in begin()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/filters/
H A Dcolor_curve_filter.cpp30 , m_cmap(256) in ColorCurveFilter()
41 m_curve->getValues(0, 255, m_cmap); in setCurve()
43 m_cmap[c] = MID(0, m_cmap[c], 255); in setCurve()
73 if (target & TARGET_RED_CHANNEL) r = m_cmap[r]; in applyToRgba()
74 if (target & TARGET_GREEN_CHANNEL) g = m_cmap[g]; in applyToRgba()
75 if (target & TARGET_BLUE_CHANNEL) b = m_cmap[b]; in applyToRgba()
76 if (target & TARGET_ALPHA_CHANNEL) a = m_cmap[a]; in applyToRgba()
102 if (target & TARGET_GRAY_CHANNEL) k = m_cmap[k]; in applyToGrayscale()
103 if (target & TARGET_ALPHA_CHANNEL) a = m_cmap[a]; in applyToGrayscale()
129 c = m_cmap[c]; in applyToIndexed()
[all …]
H A Dbrightness_contrast_filter.cpp35 , m_cmap(256) in BrightnessContrastFilter()
113 if (target & TARGET_GRAY_CHANNEL) k = m_cmap[k]; in applyToGrayscale()
189 if (target & TARGET_RED_CHANNEL ) r = m_cmap[r]; in applyFilterToRgb()
190 if (target & TARGET_GREEN_CHANNEL) g = m_cmap[g]; in applyFilterToRgb()
191 if (target & TARGET_BLUE_CHANNEL ) b = m_cmap[b]; in applyFilterToRgb()
198 int max = int(m_cmap.size()); in updateMap()
204 m_cmap[u] = int(255.5 * y); in updateMap()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfencoding.cpp145 m_cmap.Alloc(256); in wxPdfEncoding()
148 m_cmap.Insert(0, 0, 256); in wxPdfEncoding()
169 m_cmap = encoding.m_cmap; in wxPdfEncoding()
183 m_cmap = encoding.m_cmap; in operator =()
230 m_cmap[k] = unicodeChar; in SetEncoding()
236 m_cmap[k] = unicodeChar; in SetEncoding()
259 m_cmap[k] = unicodeChar; in SetEncoding()
301 if (m_cmap[i] != 0x0000 && m_cmap[i] != m_cmapBase[i]) in GetDifferences()
317 return m_cmap; in GetCMap()
347 size_t n = m_cmap.GetCount(); in CreateEncodingConvMap()
[all …]
H A Dpdffontdatatype0.cpp59 m_cmap = cmap; in wxPdfFontDataType0()
145 m_cmap = wxEmptyString; in LoadFontMetrics()
150 m_cmap = value; in LoadFontMetrics()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dpalette.cpp66 m_cmap = (WXColormap) 0; in IMPLEMENT_DYNAMIC_CLASS()
86 Colormap cmap = (Colormap) c->m_cmap; in ~wxPaletteRefData()
164 c->m_cmap = (WXColormap) cmap; in Create()
217 return p->m_cmap; in GetXColormap()
223 return p->m_cmap; in GetXColormap()
237 c->m_cmap = wxTheApp->GetMainColormap(display); in GetXColormap()
245 XQueryColor((Display*) first->m_display, (Colormap) first->m_cmap, &xcol); in GetXColormap()
247 (XAllocColor((Display*) display, (Colormap) c->m_cmap, &xcol) == 0) ? 0 : xcol.pixel; in GetXColormap()
254 return c->m_cmap; in GetXColormap()
369 c->m_cmap = cm; in PutXColormap()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Dpalette.cpp66 m_cmap = (WXColormap) 0; in IMPLEMENT_DYNAMIC_CLASS()
86 Colormap cmap = (Colormap) c->m_cmap; in ~wxPaletteRefData()
164 c->m_cmap = (WXColormap) cmap; in Create()
217 return p->m_cmap; in GetXColormap()
223 return p->m_cmap; in GetXColormap()
237 c->m_cmap = wxTheApp->GetMainColormap(display); in GetXColormap()
245 XQueryColor((Display*) first->m_display, (Colormap) first->m_cmap, &xcol); in GetXColormap()
247 (XAllocColor((Display*) display, (Colormap) c->m_cmap, &xcol) == 0) ? 0 : xcol.pixel; in GetXColormap()
254 return c->m_cmap; in GetXColormap()
369 c->m_cmap = cm; in PutXColormap()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dpalette.cpp66 m_cmap = (WXColormap) 0; in wxXPalette()
89 Colormap cmap = (Colormap) c->m_cmap; in ~wxPaletteRefData()
199 c->m_cmap = (WXColormap) cmap; in Create()
267 return p->m_cmap; in GetXColormap()
273 return p->m_cmap; in GetXColormap()
287 c->m_cmap = wxTheApp->GetMainColormap(display); in GetXColormap()
295 XQueryColor((Display*) first->m_display, (Colormap) first->m_cmap, &xcol); in GetXColormap()
297 (XAllocColor((Display*) display, (Colormap) c->m_cmap, &xcol) == 0) ? 0 : xcol.pixel; in GetXColormap()
304 return c->m_cmap; in GetXColormap()
419 c->m_cmap = cm; in PutXColormap()
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A DFace.cpp57 m_cmap(NULL), in Face()
75 delete m_cmap; in ~Face()
107 m_cmap = new CachedCmap(*this); in readGlyphs()
109 m_cmap = new DirectCmap(*this); in readGlyphs()
110 if (e.test(!m_cmap, E_OUTOFMEM) || e.test(!*m_cmap, E_BADCMAP)) in readGlyphs()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A DFace.cpp57 m_cmap(NULL), in Face()
75 delete m_cmap; in ~Face()
107 m_cmap = new CachedCmap(*this); in readGlyphs()
109 m_cmap = new DirectCmap(*this); in readGlyphs()
110 if (e.test(!m_cmap, E_OUTOFMEM) || e.test(!*m_cmap, E_BADCMAP)) in readGlyphs()
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A DFace.cpp57 m_cmap(NULL), in Face()
75 delete m_cmap; in ~Face()
107 m_cmap = new CachedCmap(*this); in readGlyphs()
109 m_cmap = new DirectCmap(*this); in readGlyphs()
110 if (e.test(!m_cmap, E_OUTOFMEM) || e.test(!*m_cmap, E_BADCMAP)) in readGlyphs()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A DFace.cpp57 m_cmap(NULL), in Face()
75 delete m_cmap; in ~Face()
107 m_cmap = new CachedCmap(*this); in readGlyphs()
109 m_cmap = new DirectCmap(*this); in readGlyphs()
110 if (e.test(!m_cmap, E_OUTOFMEM) || e.test(!*m_cmap, E_BADCMAP)) in readGlyphs()
/dports/graphics/graphite2/graphite2-1.3.14/src/
H A DFace.cpp57 m_cmap(NULL), in Face()
75 delete m_cmap; in ~Face()
107 m_cmap = new CachedCmap(*this); in readGlyphs()
109 m_cmap = new DirectCmap(*this); in readGlyphs()
110 if (e.test(!m_cmap, E_OUTOFMEM) || e.test(!*m_cmap, E_BADCMAP)) in readGlyphs()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A DFace.cpp58 m_cmap(NULL), in Face()
76 delete m_cmap; in ~Face()
108 m_cmap = new CachedCmap(*this); in readGlyphs()
110 m_cmap = new DirectCmap(*this); in readGlyphs()
111 if (e.test(!m_cmap, E_OUTOFMEM) || e.test(!*m_cmap, E_BADCMAP)) in readGlyphs()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A DFace.cpp58 m_cmap(NULL), in Face()
76 delete m_cmap; in ~Face()
108 m_cmap = new CachedCmap(*this); in readGlyphs()
110 m_cmap = new DirectCmap(*this); in readGlyphs()
111 if (e.test(!m_cmap, E_OUTOFMEM) || e.test(!*m_cmap, E_BADCMAP)) in readGlyphs()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tiio/
H A Dtiio_bmp.cpp96 std::unique_ptr<TPixel[]> m_cmap; member in BmpReader
237 m_cmap.reset(new TPixel[256]); in readHeader()
238 TPixel32 *pix = m_cmap.get(); in readHeader()
350 pix[index] = m_cmap[(value >> (7 - ((index) % 8))) & 1]; in read1Line()
358 pix[j] = m_cmap[(value >> (7 - (j % 8))) & 1]; in read1Line()
405 pix[0] = m_cmap[value & 0xF]; in read4Line()
406 pix[1] = m_cmap[(value >> 4) & 0xF]; in read4Line()
413 pix[0] = m_cmap[value & 0xF]; in read4Line()
435 *pix++ = m_cmap[value]; in read8Line()
466 for (i = 0; i < pixels; i++) *pix++ = m_cmap[getc(m_chan)]; in read8LineRle()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Ddcclient.cpp267 m_cmap = NULL; in IMPLEMENT_ABSTRACT_CLASS()
284 m_cmap = NULL; in wxWindowDCImpl()
317 m_cmap = gtk_widget_get_colormap(widget); in wxWindowDCImpl()
384 m_cmap == gdk_screen_get_rgba_colormap(gdk_colormap_get_screen(m_cmap))) in SetUpDC()
407 m_textForegroundColour.CalcPixel( m_cmap ); in SetUpDC()
415 gdk_gc_set_colormap( m_textGC, m_cmap ); in SetUpDC()
418 m_pen.GetColour().CalcPixel( m_cmap ); in SetUpDC()
425 m_brush.GetColour().CalcPixel( m_cmap ); in SetUpDC()
1686 m_pen.GetColour().CalcPixel( m_cmap ); in SetPen()
1702 m_brush.GetColour().CalcPixel( m_cmap ); in SetBrush()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Ddcclient.cpp267 m_cmap = NULL; in wxWindowDCImpl()
285 m_cmap = NULL; in wxWindowDCImpl()
322 m_cmap = gtk_widget_get_colormap(widget); in wxWindowDCImpl()
391 m_cmap == gdk_screen_get_rgba_colormap(gdk_colormap_get_screen(m_cmap))) in SetUpDC()
414 m_textForegroundColour.CalcPixel( m_cmap ); in SetUpDC()
422 gdk_gc_set_colormap( m_textGC, m_cmap ); in SetUpDC()
425 m_pen.GetColour().CalcPixel( m_cmap ); in SetUpDC()
432 m_brush.GetColour().CalcPixel( m_cmap ); in SetUpDC()
1691 m_pen.GetColour().CalcPixel( m_cmap ); in SetPen()
1707 m_brush.GetColour().CalcPixel( m_cmap ); in SetBrush()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Ddcclient.cpp267 m_cmap = NULL; in IMPLEMENT_ABSTRACT_CLASS()
284 m_cmap = NULL; in wxWindowDCImpl()
317 m_cmap = gtk_widget_get_colormap(widget); in wxWindowDCImpl()
384 m_cmap == gdk_screen_get_rgba_colormap(gdk_colormap_get_screen(m_cmap))) in SetUpDC()
407 m_textForegroundColour.CalcPixel( m_cmap ); in SetUpDC()
415 gdk_gc_set_colormap( m_textGC, m_cmap ); in SetUpDC()
418 m_pen.GetColour().CalcPixel( m_cmap ); in SetUpDC()
425 m_brush.GetColour().CalcPixel( m_cmap ); in SetUpDC()
1686 m_pen.GetColour().CalcPixel( m_cmap ); in SetPen()
1702 m_brush.GetColour().CalcPixel( m_cmap ); in SetBrush()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/inc/
H A DFace.h106 mutable Cmap * m_cmap; // cmap cache if available variable
158 return *m_cmap; in cmap()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/inc/
H A DFace.h106 mutable Cmap * m_cmap; // cmap cache if available variable
158 return *m_cmap; in cmap()
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/inc/
H A DFace.h106 mutable Cmap * m_cmap; // cmap cache if available variable
158 return *m_cmap; in cmap()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/inc/
H A DFace.h106 mutable Cmap * m_cmap; // cmap cache if available variable
158 return *m_cmap; in cmap()
/dports/graphics/graphite2/graphite2-1.3.14/src/inc/
H A DFace.h106 mutable Cmap * m_cmap; // cmap cache if available variable
158 return *m_cmap; in cmap()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/inc/
H A DFace.h106 mutable Cmap * m_cmap; // cmap cache if available variable
158 return *m_cmap; in cmap()

12345