Home | History | Annotate | Download | only in pdf

Lines Matching refs:image

27     SkMemoryStream* image = NULL;
36 image = new SkMemoryStream(rowBytes * srcRect.height());
37 uint8_t* dst = (uint8_t*)image->getMemoryBase();
46 image = new SkMemoryStream(rowBytes * srcRect.height());
47 uint8_t* dst = (uint8_t*)image->getMemoryBase();
61 image = new SkMemoryStream(rowBytes * srcRect.height());
63 uint8_t* dst = (uint8_t*)image->getMemoryBase();
105 image = new SkMemoryStream(rowBytes * srcRect.height());
106 uint8_t* dst = (uint8_t*)image->getMemoryBase();
121 image = new SkMemoryStream(rowBytes * srcRect.height());
123 uint8_t* dst = (uint8_t*)image->getMemoryBase();
146 image = new SkMemoryStream(1);
147 ((uint8_t*)image->getMemoryBase())[0] = 0;
188 image = new SkMemoryStream(1);
189 ((uint8_t*)image->getMemoryBase())[0] = 0;
215 SkSafeUnref(image);
217 *imageData = image;
269 SkPDFImage* image =
273 image->addSMask(new SkPDFImage(alphaData, bitmap, srcRect, true,
276 return image;
303 insertName("Subtype", "Image");
316 // if (!image mask) {