Home
last modified time | relevance | path

Searched defs:graphics (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/libs/gui/bufferqueue/1.0/
DB2HProducerListener.cpp21 namespace graphics { namespace
DH2BProducerListener.cpp27 namespace graphics { namespace
DH2BGraphicBufferProducer.cpp28 namespace graphics { namespace
/frameworks/native/libs/gui/bufferqueue/2.0/
DB2HProducerListener.cpp21 namespace graphics { namespace
DH2BProducerListener.cpp27 namespace graphics { namespace
Dtypes.cpp26 namespace graphics { namespace
DB2HGraphicBufferProducer.cpp34 namespace graphics { namespace
DH2BGraphicBufferProducer.cpp33 namespace graphics { namespace
/frameworks/layoutlib/bridge/src/android/util/imagepool/
DImageImpl.java81 public void drawImage(Graphics2D graphics, int x, int y, @Nullable ImageObserver o) { in drawImage()
DImagePool.java64 void drawImage(Graphics2D graphics, int x, int y, ImageObserver o); in drawImage()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java86 void draw(Graphics2D graphics, Paint_Delegate paint); in draw()
113 Layer(Graphics2D graphics, Bitmap_Delegate bitmap) { in Layer()
129 Layer(Graphics2D graphics, BufferedImage image, int flags) { in Layer()
334 Graphics2D graphics = image.createGraphics(); in GcSnapshot() local
/frameworks/layoutlib/bridge/src/android/view/
DViewGroup_Delegate.java128 Graphics2D graphics = image.createGraphics(); in getPathShadow() local
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp22 namespace android::hardware::graphics::common::V1_1 { namespace
34 namespace android::hardware::graphics::common::V1_2 { namespace
/frameworks/av/media/codec2/vndk/
Dtypes.cpp25 namespace graphics { namespace
/frameworks/layoutlib/bridge/src/android/graphics/
DBidiRenderer.java77 public BidiRenderer(Graphics2D graphics, Paint_Delegate paint, char[] text) { in BidiRenderer()
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp179 int graphics; member
/frameworks/base/core/java/android/widget/
DGridLayout.java915 private void drawLine(Canvas graphics, int x1, int y1, int x2, int y2, Paint paint) { in drawLine()