Lines Matching defs:image
17 #include "common/image.h"
34 const Image* image)
36 if (image == nullptr) {
40 image->GetHeader(header);
47 image->DrawImage(gfxDstBuffer, cordsTmp, area, style, opaScale);
58 const Image* image)
61 if ((image != nullptr) && (image->GetSrcType() != IMG_SRC_UNKNOWN)) {
62 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image);
75 const Image* image)
77 if ((image != nullptr) && (image->GetSrcType() != IMG_SRC_UNKNOWN)) {
79 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image);