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