Home | History | Annotate | Download | only in core

Lines Matching defs:bitmap

49     const SkBitmap& bitmap = this->onAccessBitmap();
51 bitmap.notifyPixelsChanged();
53 return bitmap;
148 // Default impl : turns everything into raster bitmap
158 // Default impl : turns everything into raster bitmap
175 void SkBaseDevice::drawBitmapNine(const SkDraw& draw, const SkBitmap& bitmap, const SkIRect& center,
177 SkNinePatchIter iter(bitmap.width(), bitmap.height(), center, dst);
181 this->drawBitmapRect(draw, bitmap, &srcR, dstR, paint, SkCanvas::kStrict_SrcRectConstraint);
406 void SkBaseDevice::drawBitmapAsSprite(const SkDraw& draw, const SkBitmap& bitmap, int x, int y,
418 if (filter->filterImageDeprecated(&proxy, bitmap, ctx, &dst, &offset)) {
424 this->drawSprite(draw, bitmap, x, y, paint);