Searched refs:tmpDst (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/src/core/ |
H A 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()
|
H A 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()
|
H A 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/skia/src/effects/imagefilters/ |
H A 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/skia/tools/ |
H A 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/icu/icu4c/source/i18n/ |
H A D | calendar.cpp | 3280 int32_t tmpRaw, tmpDst; in computeZoneOffset() local 3281 tz.getOffset(tgmt - 6*60*60*1000, false, tmpRaw, tmpDst, ec); in computeZoneOffset() 3282 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst); in computeZoneOffset()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | calendar.cpp | 3286 int32_t tmpRaw, tmpDst; in computeZoneOffset() local 3287 tz.getOffset(tgmt - 6*60*60*1000, false, tmpRaw, tmpDst, ec); in computeZoneOffset() 3288 int32_t offsetDelta = (rawOffset + dstOffset) - (tmpRaw + tmpDst); in computeZoneOffset()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A 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()
|
Completed in 22 milliseconds