Searched refs:GET_INT (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_TextureView.cpp | 54 #define GET_INT(object, field) \ macro 143 rect.left = GET_INT(dirtyRect, gRectClassInfo.left); in android_view_TextureView_lockCanvas() 144 rect.top = GET_INT(dirtyRect, gRectClassInfo.top); in android_view_TextureView_lockCanvas() 145 rect.right = GET_INT(dirtyRect, gRectClassInfo.right); in android_view_TextureView_lockCanvas() 146 rect.bottom = GET_INT(dirtyRect, gRectClassInfo.bottom); in android_view_TextureView_lockCanvas()
|
D | android_view_GraphicBuffer.cpp | 70 #define GET_INT(object, field) \ macro 163 rect.left = GET_INT(dirtyRect, gRectClassInfo.left); in android_view_GraphicBuffer_lockCanvas() 164 rect.top = GET_INT(dirtyRect, gRectClassInfo.top); in android_view_GraphicBuffer_lockCanvas() 165 rect.right = GET_INT(dirtyRect, gRectClassInfo.right); in android_view_GraphicBuffer_lockCanvas() 166 rect.bottom = GET_INT(dirtyRect, gRectClassInfo.bottom); in android_view_GraphicBuffer_lockCanvas()
|