Home
last modified time | relevance | path

Searched refs:contentRect (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp173 SkIRect* contentRect, in convolve_gaussian() argument
207 *contentRect = dstRect; in convolve_gaussian()
215 SkIRect midRect = *contentRect, leftRect, rightRect; in convolve_gaussian()
219 bounds[0] = contentRect->left() + proxyOffset.x(); in convolve_gaussian()
220 bounds[1] = contentRect->right() + proxyOffset.x(); in convolve_gaussian()
230 contentRect->fLeft = dstRect.fLeft; in convolve_gaussian()
231 contentRect->fTop = midRect.fTop; in convolve_gaussian()
232 contentRect->fRight = dstRect.fRight; in convolve_gaussian()
233 contentRect->fBottom = midRect.fBottom; in convolve_gaussian()
235 bounds[0] = contentRect->top() + proxyOffset.y(); in convolve_gaussian()
[all …]
/third_party/flutter/glfw/src/
Dcocoa_window.m241 const NSRect contentRect = [window->ns.view frame];
242 const NSRect fbRect = [window->ns.view convertRectToBacking:contentRect];
245 _glfwInputWindowSize(window, contentRect.size.width, contentRect.size.height);
448 const NSRect contentRect = [window->ns.view frame];
451 _glfwInputCursorPos(window, pos.x, contentRect.size.height - pos.y);
512 const NSRect contentRect = [window->ns.view frame];
513 const NSRect fbRect = [window->ns.view convertRectToBacking:contentRect];
626 const NSRect contentRect = [window->ns.view frame];
629 contentRect.size.height - [sender draggingLocation].y);
710 const NSRect contentRect = [window->ns.view frame];
[all …]
/third_party/skia/gm/
Dlazytiling.cpp83 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() argument
85 const int kContentSize = contentRect.width(); in create_bitmap()
114 const int kLeft = contentRect.fLeft; in create_bitmap()
115 const int kTop = contentRect.fTop; in create_bitmap()
226 SkRect contentRect = SkRect::MakeXYWH(x+kContentSize/2, y+kContentSize/2, in onDraw() local
229 SkMatrix texMatrix = SkMatrix::RectToRect(contentRect, SkRect::Make(fContentRect)); in onDraw()
/third_party/flutter/skia/bench/
DCompositingImagesBench.cpp283 SkRect contentRect = SkRect::Make(fImageSize); in getAdjustedEntry() local
286 contentRect.fRight = fTileSize.fWidth; in getAdjustedEntry()
290 contentRect.fBottom = fTileSize.fHeight; in getAdjustedEntry()
298 entry.fSrcRect = contentRect; in getAdjustedEntry()
299 entry.fDstRect = srcToDst.mapRect(contentRect); in getAdjustedEntry()
/third_party/skia/bench/
DCompositingImagesBench.cpp291 SkRect contentRect = SkRect::Make(fImageSize); in getAdjustedEntry() local
294 contentRect.fRight = fTileSize.fWidth; in getAdjustedEntry()
298 contentRect.fBottom = fTileSize.fHeight; in getAdjustedEntry()
305 entry.fSrcRect = contentRect; in getAdjustedEntry()
306 entry.fDstRect = srcToDst.mapRect(contentRect); in getAdjustedEntry()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/cocoa/
Dcocoa-videooverlay.m44 - (id) initWithContentRect:(NSRect) contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipelin…
52 - (id) initWithContentRect:(NSRect)contentRect Loop:(GMainLoop*)loop Pipeline:(GstElement*)pipeline
58 self = [super initWithContentRect: contentRect
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstgl_cocoa_private.h58 - (id) initWithFrameLayer:(GstGLWindowCocoa *)window rect:(NSRect)contentRect layer:(CALayer *)laye…
Dgstglwindow_cocoa.m48 - (id)initWithContentRect:(NSRect)contentRect
576 - (id) initWithContentRect: (NSRect) contentRect
587 self = [super initWithContentRect: contentRect
657 - (id)initWithFrameLayer:(GstGLWindowCocoa *)window rect:(NSRect)contentRect layer:(CALayer *)layer…
659 self = [super initWithFrame: contentRect];
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_mac.mm169 NSRect contentRect = {{window_info_.x, window_info_.y},
182 contentRect.origin.x = 0;
183 contentRect.origin.y = 0;
184 contentRect.size.width = window_rect.size.width;
185 contentRect.size.height = window_rect.size.height;
215 [[CefBrowserHostView alloc] initWithFrame:contentRect];
/third_party/flutter/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.h154 ARect contentRect; member
/third_party/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.h154 ARect contentRect; member
/third_party/flutter/skia/tools/viewer/
DTouchGesture.h33 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
DTouchGesture.cpp347 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect, in setTransLimit() argument
350 fContentRect = contentRect; in setTransLimit()
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dcocoawindow.h85 - (id)initWithContentNSRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackin…
/third_party/skia/tools/viewer/
DTouchGesture.h37 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
DTouchGesture.cpp344 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect, in setTransLimit() argument
347 fContentRect = contentRect; in setTransLimit()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoakeyboard.m133 NSRect contentRect = [window contentRectForFrameRect:[window frame]];
134 float windowHeight = contentRect.size.height;
/third_party/typescript/lib/
Dlib.dom.d.ts12696 readonly contentRect: DOMRectReadOnly; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts12676 readonly contentRect: DOMRectReadOnly; property