Home
last modified time | relevance | path

Searched refs:addDrawOp (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp92 addDrawOp(new (alloc()) DrawFunctorOp(functor)); in callDrawGLFunction()
196 addDrawOp(new (alloc()) DrawLayerOp(layerHandle->backingLayer(), x, y)); in drawLayer()
204 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint)); in drawBitmap()
224 addDrawOp(new (alloc()) DrawBitmapRectOp(bitmap, in drawBitmap()
235 addDrawOp(new (alloc()) DrawBitmapDataOp(bitmap, paint)); in drawBitmapData()
247 addDrawOp(new (alloc()) DrawBitmapMeshOp(bitmap, meshWidth, meshHeight, in drawBitmapMesh()
258 addDrawOp(new (alloc()) DrawPatchOp(bitmap, patch, left, top, right, bottom, paint)); in drawPatch()
263 addDrawOp(new (alloc()) DrawColorOp(color, mode)); in drawColor()
270 addDrawOp(new (alloc()) DrawRectOp(left, top, right, bottom, paint)); in drawRect()
277 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, paint)); in drawRoundRect()
[all …]
DDeferredDisplayList.h120 void addDrawOp(OpenGLRenderer& renderer, DrawOp* op);
DDisplayListRenderer.h183 size_t addDrawOp(DrawOp* op);
DDeferredDisplayList.cpp500 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) { in addDrawOp() function in android::uirenderer::DeferredDisplayList
DDisplayListOp.h127 deferStruct.mDeferredList.addDrawOp(deferStruct.mRenderer, this); in defer()