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

/frameworks/base/core/java/android/view/
H A DGLES20RenderLayer.java113 void redrawLater(DisplayList displayList, Rect dirtyRect) { argument
116 dirtyRect.left, dirtyRect.top, dirtyRect.right, dirtyRect.bottom);
H A DGLES20TextureLayer.java101 void redrawLater(DisplayList displayList, Rect dirtyRect) { argument
H A DHardwareLayer.java204 * @param dirtyRect The dirty region of the layer that needs to be redrawn
206 abstract void redrawLater(DisplayList displayList, Rect dirtyRect); argument
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp124 jint nativeWindow, jobject canvas, jobject dirtyRect) {
133 if (dirtyRect) {
134 rect.left = GET_INT(dirtyRect, gRectClassInfo.left);
135 rect.top = GET_INT(dirtyRect, gRectClassInfo.top);
136 rect.right = GET_INT(dirtyRect, gRectClassInfo.right);
137 rect.bottom = GET_INT(dirtyRect, gRectClassInfo.bottom);
168 if (dirtyRect) {
169 INVOKEV(dirtyRect, gRectClassInfo.set,
123 android_view_TextureView_lockCanvas(JNIEnv* env, jobject, jint nativeWindow, jobject canvas, jobject dirtyRect) argument
/frameworks/base/libs/hwui/
H A DLayer.h77 dirtyRect.unionWith(r);
267 Rect dirtyRect; member in struct:android::uirenderer::Layer
H A DFontRenderer.cpp336 const Rect* dirtyRect = cacheTexture->getDirtyRect(); local
338 uint32_t y = dirtyRect->top;
340 uint32_t height = dirtyRect->getHeight();
H A DOpenGLRenderer.cpp473 Rect& dirty = layer->dirtyRect;

Completed in 56 milliseconds