Home | History | Annotate | Download | only in hwui

Lines Matching defs:addDrawOp

156     addDrawOp(new (alloc()) DrawFunctorOp(functor));
251 addDrawOp(new (alloc()) DrawDisplayListOp(displayList, flags));
257 addDrawOp(new (alloc()) DrawLayerOp(layer, x, y));
265 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, left, top, paint));
274 addDrawOp(new (alloc()) DrawBitmapMatrixOp(bitmap, matrix, paint));
289 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, dstLeft, dstTop, paint));
293 addDrawOp(new (alloc()) DrawBitmapRectOp(bitmap,
304 addDrawOp(new (alloc()) DrawBitmapDataOp(bitmap, left, top, paint));
316 addDrawOp(new (alloc()) DrawBitmapMeshOp(bitmap, meshWidth, meshHeight,
327 addDrawOp(new (alloc()) DrawPatchOp(bitmap, patch, left, top, right, bottom, paint));
332 addDrawOp(new (alloc()) DrawColorOp(color, mode));
339 addDrawOp(new (alloc()) DrawRectOp(left, top, right, bottom, paint));
346 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, paint));
352 addDrawOp(new (alloc()) DrawCircleOp(x, y, radius, paint));
359 addDrawOp(new (alloc()) DrawOvalOp(left, top, right, bottom, paint));
366 addDrawOp(new (alloc()) DrawArcOp(left, top, right, bottom,
375 addDrawOp(new (alloc()) DrawPathOp(path, paint));
383 addDrawOp(new (alloc()) DrawLinesOp(points, count, paint));
391 addDrawOp(new (alloc()) DrawPointsOp(points, count, paint));
405 addDrawOp(op);
418 addDrawOp(op);
434 addDrawOp(op);
443 addDrawOp(new (alloc()) DrawRectsOp(rects, count, paint));
506 void DisplayListRenderer::addDrawOp(DrawOp* op) {