Searched defs:addDrawOp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp475 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) { function in class:android::uirenderer::DeferredDisplayList
H A DDisplayListCanvas.cpp86 addDrawOp(new (alloc()) DrawFunctorOp(functor));
226 addDrawOp(new (alloc()) DrawLayerOp(layerHandle->backingLayer()));
233 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint));
298 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap),
306 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap),
319 addDrawOp(new (alloc()) DrawBitmapMeshOp(refBitmap(bitmap), meshWidth, meshHeight,
329 addDrawOp(new (alloc()) DrawPatchOp(bitmapPtr, patchPtr,
334 addDrawOp(new (alloc()) DrawColorOp(color, mode));
347 addDrawOp(new (alloc()) DrawRectOp(left, top, right, bottom, refPaint(&paint)));
352 addDrawOp(ne
548 size_t DisplayListCanvas::addDrawOp(DrawOp* op) { function in class:android::uirenderer::DisplayListCanvas
[all...]

Completed in 26 milliseconds