OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addDrawOp
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
DeferredDisplayList.cpp
475
void DeferredDisplayList::
addDrawOp
(OpenGLRenderer& renderer, DrawOp* op) {
DisplayListCanvas.cpp
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)))
[
all
...]
Completed in 56 milliseconds