Home
last modified time | relevance | path

Searched refs:glyphBits (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfbglblt8.c131 register glyphPointer glyphBits; local
223 glyphBits = (glyphPointer) FONTGLYPHBITS(pglyphBase,pci);
240 STIPPLE(dstLine,glyphBits,pixel,bwidthDst,hTmp,xoff);
253 GlyphBits(glyphBits, w, c)
284 register glyphPointer glyphBits; local
351 glyphBits = (glyphPointer) FONTGLYPHBITS(pglyphBase,pci);
382 GlyphBits(glyphBits, w, c)
406 clips[h] = clips[h] & glyphBits[h];
409 glyphBits = clips;
414 STIPPLE(dstLine,glyphBits,pixel,bwidthDst,hTmp,xoff);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFontMissingGlyphs.cpp98 uint32_t glyphBits = glyphMicroFont[aDigit]; in DrawHexChar() local
114 if (glyphBits & 1) { in DrawHexChar()
117 glyphBits >>= 1; in DrawHexChar()
131 if (glyphBits & 1) { in DrawHexChar()
140 glyphBits >>= 1; in DrawHexChar()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DTextRecord.cpp39 TextRecord::read(SWFStream& in, movie_definition& m, int glyphBits, in read() argument
129 in.ensureBits(glyphCount * (glyphBits + advanceBits)); in read()
133 ge.index = in.read_uint(glyphBits); in read()
H A DDefineTextTag.cpp108 int glyphBits = in.read_u8(); in read() local
120 if (!text.read(in, m, glyphBits, advanceBits, tag)) break; in read()
H A DTextRecord.h93 bool read(SWFStream& in, movie_definition& m, int glyphBits,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFontMissingGlyphs.cpp167 uint32_t glyphBits = glyphMicroFont[aDigit]; in DrawHexChar() local
170 if (glyphBits & 1) { in DrawHexChar()
179 glyphBits >>= 1; in DrawHexChar()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DScalerStreamTypes.pas282 glyphBits: SInt32Ptr; { <-> Bitvector: a bit for each glyph, 1 = desired/supplied }
/dports/graphics/ming/libming-ming-0_4_8/util/old/
H A Dlistswf.c1474 int printTextRecord(FILE *f, int glyphBits, int advanceBits, int type) in printTextRecord() argument
1514 println("glyph index: %i", readBits(f, glyphBits)); in printTextRecord()
1524 int glyphBits, advanceBits, end = fileOffset+length; in printDefineText() local
1533 glyphBits = readUInt8(f); in printDefineText()
1537 printTextRecord(f, glyphBits, advanceBits, type)) ; in printDefineText()
/dports/graphics/p5-ming/libming-ming-0_4_8/util/old/
H A Dlistswf.c1474 int printTextRecord(FILE *f, int glyphBits, int advanceBits, int type)
1514 println("glyph index: %i", readBits(f, glyphBits));
1524 int glyphBits, advanceBits, end = fileOffset+length;
1533 glyphBits = readUInt8(f);
1537 printTextRecord(f, glyphBits, advanceBits, type)) ;
/dports/graphics/py-ming/libming-ming-0_4_8/util/old/
H A Dlistswf.c1474 int printTextRecord(FILE *f, int glyphBits, int advanceBits, int type) in printTextRecord() argument
1514 println("glyph index: %i", readBits(f, glyphBits)); in printTextRecord()
1524 int glyphBits, advanceBits, end = fileOffset+length; in printDefineText() local
1533 glyphBits = readUInt8(f); in printDefineText()
1537 printTextRecord(f, glyphBits, advanceBits, type)) ; in printDefineText()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpaintengine_raster.cpp2964 const uchar *glyphBits = bits + ((c.x << leftShift) >> rightShift) + c.y * bpl; in drawCachedGlyphs() local
2972 drawImage(QPoint(x, y), QImage(glyphBits, c.w, c.h, bpl, image.format())); in drawCachedGlyphs()
2975 … alphaPenBlt(glyphBits, bpl, depth, x, y, c.w, c.h, fontEngine->expectsGammaCorrectedBlending()); in drawCachedGlyphs()

12