OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addDrawOp
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/
DisplayListRenderer.cpp
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))
[
all
...]
DeferredDisplayList.h
120
void
addDrawOp
(OpenGLRenderer& renderer, DrawOp* op);
DisplayListRenderer.h
201
void
addDrawOp
(DrawOp* op);
DeferredDisplayList.cpp
491
void DeferredDisplayList::
addDrawOp
(OpenGLRenderer& renderer, DrawOp* op) {
DisplayListOp.h
123
deferStruct.mDeferredList.
addDrawOp
(deferStruct.mRenderer, this);
[
all
...]
Completed in 30 milliseconds