Lines Matching refs:mpCffLocal

446 	CffLocal*	mpCffLocal;  member in CffSubsetterContext
493 void setNominalWidth( ValType aWidth) { mpCffLocal->maNominalWidth = aWidth;} in setNominalWidth()
494 void setDefaultWidth( ValType aWidth) { mpCffLocal->maDefaultWidth = aWidth;} in setDefaultWidth()
526 mpCffLocal = &maCffLocal[0]; in CffSubsetterContext()
575 maCharWidth = mpCffLocal->maNominalWidth + mnValStack[0]; in updateWidth()
581 maCharWidth = mpCffLocal->maDefaultWidth; in updateWidth()
670 case 915: mpCffLocal->mbForceBold = nInt; break; // "ForceBold" in readDictOp()
678 case 10: mpCffLocal->maStemStdHW = nVal; break; // "StdHW" in readDictOp()
679 case 11: mpCffLocal->maStemStdVW = nVal; break; // "StdVW" in readDictOp()
683 case 19: mpCffLocal->mnLocalSubrOffs = nInt; break;// "nSubrs" in readDictOp()
686 case 909: mpCffLocal->mfBlueScale = nVal; break; // "BlueScale" in readDictOp()
687 case 910: mpCffLocal->mfBlueShift = nVal; break; // "BlueShift" in readDictOp()
688 case 911: mpCffLocal->mfBlueFuzz = nVal; break; // "BlueFuzz" in readDictOp()
689 case 912: mpCffLocal->mfExpFactor = nVal; break; // "ExpansionFactor" in readDictOp()
690 case 917: mpCffLocal->mnLangGroup = nInt; break; // "LanguageGroup" in readDictOp()
717 case 6: mpCffLocal->maBlueValues.push_back( nVal); break; // "BlueValues" in readDictOp()
718 case 7: mpCffLocal->maOtherBlues.push_back( nVal); break; // "OtherBlues" in readDictOp()
719 case 8: mpCffLocal->maFamilyBlues.push_back( nVal); break; // "FamilyBlues" in readDictOp()
720 case 9: mpCffLocal->maFamilyOtherBlues.push_back( nVal); break;// "FamilyOtherBlues" in readDictOp()
721 case 912: mpCffLocal->maStemSnapH.push_back( nVal); break; // "StemSnapH" in readDictOp()
722 case 913: mpCffLocal->maStemSnapV.push_back( nVal); break; // "StemSnapV" in readDictOp()
738 mpCffLocal->mnPrivDictBase = popInt(); in readDictOp()
739 mpCffLocal->mnPrivDictSize = popInt(); in readDictOp()
1357 nSubrNumber += mpCffLocal->mnLocalSubrBias; in callType2Subr()
1358 seekIndexData( mpCffLocal->mnLocalSubrBase, nSubrNumber); in callType2Subr()
1374 mpCffLocal = pCffLocal; in convert2Type1Ops()
1708 mpCffLocal = &maCffLocal[i]; in initialCffRead()
1717 mpCffLocal = &maCffLocal[i]; in initialCffRead()
1721 if( mpCffLocal->mnPrivDictSize != 0) { in initialCffRead()
1722 assert( mpCffLocal->mnPrivDictSize > 0); in initialCffRead()
1724 mpReadPtr = mpBasePtr + mpCffLocal->mnPrivDictBase; in initialCffRead()
1725 mpReadEnd = mpReadPtr + mpCffLocal->mnPrivDictSize; in initialCffRead()
1733 if( mpCffLocal->mnLocalSubrOffs) { in initialCffRead()
1735 mpCffLocal->mnLocalSubrBase = mpCffLocal->mnPrivDictBase + mpCffLocal->mnLocalSubrOffs; in initialCffRead()
1736 mpReadPtr = mpBasePtr + mpCffLocal->mnLocalSubrBase; in initialCffRead()
1738 mpCffLocal->mnLocalSubrCount = nSubrCount; in initialCffRead()
1739 mpCffLocal->mnLocalSubrBias = (nSubrCount<1240)?107:(nSubrCount<33900)?1131:32768; in initialCffRead()
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()
2260 if( !mpCffLocal->maBlueValues.empty()) in emitAsType1()
2261 rEmitter.emitValVector( "/BlueValues [", "]ND\n", mpCffLocal->maBlueValues); in emitAsType1()
2264 rEmitter.emitValVector( "/OtherBlues [", "]ND\n", mpCffLocal->maOtherBlues); in emitAsType1()
2265 rEmitter.emitValVector( "/FamilyBlues [", "]ND\n", mpCffLocal->maFamilyBlues); in emitAsType1()
2266 rEmitter.emitValVector( "/FamilyOtherBlues [", "]ND\n", mpCffLocal->maFamilyOtherBlues); in emitAsType1()
2268 if( mpCffLocal->mfBlueScale) { in emitAsType1()
2270 pOut += dbl2str( pOut, mpCffLocal->mfBlueScale, 6); in emitAsType1()
2273 if( mpCffLocal->mfBlueShift) { // default BlueShift==7 in emitAsType1()
2275 pOut += dbl2str( pOut, mpCffLocal->mfBlueShift); in emitAsType1()
2278 if( mpCffLocal->mfBlueFuzz) { // default BlueFuzz==1 in emitAsType1()
2280 pOut += dbl2str( pOut, mpCffLocal->mfBlueFuzz); in emitAsType1()
2285 if( mpCffLocal->maStemStdHW) { in emitAsType1()
2287 pOut += dbl2str( pOut, mpCffLocal->maStemStdHW); in emitAsType1()
2290 if( mpCffLocal->maStemStdVW) { in emitAsType1()
2292 pOut += dbl2str( pOut, mpCffLocal->maStemStdVW); in emitAsType1()
2295 rEmitter.emitValVector( "/StemSnapH [", "]ND\n", mpCffLocal->maStemSnapH); in emitAsType1()
2296 rEmitter.emitValVector( "/StemSnapV [", "]ND\n", mpCffLocal->maStemSnapV); in emitAsType1()
2299 if( mpCffLocal->mbForceBold) in emitAsType1()
2301 if( mpCffLocal->mnLangGroup != 0) in emitAsType1()
2302 pOut += sprintf( pOut, "/LanguageGroup %d def\n", mpCffLocal->mnLangGroup); in emitAsType1()
2303 if( mpCffLocal->mnLangGroup == 1) // compatibility with ancient printers in emitAsType1()
2305 if( mpCffLocal->mfExpFactor) { in emitAsType1()
2307 pOut += dbl2str( pOut, mpCffLocal->mfExpFactor); in emitAsType1()
2358 mpCffLocal = &maCffLocal[ nFDSelect]; in emitAsType1()
2363 const int nT1Len = convert2Type1Ops( mpCffLocal, mpReadPtr, nT2Len, aType1Ops); in emitAsType1()