Searched refs:kern (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 1551 …void KernGlyphsPrim1(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData *kern) in KernGlyphsPrim1() argument 1558 (void)kern; /* avoid warning */ in KernGlyphsPrim1() 1562 …void KernGlyphsPrim2(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData *kern) in KernGlyphsPrim2() argument 1609 kern[i].x = XUnits(ttf->unitsPerEm, GetInt16(ptr, 4 + (l-1) * 6, 1)); in KernGlyphsPrim2() 1611 kern[i].y = XUnits(ttf->unitsPerEm, GetInt16(ptr, 4 + (l-1) * 6, 1)); in KernGlyphsPrim2() 2743 void KernGlyphs(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData *kern) in KernGlyphs() argument 2747 if (!nglyphs || !glyphs || !kern) return; in KernGlyphs() 2749 for (i = 0; i < nglyphs-1; i++) kern[i].x = kern[i].y = 0; in KernGlyphs() 2752 case KT_APPLE_NEW: KernGlyphsPrim1(ttf, glyphs, nglyphs, wmode, kern); return; in KernGlyphs() 2753 case KT_MICROSOFT: KernGlyphsPrim2(ttf, glyphs, nglyphs, wmode, kern); return; in KernGlyphs()
|
/aoo4110/main/odk/ |
H A D | setsdkenv_unix.sh.in | 215 OSVERSION=`/sbin/sysctl -n kern.osreldate` 217 OSVERSION=`/usr/sbin/sysctl -n kern.osreldate`
|
/aoo4110/main/vcl/inc/ |
H A D | sft.hxx | 554 void KernGlyphs(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData *kern);
|
/aoo4110/main/oox/source/token/ |
H A D | tokens.txt | 2842 kern
|
/aoo4110/main/ |
H A D | configure.ac | 1175 OSVERSION=`/sbin/sysctl -n kern.osreldate`
|
/aoo4110/main/xsltml/ |
H A D | xsltml_2.1.2.patch | 865 + <xsl:when test="starts-with($content,'≭')"><xsl:value-of select="'\not\kern-0.3em\times …
|
/aoo4110/extras/l10n/source/nl/ |
H A D | localize.sdf | 63039 …itstrekken van localisatie, portering en groepssoftware tot sommige echte kern-coderingsprojecten.…
|
/aoo4110/extras/l10n/source/vi/ |
H A D | localize.sdf | 49505 helpcontent2 source\text\shared\00\00000005.xhp 0 help par_id3146321 37 0 vi Định chỗ (kern, kern…
|
Completed in 4107 milliseconds