Searched refs:addDrawOp (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListRenderer.cpp | 92 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 …]
|
D | DeferredDisplayList.h | 120 void addDrawOp(OpenGLRenderer& renderer, DrawOp* op);
|
D | DisplayListRenderer.h | 183 size_t addDrawOp(DrawOp* op);
|
D | DeferredDisplayList.cpp | 500 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) { in addDrawOp() function in android::uirenderer::DeferredDisplayList
|
D | DisplayListOp.h | 127 deferStruct.mDeferredList.addDrawOp(deferStruct.mRenderer, this); in defer()
|