Lines Matching refs:seac
37168 var seac = seacs[glyphId];
37169 var baseGlyphName = _encodings.StandardEncoding[seac[2]];
37170 var accentGlyphName = _encodings.StandardEncoding[seac[3]];
37179 x: seac[0] * matrix[0] + seac[1] * matrix[2] + matrix[4],
37180 y: seac[0] * matrix[1] + seac[1] * matrix[3] + matrix[5]
37315 var seac = this.seacMap[charcode];
37316 fontCharCode = seac.baseFontCharCode;
37318 fontChar: String.fromCodePoint(seac.accentFontCharCode),
37319 offset: seac.accentOffset
37677 if (charstring.seac) {
37678 seacMap[i + 1] = charstring.seac;
38388 state.seac = stack.slice(stackSize, stackSize + 4);
38535 seac: null, property
38576 if (state.seac !== null) {
38577 seacs[i] = state.seac;
48206 this.seac = this.stack.splice(-4, 4);
48624 seac: charString.seac property