Home | History | Annotate | Download | only in pdf

Lines Matching refs:SkMemoryStream

34     SkMemoryStream* image = NULL;
35 SkMemoryStream* alpha = NULL;
43 image = new SkMemoryStream(rowBytes * srcRect.height());
53 image = new SkMemoryStream(rowBytes * srcRect.height());
68 image = new SkMemoryStream(rowBytes * srcRect.height());
69 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
108 image = new SkMemoryStream(rowBytes * srcRect.height());
124 image = new SkMemoryStream(rowBytes * srcRect.height());
125 alpha = new SkMemoryStream(srcRect.width() * srcRect.height());
147 image = new SkMemoryStream(1);
151 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
185 image = new SkMemoryStream(1);
189 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());