Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java105 Canvas_Delegate newDelegate = new Canvas_Delegate(bitmapDelegate); in nInitRaster()
111 Canvas_Delegate newDelegate = new Canvas_Delegate(); in nInitRaster()
118 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(canvas); in nSetBitmap()
130 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas); in nIsOpaque()
141 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas); in nGetWidth()
152 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas); in nGetHeight()
163 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas); in nSave()
307 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas); in nConcat()
335 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas); in nSetMatrix()
368 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nCanvas); in nClipRect()
[all …]
H A DBaseCanvas_Delegate.java457 Canvas_Delegate canvasDelegate = Canvas_Delegate.getDelegate(nativeCanvas); in nDrawNinePatch()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java27 import android.graphics.Canvas_Delegate;
154 Canvas_Delegate.nSave(canvasWrapperPtr, MATRIX_SAVE_FLAG | CLIP_SAVE_FLAG); in nDraw()
155 Canvas_Delegate.nClipRect(canvasWrapperPtr, in nDraw()
158 Canvas_Delegate.nTranslate(canvasWrapperPtr, bounds.left, bounds.top); in nDraw()
161 Canvas_Delegate.nTranslate(canvasWrapperPtr, bounds.width(), 0); in nDraw()
162 Canvas_Delegate.nScale(canvasWrapperPtr, -1.0f, 1.0f); in nDraw()
171 Canvas_Delegate.nRestore(canvasWrapperPtr); in nDraw()
1104 Canvas_Delegate.nSave(canvasPtr, MATRIX_SAVE_FLAG | CLIP_SAVE_FLAG); in drawGroupTree()
1117 Canvas_Delegate.nRestore(canvasPtr); in drawGroupTree()
1150 Canvas_Delegate.nClipPath(canvasPtr, mRenderPath.mNativePath, Op in drawPath()
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DRectShadowPainter.java24 import android.graphics.Canvas_Delegate;
148 GcSnapshot snapshot = Canvas_Delegate.getDelegate(canvas).getSnapshot(); in modifyCanvas()