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

  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 265 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, left, top, paint));
289 addDrawOp(new (alloc()) DrawBitmapOp(bitmap, dstLeft, dstTop, paint));
DisplayListOp.h 730 class DrawBitmapOp : public DrawBoundedOp {
732 DrawBitmapOp(SkBitmap* bitmap, float left, float top, SkPaint* paint)
788 ((DrawBitmapOp*) ops[i].op)->mUvMapper.map(texCoords);
897 class DrawBitmapDataOp : public DrawBitmapOp {
900 : DrawBitmapOp(bitmap, left, top, paint) {}
    [all...]
OpenGLRenderer.h     [all...]

Completed in 9381 milliseconds