Lines Matching refs:addDrawOp

86     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(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, refPaint(&paint)));
368 addDrawOp(new (alloc()) DrawRoundRectPropsOp(&left->value, &top->value,
373 addDrawOp(new (alloc()) DrawCircleOp(x, y, radius, refPaint(&paint)));
383 addDrawOp(new (alloc()) DrawCirclePropsOp(&x->value, &y->value,
389 addDrawOp(new (alloc()) DrawOvalOp(left, top, right, bottom, refPaint(&paint)));
397 addDrawOp(new (alloc()) DrawArcOp(left, top, right, bottom,
403 addDrawOp(new (alloc()) DrawPathOp(refPath(&path), refPaint(&paint)));
409 addDrawOp(new (alloc()) DrawLinesOp(points, count, refPaint(&paint)));
415 addDrawOp(new (alloc()) DrawPointsOp(points, count, refPaint(&paint)));
421 addDrawOp(new (alloc()) DrawVectorDrawableOp(tree, tree->stagingProperties()->getBounds()));
432 addDrawOp(op);
448 addDrawOp(op);
483 addDrawOp(new (alloc()) DrawRectsOp(rects, count, paint));
548 size_t DisplayListCanvas::addDrawOp(DrawOp* op) {
561 int opIndex = addDrawOp(op);