Lines Matching refs:addDrawOp

92     addDrawOp(new (alloc()) DrawFunctorOp(functor));  in callDrawGLFunction()
196 addDrawOp(new (alloc()) DrawLayerOp(layerHandle->backingLayer(), x, y)); in drawLayer()
204 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint)); in drawBitmap()
224 addDrawOp(new (alloc()) DrawBitmapRectOp(bitmap, in drawBitmap()
235 addDrawOp(new (alloc()) DrawBitmapDataOp(bitmap, paint)); in drawBitmapData()
247 addDrawOp(new (alloc()) DrawBitmapMeshOp(bitmap, meshWidth, meshHeight, in drawBitmapMesh()
258 addDrawOp(new (alloc()) DrawPatchOp(bitmap, patch, left, top, right, bottom, paint)); in drawPatch()
263 addDrawOp(new (alloc()) DrawColorOp(color, mode)); in drawColor()
270 addDrawOp(new (alloc()) DrawRectOp(left, top, right, bottom, paint)); in drawRect()
277 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, paint)); in drawRoundRect()
293 addDrawOp(new (alloc()) DrawRoundRectPropsOp(&left->value, &top->value, in drawRoundRect()
300 addDrawOp(new (alloc()) DrawCircleOp(x, y, radius, paint)); in drawCircle()
310 addDrawOp(new (alloc()) DrawCirclePropsOp(&x->value, &y->value, in drawCircle()
318 addDrawOp(new (alloc()) DrawOvalOp(left, top, right, bottom, paint)); in drawOval()
329 addDrawOp(new (alloc()) DrawArcOp(left, top, right, bottom, in drawArc()
338 addDrawOp(new (alloc()) DrawPathOp(path, paint)); in drawPath()
346 addDrawOp(new (alloc()) DrawLinesOp(points, count, paint)); in drawLines()
354 addDrawOp(new (alloc()) DrawPointsOp(points, count, paint)); in drawPoints()
368 addDrawOp(op); in drawTextOnPath()
381 addDrawOp(op); in drawPosText()
414 addDrawOp(new (alloc()) DrawTextOp(text, bytesCount, count, in drawText()
421 addDrawOp(new (alloc()) DrawTextOp(text, bytesCount, count, in drawText()
429 addDrawOp(op); in drawText()
439 addDrawOp(new (alloc()) DrawRectsOp(rects, count, paint)); in drawRects()
504 size_t DisplayListRenderer::addDrawOp(DrawOp* op) { in addDrawOp() function in android::uirenderer::DisplayListRenderer
517 int opIndex = addDrawOp(op); in addRenderNodeOp()