concat(float a, float b, float c, float d, float e, float f, boolean bPrepended) | com.foxit.sdk.common.fxcrt.Matrix2D | |
concat(Matrix2D m, boolean bPrepended) | com.foxit.sdk.common.fxcrt.Matrix2D | |
concatInverse(Matrix2D m, boolean bPrepended) | com.foxit.sdk.common.fxcrt.Matrix2D | |
copy(Matrix2D m) | com.foxit.sdk.common.fxcrt.Matrix2D | |
getA() | com.foxit.sdk.common.fxcrt.Matrix2D | |
getB() | com.foxit.sdk.common.fxcrt.Matrix2D | |
getC() | com.foxit.sdk.common.fxcrt.Matrix2D | |
getD() | com.foxit.sdk.common.fxcrt.Matrix2D | |
getE() | com.foxit.sdk.common.fxcrt.Matrix2D | |
getF() | com.foxit.sdk.common.fxcrt.Matrix2D | |
getUnitArea() | com.foxit.sdk.common.fxcrt.Matrix2D | |
getUnitRect() | com.foxit.sdk.common.fxcrt.Matrix2D | |
getXUnit() | com.foxit.sdk.common.fxcrt.Matrix2D | |
getYUnit() | com.foxit.sdk.common.fxcrt.Matrix2D | |
is90Rotated() | com.foxit.sdk.common.fxcrt.Matrix2D | |
isIdentity() | com.foxit.sdk.common.fxcrt.Matrix2D | |
isInvertible() | com.foxit.sdk.common.fxcrt.Matrix2D | |
isScaled() | com.foxit.sdk.common.fxcrt.Matrix2D | |
matchRect(RectF dest, RectF src) | com.foxit.sdk.common.fxcrt.Matrix2D | |
Matrix2D() | com.foxit.sdk.common.fxcrt.Matrix2D | |
Matrix2D(float a1, float b1, float c1, float d1, float e1, float f1) | com.foxit.sdk.common.fxcrt.Matrix2D | |
reset() | com.foxit.sdk.common.fxcrt.Matrix2D | |
rotate(float fRadian, boolean bPrepended) | com.foxit.sdk.common.fxcrt.Matrix2D | |
rotateAt(float fRadian, float x, float y, boolean bPrepended) | com.foxit.sdk.common.fxcrt.Matrix2D | |
scale(float sx, float sy, boolean bPrepended) | com.foxit.sdk.common.fxcrt.Matrix2D | |
set(float a, float b, float c, float d, float e, float f) | com.foxit.sdk.common.fxcrt.Matrix2D | |
set(float[] n) | com.foxit.sdk.common.fxcrt.Matrix2D | |
setA(float value) | com.foxit.sdk.common.fxcrt.Matrix2D | |
setB(float value) | com.foxit.sdk.common.fxcrt.Matrix2D | |
setC(float value) | com.foxit.sdk.common.fxcrt.Matrix2D | |
setD(float value) | com.foxit.sdk.common.fxcrt.Matrix2D | |
setE(float value) | com.foxit.sdk.common.fxcrt.Matrix2D | |
setF(float value) | com.foxit.sdk.common.fxcrt.Matrix2D | |
setIdentity() | com.foxit.sdk.common.fxcrt.Matrix2D | |
setReverse(Matrix2D m) | com.foxit.sdk.common.fxcrt.Matrix2D | |
shear(float fAlphaRadian, float fBetaRadian, boolean bPrepended) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformDistance(float dx, float dy) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformDistance(int dx, int dy) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformDistance(float distance) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformPoint(java.lang.Float x, java.lang.Float y) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformPoint(java.lang.Integer x, java.lang.Integer y) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformRect(RectF rect) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformRect(RectI rect) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformXDistance(float dx) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformXDistance(int dx) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformYDistance(float dy) | com.foxit.sdk.common.fxcrt.Matrix2D | |
transformYDistance(int dy) | com.foxit.sdk.common.fxcrt.Matrix2D | |
translate(float x, float y, boolean bPrepended) | com.foxit.sdk.common.fxcrt.Matrix2D | |
translateI(int x, int y, boolean bPrepended) | com.foxit.sdk.common.fxcrt.Matrix2D | |