Home | History | Annotate | Download | only in graphics

Lines Matching defs:bm1

818     const SkBitmap* bm1 = reinterpret_cast<SkBitmap*>(bm1Handle);
819 if (bm0->width() != bm1->width() ||
820 bm0->height() != bm1->height() ||
821 bm0->colorType() != bm1->colorType()) {
826 SkAutoLockPixels alp1(*bm1);
829 if (NULL == bm0->getPixels() || NULL == bm1->getPixels()) {
835 SkColorTable* ct1 = bm1->getColorTable();
859 // and bm1 both have pixel data() (have passed NULL == getPixels() check),
863 void *bm1Addr = bm1->getAddr(0, y);