Home
last modified time | relevance | path

Searched defs:nMatrix (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java305 public static void nConcat(long nCanvas, long nMatrix) { in nConcat()
333 public static void nSetMatrix(long nCanvas, long nMatrix) { in nSetMatrix()
H A DBaseCanvas_Delegate.java478 long nMatrix, long nPaint) { in nDrawBitmapMatrix()