Home | History | Annotate | Download | only in hwui

Lines Matching defs:bitmap

605     DrawBitmapOp(const SkBitmap* bitmap, const SkPaint* paint)
606 : DrawBoundedOp(0, 0, bitmap->width(), bitmap->height(), paint)
607 , mBitmap(bitmap)
629 * for each bitmap in the batch. This method is also responsible for dirtying
674 OP_LOG("Draw bitmap %p of size %dx%d%s",
703 const SkBitmap* bitmap() { return mBitmap; }
712 DrawBitmapRectOp(const SkBitmap* bitmap,
716 mBitmap(bitmap), mSrc(srcLeft, srcTop, srcRight, srcBottom) {}
723 OP_LOG("Draw bitmap %p src=" RECT_STRING ", dst=" RECT_STRING,
741 DrawBitmapMeshOp(const SkBitmap* bitmap, int meshWidth, int meshHeight,
744 mBitmap(bitmap), mMeshWidth(meshWidth), mMeshHeight(meshHeight),
753 OP_LOG("Draw bitmap %p mesh %d x %d", mBitmap, mMeshWidth, mMeshHeight);
773 DrawPatchOp(const SkBitmap* bitmap, const Res_png_9patch* patch,
776 mBitmap(bitmap), mPatch(patch), mGenerationId(0), mMesh(nullptr),
1117 const SkBitmap& bitmap = mTree->getBitmapUpdateIfDirty();
1119 renderer.drawBitmap(&bitmap, Rect(0, 0, bitmap.width(), bitmap.height()),