HomeSort by relevance Sort by last modified time
    Searched refs:CGRect (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/test/CodeGenObjC/Inputs/
nsvalue-boxed-expressions-support.h 41 struct CGRect {
45 typedef struct BOXABLE CGRect CGRect;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
UIImage+ARDUtilities.m 22 CGRect bounds = CGRectMake(0, 0, image.size.width, image.size.height);
ARDStatsView.m 22 - (instancetype)initWithFrame:(CGRect)frame {
ARDVideoCallView.m 38 - (instancetype)initWithFrame:(CGRect)frame {
91 CGRect bounds = self.bounds;
94 CGRect remoteVideoFrame =
114 CGRect localVideoFrame =
138 CGRect cameraSwitchFrame = _hangupButton.frame;
ARDMainView.m 34 - (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/
rect_f.h 18 typedef struct CGRect CGRect;
43 explicit RectF(const CGRect& r);
45 CGRect ToCGRect() const;
rect.h 29 typedef struct CGRect CGRect;
52 explicit Rect(const CGRect& r);
60 CGRect ToCGRect() const;
rect_f.cc 35 RectF::RectF(const CGRect& r)
39 CGRect RectF::ToCGRect() const {
rect.cc 31 Rect::Rect(const CGRect& r)
46 CGRect Rect::ToCGRect() const {
  /external/python/cpython2/Mac/Modules/cg/
cgsupport.py 52 PyObject *CGRect_New(CGRect *itself)
63 CGRect_Convert(PyObject *v, CGRect *p_itself)
107 CGRect = MyOpaqueByValueType('CGRect', 'CGRect')
_CGmodule.c 44 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 rect) -> None")}
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCEAGLVideoView.m 124 - (instancetype)initWithFrame:(CGRect)frame {
199 - (void)setNeedsDisplayInRect:(CGRect)rect {
213 - (void)glkView:(GLKView*)view drawInRect:(CGRect)rect {
  /external/webrtc/webrtc/api/objc/
RTCEAGLVideoView.m 106 - (instancetype)initWithFrame:(CGRect)frame {
181 - (void)setNeedsDisplayInRect:(CGRect)rect {
195 - (void)glkView:(GLKView *)view drawInRect:(CGRect)rect {
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 57 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,
    [all...]
  /external/skia/experimental/tools/
coreGraphicsPdf2png.cpp 39 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox);
  /external/skqp/experimental/tools/
coreGraphicsPdf2png.cpp 39 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox);
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.mm 53 - (id)initWithFrame:(CGRect)frame {
video_render_ios_gles20.mm 231 CGRect bounds = [view_ bounds];
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 128 CGRect rect_cg;
  /external/webrtc/talk/media/devices/
carbonvideorenderer.cc 103 CGRect dst_rect = CGRectMake(x, y, CGImageGetWidth(image_ref),
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 181 CGRect rect = {{0,0},{m_width,m_height}};
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 163 CGRect r = CGRectMake(0, 0, bm.width(), bm.height());
  /external/skqp/src/utils/mac/
SkCreateCGImageRef.cpp 163 CGRect r = CGRectMake(0, 0, bm.width(), bm.height());
  /external/webrtc/webrtc/modules/desktop_capture/mac/
full_screen_chrome_window_detector.cc 60 CGRect bounds;
  /external/skia/src/ports/
SkFontHost_mac.cpp 87 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) {
    [all...]

Completed in 302 milliseconds

1 2