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

  /frameworks/base/libs/hwui/
OpenGLRenderer.h 777 friend class DrawBitmapOp;
DisplayListOp.h 603 class DrawBitmapOp : public DrawBoundedOp {
605 DrawBitmapOp(const SkBitmap* bitmap, const SkPaint* paint)
654 ((DrawBitmapOp*) ops[i].op)->uvMap(renderer, texCoords);
    [all...]
DisplayListCanvas.cpp 233 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, paint));

Completed in 44 milliseconds