HomeSort by relevance Sort by last modified time
    Searched refs:addDrawOp (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 92 addDrawOp(new (alloc()) DrawFunctorOp(functor));
236 addDrawOp(new (alloc()) DrawLayerOp(layerHandle->backingLayer(), x, y));
243 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint));
308 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap),
316 addDrawOp(new (alloc()) DrawBitmapRectOp(refBitmap(bitmap),
329 addDrawOp(new (alloc()) DrawBitmapMeshOp(refBitmap(bitmap), meshWidth, meshHeight,
339 addDrawOp(new (alloc()) DrawPatchOp(bitmapPtr, patch, left, top, right, bottom, paint));
343 addDrawOp(new (alloc()) DrawColorOp(color, mode));
356 addDrawOp(new (alloc()) DrawRectOp(left, top, right, bottom, refPaint(&paint)));
361 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, refPaint(&paint)))
    [all...]
DeferredDisplayList.h 120 void addDrawOp(OpenGLRenderer& renderer, DrawOp* op);
DisplayListCanvas.h 264 size_t addDrawOp(DrawOp* op);
DeferredDisplayList.cpp 471 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) {
DisplayListOp.h 120 deferStruct.mDeferredList.addDrawOp(deferStruct.mRenderer, this);
    [all...]

Completed in 94 milliseconds