Searched refs:dstIRect (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | gfx_engines.cpp | 157 IRect dstIRect = {x, y, srcRect.GetWidth(), srcRect.GetHeight()}; in GfxBlit() local 158 if (gfxFuncs_->Blit(&srcSurface, &srcIRect, &dstSurface, &dstIRect, NULL) == DISPLAY_FAILURE) { in GfxBlit()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 3706 SkIRect dstIRect = SkIRect::MakeXYWH(rect.left, rect.top, rect.width, rect.height); in crop() local 3707 dst.r = SkRect::Make(dstIRect); in crop() 3716 dst.info = src.info.makeWH(dstIRect.width(), dstIRect.height()); in crop() 3734 if (!src.bitmap.readPixels(dst.info, m->data.data, rowStride, dstIRect.fLeft, dstIRect.fTop)) { in crop()
|
Completed in 7 milliseconds