Lines Matching refs:nPrivEntryCount
2225 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()
2238 nPrivEntryCount += !mpCffLocal->maStemSnapV.empty(); in emitAsType1()
2240 nPrivEntryCount += (mpCffLocal->mfExpFactor != 0.0); in emitAsType1()
2241 nPrivEntryCount += (mpCffLocal->mnLangGroup != 0); in emitAsType1()
2242 nPrivEntryCount += (mpCffLocal->mnLangGroup == 1); in emitAsType1()
2243 nPrivEntryCount += (mpCffLocal->mbForceBold != false); in emitAsType1()
2254 nPrivEntryCount); in emitAsType1()