Searched refs:CGRect (Results 1 - 25 of 28) sorted by relevance

12

/external/clang/test/CodeGenObjC/Inputs/
H A Dnsvalue-boxed-expressions-support.h41 struct CGRect { struct
45 typedef struct BOXABLE CGRect CGRect; typedef in typeref:struct:CGRect
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
H A DUIImage+ARDUtilities.m22 CGRect bounds = CGRectMake(0, 0, image.size.width, image.size.height);
H A DARDStatsView.m22 - (instancetype)initWithFrame:(CGRect)frame {
H A DARDVideoCallView.m38 - (instancetype)initWithFrame:(CGRect)frame {
91 CGRect bounds = self.bounds;
94 CGRect remoteVideoFrame =
114 CGRect localVideoFrame =
138 CGRect cameraSwitchFrame = _hangupButton.frame;
H A DARDMainView.m34 - (instancetype)initWithFrame:(CGRect)frame {
68 CGRect bounds = self.bounds;
130 - (instancetype)initWithFrame:(CGRect)frame {
200 CGRect bounds = self.bounds;
218 CGRect audioOnlyRect = CGRectMake(kCallControlMargin * 3,
230 CGRect loopbackModeRect = CGRectMake(kCallControlMargin * 3,
/external/libmojo/ui/gfx/geometry/
H A Drect_f.h18 typedef struct CGRect CGRect; typedef in typeref:struct:CGRect
43 explicit RectF(const CGRect& r);
45 CGRect ToCGRect() const;
H A Drect.h29 typedef struct CGRect CGRect; typedef in typeref:struct:CGRect
52 explicit Rect(const CGRect& r);
60 CGRect ToCGRect() const;
H A Drect_f.cc35 RectF::RectF(const CGRect& r)
39 CGRect RectF::ToCGRect() const {
H A Drect.cc31 Rect::Rect(const CGRect& r)
46 CGRect Rect::ToCGRect() const {
/external/python/cpython2/Mac/Modules/cg/
H A Dcgsupport.py52 PyObject *CGRect_New(CGRect *itself)
63 CGRect_Convert(PyObject *v, CGRect *p_itself)
107 CGRect = MyOpaqueByValueType('CGRect', 'CGRect') variable
H A D_CGmodule.c44 PyObject *CGRect_New(CGRect *itself)
55 CGRect_Convert(PyObject *v, CGRect *p_itself)
422 CGRect rect;
515 CGRect _rv;
574 CGRect rect;
588 CGRect rect;
602 CGRect rect;
619 CGRect rect;
655 CGRect rect;
1101 PyDoc_STR("(CGRect rec
[all...]
/external/webrtc/talk/app/webrtc/objc/
H A DRTCEAGLVideoView.m124 - (instancetype)initWithFrame:(CGRect)frame {
199 - (void)setNeedsDisplayInRect:(CGRect)rect {
213 - (void)glkView:(GLKView*)view drawInRect:(CGRect)rect {
/external/webrtc/webrtc/api/objc/
H A DRTCEAGLVideoView.m106 - (instancetype)initWithFrame:(CGRect)frame {
181 - (void)setNeedsDisplayInRect:(CGRect)rect {
195 - (void)glkView:(GLKView *)view drawInRect:(CGRect)rect {
/external/webrtc/webrtc/modules/desktop_capture/
H A Dscreen_capturer_mac.mm57 DesktopRect ScaleAndRoundCGRect(const CGRect& rect, float scale) {
137 CGRect rect;
172 CGRect window_bounds;
221 void ScreenRefresh(CGRectCount count, const CGRect *rect_array);
224 const CGRect *rect_array);
226 const CGRect *rect_array,
230 const CGRect *rect_array,
908 const CGRect* rect_array) {
928 const CGRect* rect_array) {
930 CGRect refresh_rect
[all...]
/external/skia/experimental/tools/
H A DcoreGraphicsPdf2png.cpp39 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox);
/external/skqp/experimental/tools/
H A DcoreGraphicsPdf2png.cpp39 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox);
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_view.mm53 - (id)initWithFrame:(CGRect)frame {
H A Dvideo_render_ios_gles20.mm231 CGRect bounds = [view_ bounds];
/external/pdfium/core/fxge/apple/
H A Dfx_apple_platform.cpp128 CGRect rect_cg;
/external/webrtc/talk/media/devices/
H A Dcarbonvideorenderer.cc103 CGRect dst_rect = CGRectMake(x, y, CGImageGetWidth(image_ref),
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp181 CGRect rect = {{0,0},{m_width,m_height}};
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp163 CGRect r = CGRectMake(0, 0, bm.width(), bm.height());
/external/skqp/src/utils/mac/
H A DSkCreateCGImageRef.cpp163 CGRect r = CGRectMake(0, 0, bm.width(), bm.height());
/external/webrtc/webrtc/modules/desktop_capture/mac/
H A Dfull_screen_chrome_window_detector.cc60 CGRect bounds;
/external/skia/src/ports/
H A DSkFontHost_mac.cpp87 static bool CGRectIsEmpty_inline(const CGRect& rect) {
91 static CGFloat CGRectGetMinX_inline(const CGRect& rect) {
95 static CGFloat CGRectGetMaxX_inline(const CGRect& rect) {
99 static CGFloat CGRectGetMinY_inline(const CGRect& rect) {
103 static CGFloat CGRectGetMaxY_inline(const CGRect& rect) {
107 static CGFloat CGRectGetWidth_inline(const CGRect& rect) {
997 CGRect cgBounds;
1304 CGRect theBounds = CTFontGetBoundingBox(fCTFont.get());
1553 CGRect bbox = CTFontGetBoundingBox(ctFont.get());
1570 CGRect boundingRect
[all...]

Completed in 4404 milliseconds

12