HomeSort by relevance Sort by last modified time
    Searched refs:tmpSrc (Results 1 - 7 of 7) sorted by null

  /external/skia/src/core/
SkBitmapDevice.cpp 257 SkRect bitmapBounds, tmpSrc, tmpDst;
264 tmpSrc = *src;
266 tmpSrc = bitmapBounds;
268 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
273 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if
277 if (!tmpSrc.intersect(bitmapBounds)) {
280 // recompute dst, based on the smaller tmpSrc
281 matrix.mapRect(&tmpDst, tmpSrc);
287 const SkIRect srcIR = tmpSrc.roundOut();
313 if (extractedBitmapBounds == tmpSrc) {
    [all...]
SkBitmap.cpp 838 SkBitmap tmpSrc;
845 if (fPixelRef->readPixels(&tmpSrc, dstColorType, &subset)) {
851 SkASSERT(tmpSrc.width() == this->width());
852 SkASSERT(tmpSrc.height() == this->height());
854 // did we get lucky and we can just return tmpSrc?
855 if (tmpSrc.colorType() == dstColorType && nullptr == alloc) {
856 dst->swap(tmpSrc);
865 src = &tmpSrc;
    [all...]
SkPaint.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/opencv3/modules/core/test/
test_mat.cpp     [all...]
test_arithm.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 227 milliseconds