/third_party/flutter/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 173 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/ |
D | cocoa_window.m | 241 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/ |
D | lazytiling.cpp | 83 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/ |
D | CompositingImagesBench.cpp | 283 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/ |
D | CompositingImagesBench.cpp | 291 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/ |
D | cocoa-videooverlay.m | 44 - (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/ |
D | gstgl_cocoa_private.h | 58 - (id) initWithFrameLayer:(GstGLWindowCocoa *)window rect:(NSRect)contentRect layer:(CALayer *)laye…
|
D | gstglwindow_cocoa.m | 48 - (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/ |
D | browser_platform_delegate_native_mac.mm | 169 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/ |
D | android_native_app_glue.h | 154 ARect contentRect; member
|
/third_party/skia/third_party/externals/angle2/util/android/third_party/ |
D | android_native_app_glue.h | 154 ARect contentRect; member
|
/third_party/flutter/skia/tools/viewer/ |
D | TouchGesture.h | 33 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
|
D | TouchGesture.cpp | 347 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect, in setTransLimit() argument 350 fContentRect = contentRect; in setTransLimit()
|
/third_party/gstreamer/gstplugins_good/sys/osxvideo/ |
D | cocoawindow.h | 85 - (id)initWithContentNSRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackin…
|
/third_party/skia/tools/viewer/ |
D | TouchGesture.h | 37 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
|
D | TouchGesture.cpp | 344 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/ |
D | SDL_cocoakeyboard.m | 133 NSRect contentRect = [window contentRectForFrameRect:[window frame]]; 134 float windowHeight = contentRect.size.height;
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 12696 readonly contentRect: DOMRectReadOnly; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 12676 readonly contentRect: DOMRectReadOnly; property
|