HomeSort by relevance Sort by last modified time
    Searched refs:DrawBitmapOp (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
DisplayListOp.h 642 class DrawBitmapOp : public DrawBoundedOp {
644 DrawBitmapOp(const SkBitmap* bitmap, const SkPaint* paint)
700 ((DrawBitmapOp*) ops[i].op)->mUvMapper.map(texCoords);
781 class DrawBitmapDataOp : public DrawBitmapOp {
784 : DrawBitmapOp(bitmap, paint) {}
    [all...]
DisplayListRenderer.cpp 201 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint));
OpenGLRenderer.h     [all...]

Completed in 4530 milliseconds