Home
last modified time | relevance | path

Searched refs:m_glyphs (Results 1 – 25 of 116) sorted by relevance

12345

/dports/print/scribus-devel/scribus-1.5.7/scribus/text/
H A Dglyphcluster.cpp22 m_glyphs.append(gl); in append()
28 for (const GlyphLayout& gl : m_glyphs) in width()
39 for (const GlyphLayout& gl : m_glyphs) in ascent()
51 for (const GlyphLayout& gl : m_glyphs) in descent()
76 GlyphLayout& gl = m_glyphs[i]; in setFlag()
90 return m_glyphs; in glyphs()
94 return m_glyphs; in glyphs()
132 GlyphLayout& gl = m_glyphs[i]; in setScaleH()
142 GlyphLayout& gl = m_glyphs[i]; in setScaleV()
149 return m_glyphs.size() == 1 && m_glyphs.first().glyph == 0; in isEmpty()
[all …]
H A Dshapedtext.cpp23 …, m_context(o.m_context), m_firstChar(o.m_firstChar), m_lastChar(o.m_lastChar),m_glyphs(o.m_glyphs) in ShapedTextImplementation()
32 QList<GlyphCluster> m_glyphs; member in ShapedTextImplementation
44 this->m_glyphs.erase(this->m_glyphs.begin() + pos, this->m_glyphs.end()); in split()
48 result->m_glyphs.erase(result->m_glyphs.begin(), result->m_glyphs.begin() + pos); in split()
68 while (result < m_glyphs.count() && m_glyphs[result].lastChar() < charPos) in splitPosition()
70 for (int check = result + 1; check < m_glyphs.count(); ++check) in splitPosition()
72 if (m_glyphs[check].firstChar() < charPos) in splitPosition()
98 const QList<GlyphCluster>& ShapedText::glyphs() const { return p_impl->m_glyphs; } in glyphs()
99 QList<GlyphCluster>& ShapedText::glyphs() { return p_impl->m_glyphs; } in glyphs()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGlyphPage.h76 return GlyphData(m_glyphs[index], m_glyphFontData[index]); in glyphDataForCharacter()
82 return GlyphData(m_glyphs[index], m_glyphFontData[index]); in glyphDataForIndex()
88 return m_glyphs[index]; in glyphAt()
104 m_glyphs[index] = g; in setGlyphDataForIndex()
115 memcpy(m_glyphs, other.m_glyphs, sizeof(m_glyphs)); in copyFrom()
121 memset(m_glyphs, 0, sizeof(m_glyphs)); in clear()
137 Glyph m_glyphs[size]; variable
H A DGlyphBuffer.h79 m_glyphs.clear(); in clear()
99 GlyphBufferGlyph g = m_glyphs[index1]; in swap()
100 m_glyphs[index1] = m_glyphs[index2]; in swap()
101 m_glyphs[index2] = g; in swap()
117 return m_glyphs[index].index; in glyphAt()
119 return m_glyphs[index]; in glyphAt()
151 m_glyphs.append(cairoGlyph);
153 m_glyphs.append(glyph);
182 m_glyphs.append(cairoGlyph); in add()
184 m_glyphs.append(glyph); in add()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_font_cache_manager2.h61 { memset(m_glyphs, 0, sizeof(m_glyphs)); } in cached_glyphs()
67 if(m_glyphs[msb]) in find_glyph()
69 return m_glyphs[msb][glyph_code & 0xFF]; in find_glyph()
86 if(m_glyphs[msb] == 0) in cache_glyph()
88 m_glyphs[msb] = in cache_glyph()
91 memset(m_glyphs[msb], 0, sizeof(cached_glyph*) * 256); in cache_glyph()
110 return m_glyphs[msb][lsb] = glyph; in cache_glyph()
115 cached_glyph** m_glyphs[256]; variable
216 const cached_glyph *glyph=m_glyphs.find_glyph(cp); in get_glyph()
224 glyph=m_glyphs.cache_glyph( in get_glyph()
[all …]
H A Dagg_font_cache_manager.h65 memset(m_glyphs, 0, sizeof(m_glyphs)); in signature()
78 if(m_glyphs[msb]) in find_glyph()
80 return m_glyphs[msb][glyph_code & 0xFF]; in find_glyph()
95 if(m_glyphs[msb] == 0) in cache_glyph()
97 m_glyphs[msb] = in cache_glyph()
100 memset(m_glyphs[msb], 0, sizeof(glyph_cache*) * 256); in cache_glyph()
104 if(m_glyphs[msb][lsb]) return 0; // Already exists, do not overwrite in cache_glyph()
117 return m_glyphs[msb][lsb] = glyph; in cache_glyph()
122 glyph_cache** m_glyphs[256]; variable
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_font_cache_manager2.h61 { memset(m_glyphs, 0, sizeof(m_glyphs)); } in cached_glyphs()
67 if(m_glyphs[msb]) in find_glyph()
69 return m_glyphs[msb][glyph_code & 0xFF]; in find_glyph()
86 if(m_glyphs[msb] == 0) in cache_glyph()
88 m_glyphs[msb] = in cache_glyph()
91 memset(m_glyphs[msb], 0, sizeof(cached_glyph*) * 256); in cache_glyph()
110 return m_glyphs[msb][lsb] = glyph; in cache_glyph()
115 cached_glyph** m_glyphs[256]; variable
216 const cached_glyph *glyph=m_glyphs.find_glyph(cp); in get_glyph()
224 glyph=m_glyphs.cache_glyph( in get_glyph()
[all …]
H A Dagg_font_cache_manager.h65 memset(m_glyphs, 0, sizeof(m_glyphs)); in signature()
78 if(m_glyphs[msb]) in find_glyph()
80 return m_glyphs[msb][glyph_code & 0xFF]; in find_glyph()
95 if(m_glyphs[msb] == 0) in cache_glyph()
97 m_glyphs[msb] = in cache_glyph()
100 memset(m_glyphs[msb], 0, sizeof(glyph_cache*) * 256); in cache_glyph()
104 if(m_glyphs[msb][lsb]) return 0; // Already exists, do not overwrite in cache_glyph()
117 return m_glyphs[msb][lsb] = glyph; in cache_glyph()
122 glyph_cache** m_glyphs[256]; variable
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_font_cache_manager2.h61 { std::memset(m_glyphs, 0, sizeof(m_glyphs)); } in cached_glyphs()
67 if(m_glyphs[msb]) in find_glyph()
69 return m_glyphs[msb][glyph_code & 0xFF]; in find_glyph()
86 if(m_glyphs[msb] == 0) in cache_glyph()
88 m_glyphs[msb] = in cache_glyph()
91 std::memset(m_glyphs[msb], 0, sizeof(cached_glyph*) * 256); in cache_glyph()
110 return m_glyphs[msb][lsb] = glyph; in cache_glyph()
115 cached_glyph** m_glyphs[256]; variable
216 const cached_glyph *glyph=m_glyphs.find_glyph(cp); in get_glyph()
224 glyph=m_glyphs.cache_glyph( in get_glyph()
[all …]
H A Dagg_font_cache_manager.h65 std::memset(m_glyphs, 0, sizeof(m_glyphs)); in signature()
78 if(m_glyphs[msb]) in find_glyph()
80 return m_glyphs[msb][glyph_code & 0xFF]; in find_glyph()
95 if(m_glyphs[msb] == 0) in cache_glyph()
97 m_glyphs[msb] = in cache_glyph()
100 std::memset(m_glyphs[msb], 0, sizeof(glyph_cache*) * 256); in cache_glyph()
104 if(m_glyphs[msb][lsb]) return 0; // Already exists, do not overwrite in cache_glyph()
117 return m_glyphs[msb][lsb] = glyph; in cache_glyph()
122 glyph_cache** m_glyphs[256]; variable
/dports/graphics/qt5-svg/kde-qtsvg-5.15.2p13/src/svg/
H A Dqsvgfont.cpp70 m_glyphs.insert(unicode, QSvgGlyph(unicode, path, in addGlyph()
86 if (!m_glyphs.contains(*itr)) { in draw()
88 if (!m_glyphs.contains(unicode)) in draw()
91 textWidth += static_cast<int>(m_glyphs[unicode].m_horizAdvX); in draw()
114 if (!m_glyphs.contains(*itr)) { in draw()
116 if (!m_glyphs.contains(unicode)) in draw()
119 p->drawPath(m_glyphs[unicode].m_path); in draw()
120 p->translate(m_glyphs[unicode].m_horizAdvX, 0); in draw()
/dports/graphics/graphite2/graphite2-1.3.14/tests/comparerenderer/
H A DRenderedLine.h102 : m_numGlyphs(0), m_advance(0), m_glyphs(NULL) in RenderedLine()
105 : m_text(text), m_numGlyphs(numGlyphs), m_advance(adv), m_glyphs(new GlyphInfo[numGlyphs]) in m_text()
110 delete [] m_glyphs; in ~RenderedLine()
111 m_glyphs = NULL; in ~RenderedLine()
139 GlyphInfo & operator [] (size_t i) { assert(i < m_numGlyphs); return m_glyphs[i]; }
140 … const GlyphInfo & operator [] (size_t i) const { assert(i < m_numGlyphs); return m_glyphs[i]; }
151 memcpy(newGlyphs, m_glyphs, m_numGlyphs * sizeof(GlyphInfo)); in resize()
153 delete []m_glyphs; in resize()
154 m_glyphs = newGlyphs; in resize()
161 GlyphInfo * m_glyphs; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/svg/
H A Dqsvgfont.cpp74 m_glyphs.insert(unicode, QSvgGlyph(unicode, path, in addGlyph()
90 if (!m_glyphs.contains(*itr)) { in draw()
92 if (!m_glyphs.contains(unicode)) in draw()
95 textWidth += static_cast<int>(m_glyphs[unicode].m_horizAdvX); in draw()
118 if (!m_glyphs.contains(*itr)) { in draw()
120 if (!m_glyphs.contains(unicode)) in draw()
123 p->drawPath(m_glyphs[unicode].m_path); in draw()
124 p->translate(m_glyphs[unicode].m_horizAdvX, 0); in draw()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/OpenGL/
H A DFontGL.cpp48 CFontGL::CFontGL( spCTextureFlat textTexture ) : CBaseFont(), m_glyphs(NULL) in CFontGL()
64 SAFE_DELETE_ARRAY(m_glyphs); in ~CFontGL()
101 m_glyphs = new Glyph[n_chars]; in Create()
114 m_glyphs[i].tex_x1 = static_cast<fp4>(buffer.x) / (fp4)width; in Create()
115 m_glyphs[i].tex_x2 = static_cast<fp4>(buffer.x + buffer.width) / (fp4)width; in Create()
116 m_glyphs[i].tex_y1 = static_cast<fp4>(buffer.y) / (fp4)height; in Create()
117 m_glyphs[i].advance = buffer.width; in Create()
119 m_table[buffer.ascii] = m_glyphs + i; in Create()
/dports/games/py-fife/fifengine-0.4.2/engine/core/video/fonts/
H A Dimagefontbase.cpp47 type_glyphs::iterator i = m_glyphs.begin(); in ~ImageFontBase()
48 for(; i != m_glyphs.end(); ++i) { in ~ImageFontBase()
59 type_glyphs::const_iterator it = m_glyphs.find( codepoint ); in getWidth()
61 if( it != m_glyphs.end() ) { in getWidth()
91 type_glyphs::iterator it = m_glyphs.find( codepoint ); in renderString()
93 if( it == m_glyphs.end() ) { in renderString()
/dports/graphics/agg/agg-2.5/include/
H A Dagg_font_cache_manager.h74 memset(m_glyphs, 0, sizeof(m_glyphs)); in signature()
87 if(m_glyphs[msb]) in find_glyph()
89 return m_glyphs[msb][glyph_code & 0xFF]; in find_glyph()
104 if(m_glyphs[msb] == 0) in cache_glyph()
106 m_glyphs[msb] = in cache_glyph()
109 memset(m_glyphs[msb], 0, sizeof(glyph_cache*) * 256); in cache_glyph()
113 if(m_glyphs[msb][lsb]) return 0; // Already exists, do not overwrite in cache_glyph()
126 return m_glyphs[msb][lsb] = glyph; in cache_glyph()
131 glyph_cache** m_glyphs[256]; variable
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_font_cache_manager.h65 memset(m_glyphs, 0, sizeof(m_glyphs)); in signature()
78 if(m_glyphs[msb]) in find_glyph()
80 return m_glyphs[msb][glyph_code & 0xFF]; in find_glyph()
95 if(m_glyphs[msb] == 0) in cache_glyph()
97 m_glyphs[msb] = in cache_glyph()
100 memset(m_glyphs[msb], 0, sizeof(glyph_cache*) * 256); in cache_glyph()
104 if(m_glyphs[msb][lsb]) return 0; // Already exists, do not overwrite in cache_glyph()
117 return m_glyphs[msb][lsb] = glyph; in cache_glyph()
122 glyph_cache** m_glyphs[256]; variable
/dports/comms/limesuite/LimeSuite-20.10.0/src/oglGraph/
H A DGLFont.cpp12 m_glyphs = new GLGlyph[m_glyphCount]; in GLFont()
17 delete []m_glyphs; in ~GLFont()
71 m_glyphs[i].reset(); in load()
84 m_glyphs[tempGlyph.id] = tempGlyph; in load()
163 m_glyphs[i].reset(); in loadFromArray()
176 m_glyphs[tempGlyph.id] = tempGlyph; in loadFromArray()
253 g = &m_glyphs[(unsigned char)*p]; in render_textWorldSpace()
336 g = &m_glyphs[(unsigned char)*p]; in render_textScreenSpace()
402 return m_glyphs[(unsigned char)c].advance_x; in char_width()
409 width += m_glyphs[(unsigned char)str[i]].advance_x; in string_width()
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_font_cache_manager.pas72 m_glyphs : array[0..256] of glyph_cache_ptr_ptr;
184 fillchar(m_glyphs ,sizeof(m_glyphs ) ,0 );
210 if m_glyphs[msb ] <> NIL then
213 ptrcomp(m_glyphs[msb ] ) + (glyph_code and $FF ) * sizeof(glyph_cache_ptr ) )^
229 if m_glyphs[msb ] = NIL then
231 m_glyphs[msb ]:=glyph_cache_ptr_ptr(
234 fillchar(m_glyphs[msb ]^ ,sizeof(glyph_cache_ptr ) * 256 ,0 );
240 if glyph_cache_ptr_ptr(ptrcomp(m_glyphs[msb ] ) + lsb * sizeof(glyph_cache_ptr ) )^ <> NIL then
258 glyph_cache_ptr_ptr(ptrcomp(m_glyphs[msb ] ) + lsb * sizeof(glyph_cache_ptr ) )^:=glyph;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_font_cache_manager.pas72 m_glyphs : array[0..256] of glyph_cache_ptr_ptr;
184 fillchar(m_glyphs ,sizeof(m_glyphs ) ,0 );
210 if m_glyphs[msb ] <> NIL then
213 ptrcomp(m_glyphs[msb ] ) + (glyph_code and $FF ) * sizeof(glyph_cache_ptr ) )^
229 if m_glyphs[msb ] = NIL then
231 m_glyphs[msb ]:=glyph_cache_ptr_ptr(
234 fillchar(m_glyphs[msb ]^ ,sizeof(glyph_cache_ptr ) * 256 ,0 );
240 if glyph_cache_ptr_ptr(ptrcomp(m_glyphs[msb ] ) + lsb * sizeof(glyph_cache_ptr ) )^ <> NIL then
258 glyph_cache_ptr_ptr(ptrcomp(m_glyphs[msb ] ) + lsb * sizeof(glyph_cache_ptr ) )^:=glyph;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_font_cache_manager.pas72 m_glyphs : array[0..256] of glyph_cache_ptr_ptr;
184 fillchar(m_glyphs ,sizeof(m_glyphs ) ,0 );
210 if m_glyphs[msb ] <> NIL then
213 ptrcomp(m_glyphs[msb ] ) + (glyph_code and $FF ) * sizeof(glyph_cache_ptr ) )^
229 if m_glyphs[msb ] = NIL then
231 m_glyphs[msb ]:=glyph_cache_ptr_ptr(
234 fillchar(m_glyphs[msb ]^ ,sizeof(glyph_cache_ptr ) * 256 ,0 );
240 if glyph_cache_ptr_ptr(ptrcomp(m_glyphs[msb ] ) + lsb * sizeof(glyph_cache_ptr ) )^ <> NIL then
258 glyph_cache_ptr_ptr(ptrcomp(m_glyphs[msb ] ) + lsb * sizeof(glyph_cache_ptr ) )^:=glyph;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_font_cache_manager.pas72 m_glyphs : array[0..256] of glyph_cache_ptr_ptr;
184 fillchar(m_glyphs ,sizeof(m_glyphs ) ,0 );
210 if m_glyphs[msb ] <> NIL then
213 ptrcomp(m_glyphs[msb ] ) + (glyph_code and $FF ) * sizeof(glyph_cache_ptr ) )^
229 if m_glyphs[msb ] = NIL then
231 m_glyphs[msb ]:=glyph_cache_ptr_ptr(
234 fillchar(m_glyphs[msb ]^ ,sizeof(glyph_cache_ptr ) * 256 ,0 );
240 if glyph_cache_ptr_ptr(ptrcomp(m_glyphs[msb ] ) + lsb * sizeof(glyph_cache_ptr ) )^ <> NIL then
258 glyph_cache_ptr_ptr(ptrcomp(m_glyphs[msb ] ) + lsb * sizeof(glyph_cache_ptr ) )^:=glyph;
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ttf-parser-0.6.2/testing-tools/font-view/
H A Dglyphsview.cpp21 m_glyphs.resize(fi.numberOfGlyphs); in setFontInfo()
43 m_glyphs.replace(idx, glyph); in setGlyph()
103 for (int i = 0; i < m_glyphs.size(); ++i) { in paintEvent()
115 const int dx = qRound((m_fontInfo.height - m_glyphs.at(i).bbox.width()) / 2.0) in paintEvent()
116 - m_glyphs.at(i).bbox.x(); in paintEvent()
124 p.drawRect(m_glyphs.at(i).bbox); in paintEvent()
135 p.drawPath(m_glyphs.at(i).outline); in paintEvent()
213 const int rows = qRound(floor(m_glyphs.size() / COLUMNS_COUNT)) + 1; in drawGrid()
279 const int rows = qRound(floor(m_glyphs.size() / COLUMNS_COUNT)) + 1; in updateScrollBars()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/ttf-parser-0.6.2/testing-tools/font-view/
H A Dglyphsview.cpp21 m_glyphs.resize(fi.numberOfGlyphs); in setFontInfo()
43 m_glyphs.replace(idx, glyph); in setGlyph()
103 for (int i = 0; i < m_glyphs.size(); ++i) { in paintEvent()
115 const int dx = qRound((m_fontInfo.height - m_glyphs.at(i).bbox.width()) / 2.0) in paintEvent()
116 - m_glyphs.at(i).bbox.x(); in paintEvent()
124 p.drawRect(m_glyphs.at(i).bbox); in paintEvent()
135 p.drawPath(m_glyphs.at(i).outline); in paintEvent()
213 const int rows = qRound(floor(m_glyphs.size() / COLUMNS_COUNT)) + 1; in drawGrid()
279 const int rows = qRound(floor(m_glyphs.size() / COLUMNS_COUNT)) + 1; in updateScrollBars()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/extras/text/
H A Dqdistancefieldglyphcache.cpp108 QHash<quint32, StoredGlyph> m_glyphs; member in Qt3DExtras::DistanceFieldFont
173 const auto it = m_glyphs.find(glyph); in findGlyph()
174 return (it != m_glyphs.cend()) ? it.value() : StoredGlyph(); in findGlyph()
180 auto it = m_glyphs.find(glyph); in refGlyph()
181 if (it != m_glyphs.end()) { in refGlyph()
213 m_glyphs.insert(glyph, storedGlyph); in refGlyph()
219 auto it = m_glyphs.find(glyph); in derefGlyph()
220 if (it == m_glyphs.end()) in derefGlyph()
242 m_glyphs.erase(it); in derefGlyph()

12345