Home
last modified time | relevance | path

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

/dports/graphics/agg/agg-2.5/include/
H A Dagg_glyph_raster_bin.h93 m_glyph_width = *m_bits++; in prepare()
94 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
97 r->x2 = r->x1 + m_glyph_width - 1; in prepare()
108 r->dx = m_glyph_width; in prepare()
120 for(j = 0; j < m_glyph_width; ++j) in span()
157 unsigned m_glyph_width; variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_glyph_raster_bin.h84 m_glyph_width = *m_bits++; in prepare()
85 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
88 r->x2 = r->x1 + m_glyph_width - 1; in prepare()
99 r->dx = m_glyph_width; in prepare()
111 for(j = 0; j < m_glyph_width; ++j) in span()
148 unsigned m_glyph_width; variable
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_glyph_raster_bin.h84 m_glyph_width = *m_bits++; in prepare()
85 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
88 r->x2 = r->x1 + m_glyph_width - 1; in prepare()
99 r->dx = m_glyph_width; in prepare()
111 for(j = 0; j < m_glyph_width; ++j) in span()
148 unsigned m_glyph_width; variable
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_glyph_raster_bin.h84 m_glyph_width = *m_bits++; in prepare()
85 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
88 r->x2 = r->x1 + m_glyph_width - 1; in prepare()
99 r->dx = m_glyph_width; in prepare()
111 for(j = 0; j < m_glyph_width; ++j) in span()
148 unsigned m_glyph_width; variable
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_glyph_raster_bin.h94 m_glyph_width = *m_bits++; in prepare()
95 m_glyph_byte_width = (m_glyph_width + 7) >> 3; in prepare()
98 r->x2 = r->x1 + m_glyph_width - 1; in prepare()
109 r->dx = m_glyph_width; in prepare()
121 for(j = 0; j < m_glyph_width; ++j) in span()
158 unsigned m_glyph_width; variable
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_glyph_raster_bin.pas56 m_glyph_width ,
173 m_glyph_width:=m_bits^;
177 m_glyph_byte_width:=(m_glyph_width + 7 ) shr 3;
180 r.x2:=r.x1 + m_glyph_width - 1;
199 r.dx:=m_glyph_width;
218 for j:=0 to m_glyph_width - 1 do
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_glyph_raster_bin.pas56 m_glyph_width ,
173 m_glyph_width:=m_bits^;
177 m_glyph_byte_width:=(m_glyph_width + 7 ) shr 3;
180 r.x2:=r.x1 + m_glyph_width - 1;
199 r.dx:=m_glyph_width;
218 for j:=0 to m_glyph_width - 1 do
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_glyph_raster_bin.pas56 m_glyph_width ,
173 m_glyph_width:=m_bits^;
177 m_glyph_byte_width:=(m_glyph_width + 7 ) shr 3;
180 r.x2:=r.x1 + m_glyph_width - 1;
199 r.dx:=m_glyph_width;
218 for j:=0 to m_glyph_width - 1 do
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_glyph_raster_bin.pas56 m_glyph_width ,
173 m_glyph_width:=m_bits^;
177 m_glyph_byte_width:=(m_glyph_width + 7 ) shr 3;
180 r.x2:=r.x1 + m_glyph_width - 1;
199 r.dx:=m_glyph_width;
218 for j:=0 to m_glyph_width - 1 do