/external/clang/test/CodeGenObjCXX/ |
D | property-objects.mm | 5 // CHECK: call %struct.CGRect* @_ZN6CGRectaSERKS_ 14 struct CGRect { struct 15 CGRect & operator = (const CGRect &); argument 20 CGRect bounds; argument 23 @property CGRect bounds; 24 @property CGRect frame; 25 - (void)setFrame:(CGRect)frameRect; argument 26 - (CGRect)frame; 28 - (struct CGRect)extent; 36 - (void)setFrame:(CGRect)frameRect {} argument [all …]
|
D | property-object-conditional-exp.mm | 3 struct CGRect { struct 7 typedef struct CGRect CGRect; typedef 9 extern "C" bool CGRectIsEmpty(CGRect); 12 CGRect out; 14 @property CGRect bounds; 15 - (CGRect) out; 22 CGRect dataRect; 23 CGRect virtualBounds; 43 - (CGRect) out { return out; }
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | WebLayer.cpp | 39 void WebLayer::internalSetNeedsDisplay(const CGRect* dirtyRect) in internalSetNeedsDisplay() 43 CGRect layerBounds = bounds(); in internalSetNeedsDisplay() 44 CGRect repaintCounterRect = layerBounds; in internalSetNeedsDisplay() 53 CGRect flippedDirtyRect = *dirtyRect; in internalSetNeedsDisplay() 70 CGRect layerBounds = bounds(); in drawInContext() 81 CGRect clipBounds = CGContextGetClipBoundingBox(context); in drawInContext() 111 CGRect aBounds = layerBounds; in drawInContext()
|
D | WebTiledLayer.h | 41 virtual void setBounds(const CGRect&); 42 virtual void setFrame(const CGRect&); 57 virtual void internalSetNeedsDisplay(const CGRect* dirtyRect);
|
D | WebTiledLayer.cpp | 86 void WebTiledLayer::setBounds(const CGRect& rect) in setBounds() 96 void WebTiledLayer::setFrame(const CGRect& rect) in setFrame() 105 void WebTiledLayer::internalSetNeedsDisplay(const CGRect* dirtyRect) in internalSetNeedsDisplay() 113 CGRect layerBounds = bounds(); in internalSetNeedsDisplay() 114 CGRect indicatorRect = CGRectMake(layerBounds.origin.x, layerBounds.origin.y, 80, 25); in internalSetNeedsDisplay() 278 CGRect tileBounds = CACFLayerGetBounds(tile); in drawTile()
|
/external/clang/test/CodeGenObjC/ |
D | super-dotsyntax-struct-property.m | 21 struct CGRect { struct 25 typedef struct CGRect CGRect; argument 29 @property CGRect frame; 39 - (void)setFrame:(CGRect)frame
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | animatable_image.h | 28 CGRect startFrame_; 29 CGRect endFrame_; 39 @property(nonatomic) CGRect startFrame; 40 @property(nonatomic) CGRect endFrame;
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
D | WebKitSystemInterface.h | 31 struct CGRect; 172 …, void* buffer, size_t bufferSize, CFTimeInterval time, const CGRect& bounds, const CGRect dirtyRe… 175 void wkCACFContextAddUpdateRect(WKCACFContext*, const CGRect&); 178 const CGRect* wkCACFUpdateRectEnumeratorNextRect(WKCACFUpdateRectEnumerator*); 230 bool WKHitTestMediaUIPart(int part, int themeStyle, CGRect bounds, CGPoint point); 231 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize); 232 void WKDrawMediaUIPart(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state); 233 void WKDrawMediaSliderTrack(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, fl…
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | WKCACFViewLayerTreeHost.cpp | 54 …WKCACFViewUpdate, void, __cdecl, (WKCACFViewRef view, HWND window, const CGRect* bounds), (view, w… 58 …ns, WKCACFViewInvalidateRects, void, __cdecl, (WKCACFViewRef view, const CGRect rects[], size_t co… 84 CGRect layerBounds = rootLayer()->bounds(); in updateViewIfNeeded() 86 CGRect bounds = this->bounds(); in updateViewIfNeeded() 165 void WKCACFViewLayerTreeHost::render(const Vector<CGRect>& dirtyRects) in render()
|
D | CACFLayerTreeHost.h | 75 CGRect bounds() const; 96 virtual void render(const Vector<CGRect>& dirtyRects = Vector<CGRect>()) = 0;
|
D | CACFLayerTreeHost.cpp | 48 inline static CGRect winRectToCGRect(RECT rc) in winRectToCGRect() 53 inline static CGRect winRectToCGRect(RECT rc, RECT relativeToRect) in winRectToCGRect() 239 static void getDirtyRects(HWND window, Vector<CGRect>& outRects) in getDirtyRects() 271 Vector<CGRect> dirtyRects; in paint() 322 CGRect CACFLayerTreeHost::bounds() const in bounds()
|
D | PlatformCALayerWinInternal.cpp | 69 CGRect layerBounds = owner()->bounds(); in displayCallback() 80 CGRect clipBounds = CGContextGetClipBoundingBox(context); in displayCallback() 110 CGRect aBounds = layerBounds; in displayCallback() 145 CGRect rect = *dirtyRect; in internalSetNeedsDisplay() 156 CGRect rect; in setNeedsDisplay() 163 CGRect layerBounds = m_owner->bounds(); in setNeedsDisplay() 164 CGRect indicatorRect = CGRectMake(layerBounds.origin.x, layerBounds.origin.y, 80, 25); in setNeedsDisplay() 330 CGRect oldFrame = owner()->frame(); in setFrame() 463 CGRect tileBounds = CACFLayerGetBounds(tile); in drawTile()
|
D | WKCACFViewLayerTreeHost.h | 54 virtual void render(const Vector<CGRect>& dirtyRects = Vector<CGRect>());
|
D | LegacyCACFLayerTreeHost.h | 65 virtual void render(const Vector<CGRect>& dirtyRects = Vector<CGRect>());
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
D | MovieControllerLayer.m | 113 - (CGRect)_playPauseButtonRect 118 - (CGRect)_sliderRect 127 - (CGRect)_sliderThumbRect 129 CGRect sliderRect = [self _sliderRect]; 141 - (CGRect)_innerSliderRect 154 CGRect sliderThumbRect = [self _sliderThumbRect]; 157 CGRect sliderRect = [self _sliderRect]; 160 CGRect sliderLeftTrackRect = CGRectMake(CGRectGetMinX(sliderRect), CGRectGetMinY(sliderRect), 165 CGRect sliderCenterTrackRect = CGRectInset(sliderRect, CGImageGetWidth(_sliderTrackLeft), 0); 169 …CGRect sliderRightTrackRect = CGRectMake(CGRectGetMaxX(sliderCenterTrackRect), CGRectGetMinY(slide… [all …]
|
/external/webkit/Source/WebCore/platform/mac/ |
D | WebCoreSystemInterface.h | 40 typedef struct CGRect NSRect; 111 extern void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect); 117 extern void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float time… 119 extern void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsig… 129 extern BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point); 130 extern void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize); 215 …terPaint)(WKScrollbarPainterRef, bool enabled, double value, CGFloat proportion, CGRect frameRect);
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | WebLayer.mm | 51 CGRect layerBounds = [layer bounds]; 75 CGRect clipBounds = CGContextGetClipBoundingBox(context); 93 CGRect aBounds = layerBounds; 111 …LayerNeedsDisplayInRect(CALayer *layer, WebCore::PlatformCALayerClient* layerContents, CGRect rect) 125 CGRect bounds = [layer bounds]; 126 CGRect indicatorRect = CGRectMake(bounds.origin.x, bounds.origin.y, 46, 25); 153 - (void)setNeedsDisplayInRect:(CGRect)dirtyRect 185 CGRect aBounds = [self bounds];
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FloatRect.h | 33 typedef struct CGRect CGRect; typedef 38 typedef struct CGRect NSRect; 141 FloatRect(const CGRect&); 142 operator CGRect() const;
|
D | IntRect.h | 33 typedef struct CGRect CGRect; typedef 38 typedef struct CGRect NSRect; 192 operator CGRect() const; 238 IntRect enclosingIntRect(const CGRect&);
|
/external/webkit/Source/WebKit2/Platform/cg/ |
D | CGUtilities.h | 31 void paintImage(CGContextRef, CGImageRef, CGPoint destination, CGRect source); 32 void paintBitmapContext(CGContextRef, CGContextRef bitmapContext, CGPoint destination, CGRect sourc…
|
D | CGUtilities.cpp | 33 void paintImage(CGContextRef context, CGImageRef image, CGPoint destination, CGRect source) in paintImage() 50 …BitmapContext(CGContextRef context, CGContextRef bitmapContext, CGPoint destination, CGRect source) in paintBitmapContext()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | FloatRectCG.cpp | 36 FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size) in FloatRect() 40 FloatRect::operator CGRect() const in operator CGRect()
|
D | IntRectCG.cpp | 35 IntRect::operator CGRect() const in operator CGRect() 40 IntRect enclosingIntRect(const CGRect& rect) in enclosingIntRect()
|
/external/webkit/Source/WebCore/editing/mac/ |
D | SelectionControllerMac.mm | 36 static CGRect accessibilityConvertScreenRect(CGRect bounds) 72 …CGRect cgCaretRect = CGRectMake(selectionRect.x(), selectionRect.y(), selectionRect.width(), selec… 73 CGRect cgViewRect = CGRectMake(viewRect.x(), viewRect.y(), viewRect.width(), viewRect.height());
|
/external/webkit/Source/WebCore/page/mac/ |
D | WebCoreViewFactory.h | 42 - (CGRect)accessibilityConvertScreenRect:(CGRect)bounds;
|