Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/fontsubset/
H A Dcff.cxx2225 int nPrivEntryCount = 9; in emitAsType1() local
2228 nPrivEntryCount += !mpCffLocal->maOtherBlues.empty(); in emitAsType1()
2229 nPrivEntryCount += !mpCffLocal->maFamilyBlues.empty(); in emitAsType1()
2230 nPrivEntryCount += !mpCffLocal->maFamilyOtherBlues.empty(); in emitAsType1()
2231 nPrivEntryCount += (mpCffLocal->mfBlueScale != 0.0); in emitAsType1()
2232 nPrivEntryCount += (mpCffLocal->mfBlueShift != 0.0); in emitAsType1()
2233 nPrivEntryCount += (mpCffLocal->mfBlueFuzz != 0.0); in emitAsType1()
2235 nPrivEntryCount += (mpCffLocal->maStemStdHW != 0); in emitAsType1()
2236 nPrivEntryCount += (mpCffLocal->maStemStdVW != 0); in emitAsType1()
2237 nPrivEntryCount += !mpCffLocal->maStemSnapH.empty(); in emitAsType1()
[all …]