Home
last modified time | relevance | path

Searched refs:tmpDst (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/engine/flutter/lib/ui/painting/
Dmulti_frame_codec.cc49 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/
DSkPathEffect.cpp17 SkPath tmp, *tmpDst = dst; in filterPath() local
19 tmpDst = &tmp; in filterPath()
21 if (this->onFilterPath(tmpDst, src, rec, bounds)) { in filterPath()
DSkBitmapDevice.cpp427 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()
DSkImageFilter.cpp292 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/
DSkPathEffect.cpp23 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()
DSkBitmapDevice.cpp438 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()
DSkImageFilter.cpp380 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/
DToolUtils.cpp356 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/
DSkArithmeticImageFilter.cpp453 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/
DSkArithmeticImageFilter.cpp460 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/
DToolUtils.cpp383 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/
DSkGpuDevice.cpp1143 SkRect tmpSrc, tmpDst; in drawBitmapRect() local
1151 srcToDstMatrix.mapRect(&tmpDst, *src); in drawBitmapRect()
1152 dst = &tmpDst; in drawBitmapRect()
/third_party/icu/icu4c/source/i18n/
Dcalendar.cpp3182 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/
Dcalendar.cpp3182 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/
Dcalendar.cpp3182 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/
Dcalendar.cpp3166 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()