Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp92 addDrawOp(new (alloc()) DrawFunctorOp(functor)); in callDrawGLFunction()
236 addDrawOp(new (alloc()) DrawLayerOp(layerHandle->backingLayer(), x, y)); in drawLayer()
243 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint)); in drawBitmap()
308 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap), in drawBitmap()
316 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap), in drawBitmap()
329 addDrawOp(new (alloc()) DrawBitmapMeshOp(refBitmap(bitmap), meshWidth, meshHeight, in drawBitmapMesh()
339 addDrawOp(new (alloc()) DrawPatchOp(bitmapPtr, patch, left, top, right, bottom, paint)); in drawPatch()
343 addDrawOp(new (alloc()) DrawColorOp(color, mode)); in drawColor()
356 addDrawOp(new (alloc()) DrawRectOp(left, top, right, bottom, refPaint(&paint))); in drawRect()
361 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, refPaint(&paint))); in drawRoundRect()
[all …]
DDeferredDisplayList.h120 void addDrawOp(OpenGLRenderer& renderer, DrawOp* op);
DDisplayListCanvas.h264 size_t addDrawOp(DrawOp* op);
DDeferredDisplayList.cpp471 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) { in addDrawOp() function in android::uirenderer::DeferredDisplayList
DDisplayListOp.h120 deferStruct.mDeferredList.addDrawOp(deferStruct.mRenderer, this); in defer()