Home | History | Annotate | Download | only in core

Lines Matching refs:drawImageNine

1552     void drawImageNine(const SkImage* image, const SkIRect& center, const SkRect& dst,
1579 void drawImageNine(const sk_sp<SkImage>& image, const SkIRect& center, const SkRect& dst,
1581 this->drawImageNine(image.get(), center, dst, paint);