/external/skia/src/codec/ |
SkMaskSwizzler.h | 44 const SkImageInfo fillInfo = info.makeWH(fDstWidth, info.height());
|
SkCodec.cpp | 365 const SkImageInfo fillInfo = info.makeWH(fillWidth, linesRemaining); 372 const SkImageInfo fillInfo = info.makeWH(fillWidth, linesRemaining); 378 const SkImageInfo fillInfo = info.makeWH(fillWidth, 1);
|
SkSampledCodec.cpp | 108 SkCodec::Result result = this->codec()->startScanlineDecode(info.makeWH(scaledSize.width(), 179 info.makeWH(nativeSize.width(), nativeSize.height()), &sampledOptions, 257 const SkImageInfo fillInfo = info.makeWH(info.width(), 1);
|
SkSwizzler.h | 128 const SkImageInfo fillInfo = info.makeWH(fAllocatedWidth, info.height());
|
SkBmpCodec.cpp | 582 SkImageInfo rowInfo = this->dstInfo().makeWH(this->dstInfo().width(), count);
|
SkBmpRLECodec.cpp | 312 SkImageInfo dstInfo = info.makeWH(get_scaled_dimension(width, fSampleX), height);
|
SkGifCodec.cpp | 559 SkImageInfo fillInfo = this->dstInfo().makeWH(this->dstInfo().width(), count);
|
/external/skia/src/android/ |
SkBitmapRegionCanvas.cpp | 73 SkImageInfo tmpInfo = decodeInfo.makeWH(this->width(), subset.height()); 93 SkImageInfo dstInfo = decodeInfo.makeWH(outWidth, outHeight);
|
SkBitmapRegionCodec.cpp | 94 SkImageInfo outInfo = decodeInfo.makeWH(scaledOutWidth, scaledOutHeight);
|
/external/skia/bench/ |
AndroidCodecBench.cpp | 35 fInfo = codec->getInfo().makeWH(scaledSize.width(), scaledSize.height())
|
SKPBench.cpp | 69 SkImageInfo ii = canvas->imageInfo().makeWH(tileW, tileH);
|
/external/skia/src/core/ |
SkPixmap.cpp | 72 result->reset(fInfo.makeWH(r.width(), r.height()), pixels, fRowBytes, fCTable); 94 const SkImageInfo dstInfo = requestedDstInfo.makeWH(srcR.width(), srcR.height()); 106 const SkImageInfo srcInfo = this->info().makeWH(dstInfo.width(), dstInfo.height());
|
SkImageInfo.cpp | 118 fInfo = fInfo.makeWH(srcR.width(), srcR.height());
|
SkPictureImageGenerator.cpp | 136 SkImageInfo surfaceInfo = subset ? info.makeWH(subset->width(), subset->height()) : info;
|
SkBitmapDevice.cpp | 124 fBitmap.setInfo(fBitmap.info().makeWH(size.fWidth, size.fHeight)); 168 const SkImageInfo dstInfo = fBitmap.info().makeWH(srcInfo.width(), srcInfo.height());
|
SkImageCacherator.cpp | 43 const SkIRect bounds = SkIRect::MakeWH(info.width(), info.height()); 60 return new SkImageCacherator(gen, gen->getInfo().makeWH(subset->width(), subset->height()),
|
/external/skia/src/lazy/ |
SkDiscardablePixelRef.cpp | 119 const SkIRect prBounds = SkIRect::MakeWH(prInfo.width(), prInfo.height()); 123 bmInfo = prInfo.makeWH(subset->width(), subset->height());
|
/external/skia/tests/ |
SwizzlerTest.cpp | 39 const SkImageInfo fillInfo = imageInfo.makeWH(imageInfo.width(), endRow - startRow + 1);
|
CodexTest.cpp | 271 SkImageInfo subsetInfo = info.makeWH(subset.width(), subset.height()); 559 .makeWH(scaledDims.width(), scaledDims.height()) [all...] |
CanvasTest.cpp | 664 info = info.makeWH(-1, info.height()); 668 info = info.makeWH(1 << 30, 1 << 30);
|
/external/skia/fuzz/ |
fuzz.cpp | 136 decodeInfo = decodeInfo.makeWH(size.width(), size.height()); 302 decodeInfo = decodeInfo.makeWH(
|
/external/skia/include/core/ |
SkImageInfo.h | 237 SkIRect bounds() const { return SkIRect::MakeWH(fWidth, fHeight); } 243 SkImageInfo makeWH(int newWidth, int newHeight) const {
|
/external/skia/src/views/ |
SkWindow.cpp | 66 this->resize(fBitmap.info().makeWH(width, height));
|
/external/skia/dm/ |
DMSrcSink.cpp | 394 decodeInfo = decodeInfo.makeWH(size.width(), size.height()); 588 decodeInfo = decodeInfo.makeWH( 682 decodeInfo = decodeInfo.makeWH(size.width(), size.height()); 755 SkImageInfo subsetDecodeInfo = decodeInfo.makeWH(scaledSubsetSize.width(), [all...] |
/external/skia/samplecode/ |
SampleFatBits.cpp | 96 info = info.makeWH(width * zoom, height * zoom);
|