Searched refs:DrawBitmapOp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp260 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, left, top, paint));
284 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, dstLeft, dstTop, paint));
H A DDisplayListOp.h729 class DrawBitmapOp : public DrawBoundedOp { class in namespace:android::uirenderer
731 DrawBitmapOp(SkBitmap* bitmap, float left, float top, SkPaint* paint) function in class:android::uirenderer::DrawBitmapOp
851 class DrawBitmapDataOp : public DrawBitmapOp {
854 : DrawBitmapOp(bitmap, left, top, paint) {}

Completed in 44 milliseconds