Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx2247 int nPrivEntryCount = 9; in emitAsType1() local
2250 nPrivEntryCount += !mpCffLocal->maOtherBlues.empty(); in emitAsType1()
2251 nPrivEntryCount += !mpCffLocal->maFamilyBlues.empty(); in emitAsType1()
2252 nPrivEntryCount += !mpCffLocal->maFamilyOtherBlues.empty(); in emitAsType1()
2253 nPrivEntryCount += (mpCffLocal->mfBlueScale != 0.0); in emitAsType1()
2254 nPrivEntryCount += (mpCffLocal->mfBlueShift != 0.0); in emitAsType1()
2255 nPrivEntryCount += (mpCffLocal->mfBlueFuzz != 0.0); in emitAsType1()
2257 nPrivEntryCount += (mpCffLocal->maStemStdHW != 0); in emitAsType1()
2258 nPrivEntryCount += (mpCffLocal->maStemStdVW != 0); in emitAsType1()
2259 nPrivEntryCount += !mpCffLocal->maStemSnapH.empty(); in emitAsType1()
[all …]