Home
last modified time | relevance | path

Searched refs:DrawBitmapDataOp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp304 addDrawOp(new (alloc()) DrawBitmapDataOp(bitmap, left, top, paint)); in drawBitmapData()
DDisplayListOp.h897 class DrawBitmapDataOp : public DrawBitmapOp {
899 DrawBitmapDataOp(SkBitmap* bitmap, float left, float top, SkPaint* paint) in DrawBitmapDataOp() function