Home
last modified time | relevance | path

Searched refs:glyphSize (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFont.cc76 glyphSize = -1; in initCache()
79 glyphSize = glyphW * glyphH; in initCache()
81 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
87 if (glyphSize <= 64) { in initCache()
89 } else if (glyphSize <= 128) { in initCache()
91 } else if (glyphSize <= 256) { in initCache()
93 } else if (glyphSize <= 512) { in initCache()
95 } else if (glyphSize <= 1024) { in initCache()
100 cache = (Guchar *)gmallocn_checkoverflow(cacheSets* cacheAssoc, glyphSize); in initCache()
155 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashFont.cc76 glyphSize = -1; in initCache()
79 glyphSize = glyphW * glyphH; in initCache()
81 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
87 if (glyphSize <= 64) { in initCache()
89 } else if (glyphSize <= 128) { in initCache()
91 } else if (glyphSize <= 256) { in initCache()
93 } else if (glyphSize <= 512) { in initCache()
95 } else if (glyphSize <= 1024) { in initCache()
100 cache = (Guchar *)gmallocn_checkoverflow(cacheSets* cacheAssoc, glyphSize); in initCache()
155 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFont.cc76 glyphSize = -1; in initCache()
79 glyphSize = glyphW * glyphH; in initCache()
81 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
87 if (glyphSize <= 64) { in initCache()
89 } else if (glyphSize <= 128) { in initCache()
91 } else if (glyphSize <= 256) { in initCache()
93 } else if (glyphSize <= 512) { in initCache()
95 } else if (glyphSize <= 1024) { in initCache()
100 cache = (Guchar *)gmallocn_checkoverflow(cacheSets* cacheAssoc, glyphSize); in initCache()
155 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
[all …]
/dports/graphics/poppler/poppler-21.12.0/splash/
H A DSplashFont.cc75 glyphSize = -1; in initCache()
78 glyphSize = glyphW * glyphH; in initCache()
80 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
86 if (glyphSize <= 64) { in initCache()
88 } else if (glyphSize <= 128) { in initCache()
90 } else if (glyphSize <= 256) { in initCache()
92 } else if (glyphSize <= 512) { in initCache()
94 } else if (glyphSize <= 1024) { in initCache()
99 cache = (unsigned char *)gmallocn_checkoverflow(cacheSets * cacheAssoc, glyphSize); in initCache()
149 bitmap->data = cache + (i + j) * glyphSize; in getGlyph()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/splash/
H A DSplashFont.cc75 glyphSize = -1; in initCache()
78 glyphSize = glyphW * glyphH; in initCache()
80 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
86 if (glyphSize <= 64) { in initCache()
88 } else if (glyphSize <= 128) { in initCache()
90 } else if (glyphSize <= 256) { in initCache()
92 } else if (glyphSize <= 512) { in initCache()
94 } else if (glyphSize <= 1024) { in initCache()
99 cache = (unsigned char *)gmallocn_checkoverflow(cacheSets * cacheAssoc, glyphSize); in initCache()
149 bitmap->data = cache + (i + j) * glyphSize; in getGlyph()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/splash/
H A DSplashFont.cc75 glyphSize = -1; in initCache()
78 glyphSize = glyphW * glyphH; in initCache()
80 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
86 if (glyphSize <= 64) { in initCache()
88 } else if (glyphSize <= 128) { in initCache()
90 } else if (glyphSize <= 256) { in initCache()
92 } else if (glyphSize <= 512) { in initCache()
94 } else if (glyphSize <= 1024) { in initCache()
99 cache = (unsigned char *)gmallocn_checkoverflow(cacheSets * cacheAssoc, glyphSize); in initCache()
149 bitmap->data = cache + (i + j) * glyphSize; in getGlyph()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/splash/
H A DSplashFont.cc75 glyphSize = -1; in initCache()
78 glyphSize = glyphW * glyphH; in initCache()
80 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
86 if (glyphSize <= 64) { in initCache()
88 } else if (glyphSize <= 128) { in initCache()
90 } else if (glyphSize <= 256) { in initCache()
92 } else if (glyphSize <= 512) { in initCache()
94 } else if (glyphSize <= 1024) { in initCache()
99 cache = (unsigned char *)gmallocn_checkoverflow(cacheSets * cacheAssoc, glyphSize); in initCache()
149 bitmap->data = cache + (i + j) * glyphSize; in getGlyph()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplashFont.cc75 glyphSize = glyphW * glyphH; in initCache()
77 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
82 if (glyphSize <= 64) { in initCache()
84 } else if (glyphSize <= 128) { in initCache()
86 } else if (glyphSize <= 256) { in initCache()
88 } else if (glyphSize <= 512) { in initCache()
90 } else if (glyphSize <= 1024) { in initCache()
95 cache = (Guchar *)gmallocn_checkoverflow(cacheSets* cacheAssoc, glyphSize); in initCache()
150 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
205 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/preview_items/
H A Dpreview_utils.cpp94 VECTOR2D glyphSize = aGal->GetGlyphSize(); in SetConstantGlyphHeight() local
95 glyphSize = glyphSize * ( height / glyphSize.y ); in SetConstantGlyphHeight()
96 aGal->SetGlyphSize( glyphSize ); in SetConstantGlyphHeight()
100 textDims.StrokeWidth = glyphSize.x * thicknessFactor; in SetConstantGlyphHeight()
101 textDims.ShadowWidth = glyphSize.x * shadowFactor; in SetConstantGlyphHeight()
102 textDims.LinePitch = glyphSize.y * linePitchFactor; in SetConstantGlyphHeight()
/dports/graphics/colmap/colmap-3.6/lib/VLFeat/
H A Dhog.c183 self->glyphSize = 21 ; in vl_hog_new()
276 …self->glyphs = vl_calloc(self->glyphSize * self->glyphSize * self->numOrientations, sizeof(float))… in vl_hog_new()
277 #define atglyph(x,y,k) self->glyphs[(x) + self->glyphSize * (y) + self->glyphSize * self->glyphSize in vl_hog_new()
280 double x2 = self->glyphSize * cos(angle) / 2 ; in vl_hog_new()
281 double y2 = self->glyphSize * sin(angle) / 2 ; in vl_hog_new()
367 return self->glyphSize ; in vl_hog_get_glyph_size()
450 float const * glyph = self->glyphs + k * (self->glyphSize*self->glyphSize) ; in vl_hog_render()
451 … float * glyphImage = image + self->glyphSize * x + y * width * (self->glyphSize*self->glyphSize) ; in vl_hog_render()
477 glyphImage += (width - 1) * self->glyphSize ; in vl_hog_render()
482 … float * glyphImage = image + self->glyphSize * x + y * width * (self->glyphSize*self->glyphSize) ; in vl_hog_render()
[all …]
/dports/textproc/pdftohtml/pdftohtml-0.40a/splash/
H A DSplashFont.cc57 glyphSize = glyphW * glyphH; in initCache()
59 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
64 if (glyphSize <= 256) { in initCache()
66 } else if (glyphSize <= 512) { in initCache()
68 } else if (glyphSize <= 1024) { in initCache()
73 cache = (Guchar *)gmallocn(cacheSets* cacheAssoc, glyphSize); in initCache()
124 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
159 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DSplashFont.cc65 glyphSize = glyphW * glyphH; in initCache()
67 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
72 if (glyphSize <= 256) { in initCache()
74 } else if (glyphSize <= 512) { in initCache()
76 } else if (glyphSize <= 1024) { in initCache()
81 cache = (Guchar *)gmallocn_noexit(cacheSets * cacheAssoc, glyphSize); in initCache()
136 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
171 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/gal/
H A Dstroke_font.cpp205 const VECTOR2D& glyphSize = m_gal->GetGlyphSize(); in Draw() local
211 m_gal->Translate( VECTOR2D( 0, glyphSize.y ) ); in Draw()
215 m_gal->Translate( VECTOR2D( 0, glyphSize.y / 2.0 ) ); in Draw()
336 VECTOR2D glyphSize = baseGlyphSize; in drawSingleLineText() local
356 glyphSize = baseGlyphSize; in drawSingleLineText()
369 glyphSize = baseGlyphSize * 0.8; in drawSingleLineText()
384 glyphSize = baseGlyphSize * 0.8; in drawSingleLineText()
414 glyphSize = baseGlyphSize; in drawSingleLineText()
442 double overbar_end_x = xOffset + glyphSize.x * bbox.GetEnd().x; in drawSingleLineText()
479 VECTOR2D scaledPt( pt.x * glyphSize.x + xOffset, pt.y * glyphSize.y + yOffset ); in drawSingleLineText()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DPathTextBench.cpp62 float glyphSize = std::max(bounds.width(), bounds.height()); in onDelayedSetup() local
67 float scale = size / glyphSize; in onDelayedSetup()
69 fXforms[i].setTranslate((1 - t1) * sqrt(2) * scale/2 * glyphSize + in onDelayedSetup()
70 t1 * (kScreenWidth - sqrt(2) * scale/2 * glyphSize), in onDelayedSetup()
71 (1 - t2) * sqrt(2) * scale/2 * glyphSize + in onDelayedSetup()
72 t2 * (kScreenHeight - sqrt(2) * scale/2 * glyphSize)); in onDelayedSetup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DPathTextBench.cpp62 float glyphSize = std::max(bounds.width(), bounds.height()); in onDelayedSetup() local
67 float scale = size / glyphSize; in onDelayedSetup()
69 fXforms[i].setTranslate((1 - t1) * sqrt(2) * scale/2 * glyphSize + in onDelayedSetup()
70 t1 * (kScreenWidth - sqrt(2) * scale/2 * glyphSize), in onDelayedSetup()
71 (1 - t2) * sqrt(2) * scale/2 * glyphSize + in onDelayedSetup()
72 t2 * (kScreenHeight - sqrt(2) * scale/2 * glyphSize)); in onDelayedSetup()
/dports/graphics/xpdf/xpdf-4.03/splash/
H A DSplashFont.cc75 glyphSize = 0; in initCache()
81 glyphSize = glyphW * glyphH; in initCache()
83 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
90 glyphSize > splashFontCacheSize / (cacheSets * cacheAssoc); in initCache()
92 cache = (Guchar *)gmallocn(cacheSets * cacheAssoc, glyphSize); in initCache()
144 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
182 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/graphics/xpdf4/xpdf-4.03/splash/
H A DSplashFont.cc75 glyphSize = 0; in initCache()
81 glyphSize = glyphW * glyphH; in initCache()
83 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
90 glyphSize > splashFontCacheSize / (cacheSets * cacheAssoc); in initCache()
92 cache = (Guchar *)gmallocn(cacheSets * cacheAssoc, glyphSize); in initCache()
144 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
182 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/
H A DFreeTypeFont.cs107 var glyphSize = new Size((int)metricsWidth >> 6, (int)metricsHeight >> 6); in CreateGlyph()
114 Size = glyphSize, in CreateGlyph()
115 Data = new byte[glyphSize.Width * glyphSize.Height] in CreateGlyph()
122 for (var j = 0; j < glyphSize.Height; j++) in CreateGlyph()
124 for (var i = 0; i < glyphSize.Width; i++) in CreateGlyph()
/dports/graphics/xpdf3/xpdf-3.04/splash/
H A DSplashFont.cc70 glyphSize = glyphW * glyphH; in initCache()
72 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
79 cacheSets * cacheAssoc * glyphSize > splashFontCacheSize; in initCache()
81 cache = (Guchar *)gmallocn(cacheSets * cacheAssoc, glyphSize); in initCache()
132 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
167 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/splash/
H A DSplashFont.cc70 glyphSize = glyphW * glyphH; in initCache()
72 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
79 cacheSets * cacheAssoc * glyphSize > splashFontCacheSize; in initCache()
81 cache = (Guchar *)gmallocn(cacheSets * cacheAssoc, glyphSize); in initCache()
132 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
167 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/splash/
H A DSplashFont.cc70 glyphSize = glyphW * glyphH; in initCache()
72 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
79 cacheSets * cacheAssoc * glyphSize > splashFontCacheSize; in initCache()
81 cache = (Guchar *)gmallocn(cacheSets * cacheAssoc, glyphSize); in initCache()
132 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
167 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/splash/
H A DSplashFont.cc70 glyphSize = glyphW * glyphH; in initCache()
72 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
79 cacheSets * cacheAssoc * glyphSize > splashFontCacheSize; in initCache()
81 cache = (Guchar *)gmallocn(cacheSets * cacheAssoc, glyphSize); in initCache()
132 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
167 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/splash/
H A DSplashFont.cc70 glyphSize = glyphW * glyphH; in initCache()
72 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
79 cacheSets * cacheAssoc * glyphSize > splashFontCacheSize; in initCache()
81 cache = (Guchar *)gmallocn(cacheSets * cacheAssoc, glyphSize); in initCache()
132 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
167 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/splash/
H A DSplashFont.cc70 glyphSize = glyphW * glyphH; in initCache()
72 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
79 cacheSets * cacheAssoc * glyphSize > splashFontCacheSize; in initCache()
81 cache = (Guchar *)gmallocn(cacheSets * cacheAssoc, glyphSize); in initCache()
132 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
167 p = cache + (i+j) * glyphSize; in getGlyph()
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/splash/
H A DSplashFont.cc70 glyphSize = glyphW * glyphH; in initCache()
72 glyphSize = ((glyphW + 7) >> 3) * glyphH; in initCache()
79 cacheSets * cacheAssoc * glyphSize > splashFontCacheSize; in initCache()
81 cache = (Guchar *)gmallocn(cacheSets * cacheAssoc, glyphSize); in initCache()
132 bitmap->data = cache + (i+j) * glyphSize; in getGlyph()
167 p = cache + (i+j) * glyphSize; in getGlyph()

12345678910>>...15