Home
last modified time | relevance | path

Searched refs:nGlyphs (Results 1 – 24 of 24) sorted by relevance

/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx523 sal_Int32 nGlyphs = 0; in DrawGlyphs() local
537 pGlyphSubset [nGlyphs] = pGlyphID [nChar]; in DrawGlyphs()
548 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in DrawGlyphs()
550 nGlyphs += 1; in DrawGlyphs()
560 rGfx.PSShowText (pGlyphSubset, nGlyphs, nGlyphs, nGlyphs > 1 ? pDeltaSubset : NULL); in DrawGlyphs()
603 sal_Int32 nGlyphs = 1; in ImplDrawText() local
607 nGlyphs++; in ImplDrawText()
615 rGfx.PSShowText (pGlyphID + nChar, nGlyphs, nGlyphs); in ImplDrawText()
617 nChar += nGlyphs; in ImplDrawText()
656 sal_Int32 nGlyphs = 0; in ImplDrawText() local
[all …]
H A Dcommon_gfx.cxx1101 PrinterGfx::PSShowText (const sal_uChar* pStr, sal_Int16 nGlyphs, sal_Int16 nBytes, in PSShowText() argument
1140 PSDeltaArray (pDeltaArray, nGlyphs - 1); in PSShowText()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx124 sal_uInt32 nGlyphs; /* number of glyphs in the font + 1 */ member
1993 sal_uInt16 *glyphArray, sal_uInt8 *encoding, int nGlyphs, in CreateT3FromTTGlyphs() argument
2051 if (!((nGlyphs > 0) && (nGlyphs <= 256))) return SF_GLYPHNUM; in CreateT3FromTTGlyphs()
2073 … rtl_crc32(0, ttf->ptr, ttf->fsize), nGlyphs, rtl_crc32(0, glyphArray, nGlyphs * 2), rtl_crc32(0, … in CreateT3FromTTGlyphs()
2078 for (i = 0; i < nGlyphs; i++) { in CreateT3FromTTGlyphs()
2082 fprintf(outf, h30, nGlyphs+1); in CreateT3FromTTGlyphs()
2086 for (i = 0; i < nGlyphs; i++) { in CreateT3FromTTGlyphs()
2151 int nGlyphs, in CreateTTFromTTGlyphs() argument
2230 sal_uInt32* gID = (sal_uInt32*)scalloc(nGlyphs, sizeof(sal_uInt32)); in CreateTTFromTTGlyphs()
2232 for (i = 0; i < nGlyphs; i++) { in CreateTTFromTTGlyphs()
[all …]
H A Dttcr.cxx1383 sal_uInt32 nGlyphs, locaLen = 0, glyfLen = 0; in ProcessTables() local
1396 nGlyphs = listCount(glyphlist); in ProcessTables()
1397 assert(nGlyphs != 0); in ProcessTables()
1398 gid = (sal_uInt32*)scalloc(nGlyphs, sizeof(sal_uInt32)); in ProcessTables()
1444 locaLen = indexToLocFormat ? (nGlyphs + 1) << 2 : (nGlyphs + 1) << 1; in ProcessTables()
1448 … TTSimpleGlyphMetrics* met = (TTSimpleGlyphMetrics*)scalloc(nGlyphs, sizeof(TTSimpleGlyphMetrics)); in ProcessTables()
1465 for (j = 0; j < nGlyphs; j++) { in ProcessTables()
1537 PutUInt16((sal_uInt16)nGlyphs, pMaxpData, 4, 1); in ProcessTables()
1561 if (nGlyphs > 2) { in ProcessTables()
1562 for (i = nGlyphs - 1; i > 0; i--) { in ProcessTables()
[all …]
/trunk/main/vcl/inc/
H A Dsft.hxx395 …ILE *outf, const char *fname, sal_uInt16 *glyphArray, sal_uInt8 *encoding, int nGlyphs, int wmode);
423 int nGlyphs,
455 int nGlyphs);
469 …Metrics *GetTTSimpleGlyphMetrics(TrueTypeFont *ttf, sal_uInt16 *glyphArray, int nGlyphs, int mode);
H A Dprintergfx.hxx302 sal_Int16 nGlyphs, sal_Int16 nBytes,
H A Dsalgdi.hxx271 int nGlyphs,
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3632 int nGlyphs, in createFontSubset() argument
3658 if( nGlyphs > 256 ) in createFontSubset()
3661 for( int i = 0; i < nGlyphs; i++ ) in createFontSubset()
3670 DBG_ASSERT( (int)pNewEncoding[i] < nGlyphs, "encoding wrong" ); in createFontSubset()
3678 nGlyphs = nChar; // either input value or increased by one in createFontSubset()
3704 for( int i = 0; i < nGlyphs; ++i ) in createFontSubset()
3714 aRequestedGlyphIds, pEnc, nGlyphs, pWidths ); in createFontSubset()
3739 nGlyphs, in createFontSubset()
3743 for( int i = 0; i < nGlyphs; i++ ) in createFontSubset()
3757 nGlyphs, in createFontSubset()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1770 int nGlyphs = GetTTGlyphCount( aSftTTF.get() ); in GetGlyphWidths() local
1771 if( nGlyphs > 0 ) in GetGlyphWidths()
1773 rWidths.resize(nGlyphs); in GetGlyphWidths()
1774 std::vector<sal_uInt16> aGlyphIds(nGlyphs); in GetGlyphWidths()
1775 for( int i = 0; i < nGlyphs; i++ ) in GetGlyphWidths()
1779 nGlyphs, in GetGlyphWidths()
1783 for( int i = 0; i< nGlyphs; i++ ) in GetGlyphWidths()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx176 int nGlyphs = iGlyphs.second - iGlyphs.first; in fill_from() local
181 rGlyph2Char.assign(nGlyphs, -1); in fill_from()
183 int nGlyphIndex = (bRtl)? (nGlyphs - 1) : 0; in fill_from()
187 int nLastGlyph = (bRtl)? nGlyphs - 1: 0; in fill_from()
200 nGlyphIndex >= 0 && nGlyphIndex < nGlyphs; in fill_from()
347 int nGlyphs = iGlyphs.second - iGlyphs.first; in appendCluster() local
406 if (j + nDelta >= nGlyphs || j + nDelta < 0) // at rhs ltr,rtl in appendCluster()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2991 int nGlyphs = GetTTGlyphCount( aSftTTF.get() ); in GetGlyphWidths() local
2992 if( nGlyphs > 0 ) in GetGlyphWidths()
2994 rWidths.resize(nGlyphs); in GetGlyphWidths()
2995 std::vector<sal_uInt16> aGlyphIds(nGlyphs); in GetGlyphWidths()
2996 for( int i = 0; i < nGlyphs; i++ ) in GetGlyphWidths()
3000 nGlyphs, in GetGlyphWidths()
3004 for( int i = 0; i< nGlyphs; i++ ) in GetGlyphWidths()
H A Dwinlayout.cxx2964 int nGlyphs = 0; local
2967 nGlyphs = maImpl.GetNextGlyphs(1, glyphIntStr, aPos, glyphIndex);
2968 if (nGlyphs < 1)
2970 std::copy(glyphIntStr, glyphIntStr + nGlyphs, glyphWStr);
2972 NULL, (LPCWSTR)&(glyphWStr), nGlyphs, NULL);
2973 } while (nGlyphs);
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx630 int nGlyphs = rLayout.GetNextGlyphs( nMaxGlyphs, aGlyphAry, aPos, nStart ); in DrawServerAAFontString() local
631 if( !nGlyphs ) in DrawServerAAFontString()
640 for( int i = 0; i < nGlyphs; ++i ) in DrawServerAAFontString()
643 aGlyphSet, aPos.X(), aPos.Y(), aRenderAry, nGlyphs ); in DrawServerAAFontString()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx511 sal_uInt16 nGlyphs = _uInt16( maGlyphOffsets.size() ); in write() local
512 sal_uInt16 nOffset = nGlyphs * sizeof( sal_uInt16 ); in write()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.hxx100 int nGlyphs,
H A Dsvppspgraphics.hxx119 int nGlyphs,
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx3846 int nGlyphs ) in createToUnicodeCMap() argument
3849 for( n = 0; n < nGlyphs; n++ ) in createToUnicodeCMap()
3876 for( n = 0; n < nGlyphs; n++ ) in createToUnicodeCMap()
4061 int nGlyphs = 1; in emitFonts() local
4084 if( nGlyphs < 256 ) in emitFonts()
4085 nGlyphs++; in emitFonts()
4092 …ics->CreateFontSubset( aTmpName, it->first, aGlyphIds, pEncoding, pWidths, nGlyphs, aSubsetInfo ) ) in emitFonts()
4210 … = createToUnicodeCMap( pEncoding, &aUnicodes[0], pUnicodesPerGlyph, pEncToUnicodeIndex, nGlyphs ); in emitFonts()
4225 aLine.append( (sal_Int32)(nGlyphs-1) ); in emitFonts()
4228 for( int i = 0; i < nGlyphs; i++ ) in emitFonts()
[all …]
H A Dpdfwriter_impl.hxx839 …void registerGlyphs( int nGlyphs, sal_GlyphId* pGlyphs, sal_Int32* pGlpyhWidths, sal_Ucs* pUnicode…
888 …ng, sal_Ucs* pUnicodes, sal_Int32* pUnicodesPerGlyph, sal_Int32* pEncToUnicodeIndex, int nGlyphs );
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h110 int nGlyphs,
H A Dsalgdi.h257 int nGlyphs,
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h294 int nGlyphs,
/trunk/main/vcl/inc/win/
H A Dsalgdi.h324 int nGlyphs,
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h362 int nGlyphs,
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx650 int nGlyphs,