Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx364 ValVector maBlueValues; member
734 case 6: mpCffLocal->maBlueValues.push_back( nVal); break; // "BlueValues" in readDictOp()
1633 maBlueValues.clear(); in CffLocal()
2282 if( !mpCffLocal->maBlueValues.empty()) in emitAsType1()
2283 rEmitter.emitValVector( "/BlueValues [", "]ND\n", mpCffLocal->maBlueValues); in emitAsType1()