Home
last modified time | relevance | path

Searched refs:outRect (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/System/
DGrallocAndroid.cpp203 gralloc1_rect_t outRect{}; in lock() local
204 outRect.left = left; in lock()
205 outRect.top = top; in lock()
206 outRect.width = width; in lock()
207 outRect.height = height; in lock()
208 return m_gralloc1_lock(m_gralloc1_device, handle, usage, usage, &outRect, vaddr, -1); in lock()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DGrallocAndroid.cpp203 gralloc1_rect_t outRect{}; in lock() local
204 outRect.left = left; in lock()
205 outRect.top = top; in lock()
206 outRect.width = width; in lock()
207 outRect.height = height; in lock()
208 return m_gralloc1_lock(m_gralloc1_device, handle, usage, usage, &outRect, vaddr, -1); in lock()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c1375 …dD3DRect(SDL_Renderer * renderer, const SDL_Rect * sdlRect, D3D11_RECT * outRect, BOOL includeView… in D3D11_GetViewportAlignedD3DRect() argument
1380 outRect->left = sdlRect->x; in D3D11_GetViewportAlignedD3DRect()
1381 outRect->right = sdlRect->x + sdlRect->w; in D3D11_GetViewportAlignedD3DRect()
1382 outRect->top = sdlRect->y; in D3D11_GetViewportAlignedD3DRect()
1383 outRect->bottom = sdlRect->y + sdlRect->h; in D3D11_GetViewportAlignedD3DRect()
1385 outRect->left += renderer->viewport.x; in D3D11_GetViewportAlignedD3DRect()
1386 outRect->right += renderer->viewport.x; in D3D11_GetViewportAlignedD3DRect()
1387 outRect->top += renderer->viewport.y; in D3D11_GetViewportAlignedD3DRect()
1388 outRect->bottom += renderer->viewport.y; in D3D11_GetViewportAlignedD3DRect()
1392 outRect->left = sdlRect->y; in D3D11_GetViewportAlignedD3DRect()
[all …]
/third_party/skia/gm/
Dresizeimagefilter.cpp108 SkRect outRect = SkRect::MakeXYWH(-24, -24, 120, 120); in onDraw() local
110 SkImageFilters::Image(std::move(image), inRect, outRect, in onDraw()
/third_party/flutter/skia/gm/
Dresizeimagefilter.cpp103 SkRect outRect = SkRect::MakeXYWH(-24, -24, 120, 120); in onDraw() local
105 SkImageFilters::Image(std::move(image), inRect, outRect, kHigh_SkFilterQuality)); in onDraw()
/third_party/flutter/skia/src/gpu/geometry/
DGrRect.h87 static inline void GrMapRectPoints(const SkRect& inRect, const SkRect& outRect, in GrMapRectPoints() argument
89 SkMatrix rectTransform = SkMatrix::MakeRectToRect(inRect, outRect, SkMatrix::kFill_ScaleToFit); in GrMapRectPoints()
/third_party/skia/src/gpu/geometry/
DGrRect.h94 static inline void GrMapRectPoints(const SkRect& inRect, const SkRect& outRect, in GrMapRectPoints() argument
96 SkMatrix::RectToRect(inRect, outRect).mapPoints(outPts, inPts, ptCount); in GrMapRectPoints()