Searched refs:_mat (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java98 private float[] _mat; field in class:GlyphLayout
384 _mat[0] = (float)txinfo.gtx.getScaleX();
385 _mat[1] = (float)txinfo.gtx.getShearY();
386 _mat[2] = (float)txinfo.gtx.getShearX();
387 _mat[3] = (float)txinfo.gtx.getScaleY();
510 this._mat = new float[4];
681 engine.layout(_sd, _mat, gmask, start - _offset, _textRecord,

Completed in 44 milliseconds