Home
last modified time | relevance | path

Searched refs:m_glyph_byte_width (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/agg/agg-2.5/include/
H A Dagg_glyph_raster_bin.h94 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
116 const int8u* bits = m_bits + i * m_glyph_byte_width; in span()
158 unsigned m_glyph_byte_width; variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_glyph_raster_bin.h85 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
107 const int8u* bits = m_bits + i * m_glyph_byte_width; in span()
149 unsigned m_glyph_byte_width; variable
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_glyph_raster_bin.h85 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
107 const int8u* bits = m_bits + i * m_glyph_byte_width; in span()
149 unsigned m_glyph_byte_width; variable
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_glyph_raster_bin.h85 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
107 const int8u* bits = m_bits + i * m_glyph_byte_width; in span()
149 unsigned m_glyph_byte_width; variable
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_glyph_raster_bin.h95 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
117 const int8u* bits = m_bits + i * m_glyph_byte_width; in span()
159 unsigned m_glyph_byte_width; variable
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_glyph_raster_bin.pas57 m_glyph_byte_width : unsigned;
177 m_glyph_byte_width:=(m_glyph_width + 7 ) shr 3;
214 bits:=int8u_ptr(ptrcomp(m_bits ) + i * m_glyph_byte_width );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_glyph_raster_bin.pas57 m_glyph_byte_width : unsigned;
177 m_glyph_byte_width:=(m_glyph_width + 7 ) shr 3;
214 bits:=int8u_ptr(ptrcomp(m_bits ) + i * m_glyph_byte_width );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_glyph_raster_bin.pas57 m_glyph_byte_width : unsigned;
177 m_glyph_byte_width:=(m_glyph_width + 7 ) shr 3;
214 bits:=int8u_ptr(ptrcomp(m_bits ) + i * m_glyph_byte_width );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_glyph_raster_bin.pas57 m_glyph_byte_width : unsigned;
177 m_glyph_byte_width:=(m_glyph_width + 7 ) shr 3;
214 bits:=int8u_ptr(ptrcomp(m_bits ) + i * m_glyph_byte_width );