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

1 2 3 4

  /external/webkit/Source/WebKit2/Platform/cg/
CGUtilities.h 31 void paintImage(CGContextRef, CGImageRef, CGPoint destination, CGRect source);
32 void paintBitmapContext(CGContextRef, CGContextRef bitmapContext, CGPoint destination, CGRect source);
CGUtilities.cpp 33 void paintImage(CGContextRef context, CGImageRef image, CGPoint destination, CGRect source)
50 void paintBitmapContext(CGContextRef context, CGContextRef bitmapContext, CGPoint destination, CGRect source)
  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.h 28 CGRect startFrame_;
29 CGRect endFrame_;
39 @property(nonatomic) CGRect startFrame;
40 @property(nonatomic) CGRect endFrame;
  /external/webkit/Source/WebCore/platform/graphics/cg/
FloatRectCG.cpp 36 FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size)
40 FloatRect::operator CGRect() const
IntRectCG.cpp 35 IntRect::operator CGRect() const
40 IntRect enclosingIntRect(const CGRect& rect)
PatternCG.cpp 43 CGRect rect = GraphicsContext(context).roundToDevicePixels(
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
WKCACFViewLayerTreeHost.h 54 virtual void render(const Vector<CGRect>& dirtyRects = Vector<CGRect>());
LegacyCACFLayerTreeHost.h 65 virtual void render(const Vector<CGRect>& dirtyRects = Vector<CGRect>());
CACFLayerTreeHost.h 75 CGRect bounds() const;
96 virtual void render(const Vector<CGRect>& dirtyRects = Vector<CGRect>()) = 0;
WKCACFViewLayerTreeHost.cpp 54 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewUpdate, void, __cdecl, (WKCACFViewRef view, HWND window, const CGRect* bounds), (view, window, bounds))
58 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewInvalidateRects, void, __cdecl, (WKCACFViewRef view, const CGRect rects[], size_t count), (view, rects, count))
84 CGRect layerBounds = rootLayer()->bounds();
86 CGRect bounds = this->bounds();
165 void WKCACFViewLayerTreeHost::render(const Vector<CGRect>& dirtyRects)
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.h 41 virtual void setBounds(const CGRect&);
42 virtual void setFrame(const CGRect&);
57 virtual void internalSetNeedsDisplay(const CGRect* dirtyRect);
WebLayer.cpp 39 void WebLayer::internalSetNeedsDisplay(const CGRect* dirtyRect)
43 CGRect layerBounds = bounds();
44 CGRect repaintCounterRect = layerBounds;
53 CGRect flippedDirtyRect = *dirtyRect;
70 CGRect layerBounds = bounds();
81 CGRect clipBounds = CGContextGetClipBoundingBox(context);
111 CGRect aBounds = layerBounds;
WebLayer.h 53 virtual void internalSetNeedsDisplay(const CGRect* dirtyRect);
  /external/webkit/Source/WebCore/editing/mac/
SelectionControllerMac.mm 36 static CGRect accessibilityConvertScreenRect(CGRect bounds)
72 CGRect cgCaretRect = CGRectMake(selectionRect.x(), selectionRect.y(), selectionRect.width(), selectionRect.height());
73 CGRect cgViewRect = CGRectMake(viewRect.x(), viewRect.y(), viewRect.width(), viewRect.height());
  /external/webkit/Source/WebCore/page/mac/
WebCoreViewFactory.h 42 - (CGRect)accessibilityConvertScreenRect:(CGRect)bounds;
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.h 53 void setLayerNeedsDisplayInRect(CALayer *, WebCore::PlatformCALayerClient*, CGRect);
WebLayer.mm 51 CGRect layerBounds = [layer bounds];
75 CGRect clipBounds = CGContextGetClipBoundingBox(context);
93 CGRect aBounds = layerBounds;
111 void setLayerNeedsDisplayInRect(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];
WebTiledLayer.mm 67 - (void)setNeedsDisplayInRect:(CGRect)dirtyRect
  /external/webkit/Source/WebKit2/Shared/mac/
CoreAnimationRenderer.h 53 void setBounds(CGRect);
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 31 struct CGRect;
172 bool wkCACFContextBeginUpdate(WKCACFContext*, void* buffer, size_t bufferSize, CFTimeInterval time, const CGRect& bounds, const CGRect dirtyRects[], size_t dirtyRectCount);
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, float currentTime, float duration, unsigned state);
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
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(sliderRect),
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandler.h 36 struct CGRect;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.h 53 CGRect _initialFrame;
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.h 40 typedef struct CGRect NSRect;
111 extern void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect);
117 extern void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
119 extern void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
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 extern void (*wkScrollbarPainterPaint)(WKScrollbarPainterRef, bool enabled, double value, CGFloat proportion, CGRect frameRect);
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.h 33 typedef struct CGRect CGRect;
38 typedef struct CGRect NSRect;
141 FloatRect(const CGRect&);
142 operator CGRect() const;

Completed in 1119 milliseconds

1 2 3 4