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.cxx2225 int nPrivEntryCount = 9; in emitAsType1() local
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()
2241 nPrivEntryCount += (mpCffLocal->mnLangGroup != 0); in emitAsType1()
2242 nPrivEntryCount += (mpCffLocal->mnLangGroup == 1); in emitAsType1()
[all …]

Completed in 29 milliseconds