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

  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 500 void DeferredDisplayList::addDrawOp(OpenGLRenderer& renderer, DrawOp* op) {
DisplayListRenderer.cpp 92 addDrawOp(new (alloc()) DrawFunctorOp(functor));
196 addDrawOp(new (alloc()) DrawLayerOp(layerHandle->backingLayer(), x, y));
204 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint));
224 addDrawOp(new (alloc()) DrawBitmapRectOp(bitmap,
235 addDrawOp(new (alloc()) DrawBitmapDataOp(bitmap, paint));
247 addDrawOp(new (alloc()) DrawBitmapMeshOp(bitmap, meshWidth, meshHeight,
258 addDrawOp(new (alloc()) DrawPatchOp(bitmap, patch, left, top, right, bottom, paint));
263 addDrawOp(new (alloc()) DrawColorOp(color, mode));
270 addDrawOp(new (alloc()) DrawRectOp(left, top, right, bottom, paint));
277 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, paint))
    [all...]

Completed in 157 milliseconds