/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | multi_frame_codec.cc | 49 SkBitmap tmpDst; in CopyToBitmap() local 51 if (!tmpDst.setInfo(dstInfo)) { in CopyToBitmap() 55 if (!tmpDst.tryAllocPixels()) { in CopyToBitmap() 60 if (!tmpDst.peekPixels(&dstPM)) { in CopyToBitmap() 68 dst->swap(tmpDst); in CopyToBitmap()
|
/third_party/flutter/skia/src/core/ |
D | SkPathEffect.cpp | 17 SkPath tmp, *tmpDst = dst; in filterPath() local 19 tmpDst = &tmp; in filterPath() 21 if (this->onFilterPath(tmpDst, src, rec, bounds)) { in filterPath()
|
D | SkBitmapDevice.cpp | 427 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local 453 matrix.mapRect(&tmpDst, tmpSrc); in drawBitmapRect() 454 if (!tmpDst.isFinite()) { in drawBitmapRect() 457 dstPtr = &tmpDst; in drawBitmapRect()
|
D | SkImageFilter.cpp | 292 SkIRect tmpDst = this->onFilterNodeBounds(srcBounds, ctx.ctm(), kForward_MapDirection, nullptr); in applyCropRect() local 293 fCropRect.applyTo(tmpDst, ctx.ctm(), this->affectsTransparentBlack(), dstBounds); in applyCropRect()
|
/third_party/skia/src/core/ |
D | SkPathEffect.cpp | 23 SkPath tmp, *tmpDst = dst; in filterPath() local 25 tmpDst = &tmp; in filterPath() 27 if (as_PEB(this)->onFilterPath(tmpDst, src, rec, bounds, ctm)) { in filterPath()
|
D | SkBitmapDevice.cpp | 438 SkRect bitmapBounds, tmpSrc, tmpDst; in drawImageRect() local 462 matrix.mapRect(&tmpDst, tmpSrc); in drawImageRect() 463 if (!tmpDst.isFinite()) { in drawImageRect() 466 dstPtr = &tmpDst; in drawImageRect()
|
D | SkImageFilter.cpp | 380 SkIRect tmpDst = this->onFilterNodeBounds(srcBounds, ctx.ctm(), kForward_MapDirection, nullptr); in applyCropRect() local 381 fCropRect.applyTo(tmpDst, ctx.ctm(), this->onAffectsTransparentBlack(), dstBounds); in applyCropRect()
|
/third_party/flutter/skia/tools/ |
D | ToolUtils.cpp | 356 SkBitmap tmpDst; in copy_to() local 358 if (!tmpDst.setInfo(dstInfo)) { in copy_to() 362 if (!tmpDst.tryAllocPixels()) { in copy_to() 367 if (!tmpDst.peekPixels(&dstPM)) { in copy_to() 375 dst->swap(tmpDst); in copy_to()
|
/third_party/skia/src/effects/imagefilters/ |
D | SkArithmeticImageFilter.cpp | 453 SkPixmap tmpDst = dst; in drawForeground() local 454 if (intersect(&tmpDst, &src, fgoffset.fLeft, fgoffset.fTop)) { in drawForeground() 455 for (int y = 0; y < tmpDst.height(); ++y) { in drawForeground() 456 proc(fK, tmpDst.writable_addr32(0, y), src.addr32(0, y), tmpDst.width()); in drawForeground()
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkArithmeticImageFilter.cpp | 460 SkPixmap tmpDst = dst; in drawForeground() local 461 if (intersect(&tmpDst, &src, fgoffset.fLeft, fgoffset.fTop)) { in drawForeground() 462 for (int y = 0; y < tmpDst.height(); ++y) { in drawForeground() 463 proc(fK, tmpDst.writable_addr32(0, y), src.addr32(0, y), tmpDst.width()); in drawForeground()
|
/third_party/skia/tools/ |
D | ToolUtils.cpp | 383 SkBitmap tmpDst; in copy_to() local 385 if (!tmpDst.setInfo(dstInfo)) { in copy_to() 389 if (!tmpDst.tryAllocPixels()) { in copy_to() 394 if (!tmpDst.peekPixels(&dstPM)) { in copy_to() 402 dst->swap(tmpDst); in copy_to()
|
/third_party/flutter/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1143 SkRect tmpSrc, tmpDst; in drawBitmapRect() local 1151 srcToDstMatrix.mapRect(&tmpDst, *src); in drawBitmapRect() 1152 dst = &tmpDst; in drawBitmapRect()
|
/third_party/icu/icu4c/source/i18n/ |
D | calendar.cpp | 3182 int32_t tmpRaw, tmpDst; in computeZoneOffset() local 3183 tz.getOffset(tgmt - 6*60*60*1000, FALSE, tmpRaw, tmpDst, ec); in computeZoneOffset() 3184 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst); in computeZoneOffset()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | calendar.cpp | 3182 int32_t tmpRaw, tmpDst; in computeZoneOffset() local 3183 tz.getOffset(tgmt - 6*60*60*1000, FALSE, tmpRaw, tmpDst, ec); in computeZoneOffset() 3184 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst); in computeZoneOffset()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | calendar.cpp | 3182 int32_t tmpRaw, tmpDst; in computeZoneOffset() local 3183 tz.getOffset(tgmt - 6*60*60*1000, FALSE, tmpRaw, tmpDst, ec); in computeZoneOffset() 3184 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst); in computeZoneOffset()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | calendar.cpp | 3166 int32_t tmpRaw, tmpDst; in computeZoneOffset() local 3167 tz.getOffset(tgmt - 6*60*60*1000, FALSE, tmpRaw, tmpDst, ec); in computeZoneOffset() 3168 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst); in computeZoneOffset()
|