Home | History | Annotate | Download | only in pdf

Lines Matching refs:image

34     SkMemoryStream* image = NULL;
43 image = new SkMemoryStream(rowBytes * srcRect.height());
44 uint8_t* dst = (uint8_t*)image->getMemoryBase();
53 image = new SkMemoryStream(rowBytes * srcRect.height());
54 uint8_t* dst = (uint8_t*)image->getMemoryBase();
68 image = new SkMemoryStream(rowBytes * srcRect.height());
70 uint8_t* dst = (uint8_t*)image->getMemoryBase();
108 image = new SkMemoryStream(rowBytes * srcRect.height());
109 uint8_t* dst = (uint8_t*)image->getMemoryBase();
124 image = new SkMemoryStream(rowBytes * srcRect.height());
126 uint8_t* dst = (uint8_t*)image->getMemoryBase();
147 image = new SkMemoryStream(1);
148 ((uint8_t*)image->getMemoryBase())[0] = 0;
185 image = new SkMemoryStream(1);
186 ((uint8_t*)image->getMemoryBase())[0] = 0;
210 SkSafeUnref(image);
212 *imageData = image;
263 SkPDFImage* image =
267 image->addSMask(new SkPDFImage(alphaData, bitmap, srcRect, true,
270 return image;
321 insert("Subtype", new SkPDFName("Image"))->unref();
335 // if (!image mask) {