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

12 3 4

  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 33 typedef struct CGRect CGRect;
38 typedef struct CGRect NSRect;
192 operator CGRect() const;
238 IntRect enclosingIntRect(const CGRect&);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp 48 inline static CGRect winRectToCGRect(RECT rc)
53 inline static CGRect winRectToCGRect(RECT rc, RECT relativeToRect)
239 static void getDirtyRects(HWND window, Vector<CGRect>& outRects)
271 Vector<CGRect> dirtyRects;
322 CGRect CACFLayerTreeHost::bounds() const
LegacyCACFLayerTreeHost.cpp 246 void LegacyCACFLayerTreeHost::render(const Vector<CGRect>& windowDirtyRects)
256 CGRect bounds = this->bounds();
275 for (const CGRect* r = wkCACFUpdateRectEnumeratorNextRect(e); r; r = wkCACFUpdateRectEnumeratorNextRect(e)) {
348 CGRect bounds = this->bounds();
PlatformCALayerWinInternal.cpp 69 CGRect layerBounds = owner()->bounds();
80 CGRect clipBounds = CGContextGetClipBoundingBox(context);
110 CGRect aBounds = layerBounds;
145 CGRect rect = *dirtyRect;
156 CGRect rect;
163 CGRect layerBounds = m_owner->bounds();
164 CGRect indicatorRect = CGRectMake(layerBounds.origin.x, layerBounds.origin.y, 80, 25);
330 CGRect oldFrame = owner()->frame();
463 CGRect tileBounds = CACFLayerGetBounds(tile);
  /external/chromium/chrome/browser/
plugin_carbon_interpose_mac.cc 27 static CGRect CGRectForWindow(WindowRef window) {
28 CGRect bounds = { { 0, 0 }, { 0, 0 } };
36 CGRect bounds;
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 38 void (*wkDrawCapsLockIndicator)(CGContextRef, CGRect);
44 void (*wkDrawMediaSliderTrack)(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime,
46 BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point);
47 void (*wkDrawMediaUIPart)(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
48 void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
137 void (*wkScrollbarPainterPaint)(WKScrollbarPainterRef, bool enabled, double value, CGFloat proportion, CGRect frameRect);
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp 86 void WebTiledLayer::setBounds(const CGRect& rect)
96 void WebTiledLayer::setFrame(const CGRect& rect)
105 void WebTiledLayer::internalSetNeedsDisplay(const CGRect* dirtyRect)
113 CGRect layerBounds = bounds();
114 CGRect indicatorRect = CGRectMake(layerBounds.origin.x, layerBounds.origin.y, 80, 25);
278 CGRect tileBounds = CACFLayerGetBounds(tile);
MediaPlayerPrivateFullscreenWindow.cpp 113 CGRect rootBounds = m_rootChild->rootLayer()->bounds();
162 CGRect rootBounds = m_rootChild->rootLayer()->bounds();
SimpleFontDataCGWin.cpp 105 CGRect xBox;
130 CGRect box;
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm 76 CGRect frame = [self frame];
120 CGRect layerBounds = CGRectIntegral([self bounds]);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebViewFactory.mm 119 - (CGRect)accessibilityConvertScreenRect:(CGRect)bounds
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.h 61 CGRect _initialFrame;
  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 103 CGRect rect;
143 CGRect rect;
  /external/webkit/Source/WebKit/chromium/src/mac/
WebScreenInfoFactory.mm 55 CGRect userRect = NSRectToCGRect(rect);
  /external/webkit/Source/WebKit2/Shared/mac/
CoreAnimationRenderer.mm 62 void CoreAnimationRenderer::setBounds(CGRect bounds)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObjectMac.mm 39 CGRect bounds = [self bounds];
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp 91 CGRect fakeBounds = CGRectMake(0, 0, 10, 10);
132 CGRect bounds = m_webPage->bounds();
215 CGRect bounds = CGRectMake(0, 0, newSize.width(), newSize.height());
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 117 void WKDrawCapsLockIndicator(CGContextRef, CGRect);
290 BOOL WKHitTestMediaUIPart(int part, int themeStyle, CGRect bounds, CGPoint point);
291 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
292 void WKDrawMediaUIPart(int part, int themeStyle, CGContextRef context, CGRect rect, unsigned state);
293 void WKDrawMediaSliderTrack(int themeStyle, CGContextRef context, CGRect rect, float timeLoaded, float currentTime, float duration, unsigned state);
320 void WKSoftwareCARendererRender(WKSoftwareCARendererRef, CGContextRef, CGRect);
432 void WKScrollbarPainterPaint(WKScrollbarPainterRef, bool enabled, double value, CGFloat proportion, CGRect frameRect);
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 156 CGRect r = CGRectMake(0, 0, bm.width(), bm.height());
213 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox);
SkBitmap_Mac.cpp 135 CGRect rect;
  /external/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 52 static bool CGRectIsEmpty_inline(const CGRect& rect) {
56 static void CGRectInset_inline(CGRect* rect, CGFloat dx, CGFloat dy) {
63 static CGFloat CGRectGetMinX_inline(const CGRect& rect) {
67 static CGFloat CGRectGetMaxX_inline(const CGRect& rect) {
71 static CGFloat CGRectGetMinY_inline(const CGRect& rect) {
75 static CGFloat CGRectGetMaxY_inline(const CGRect& rect) {
79 static CGFloat CGRectGetWidth_inline(const CGRect& rect) {
83 static CGFloat CGRectGetHeight(const CGRect& rect) {
952 CGRect theBounds;
    [all...]
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 128 CGRect rect;
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 141 CGRect r = CGPDFPageGetBoxRect(cgPage, kCGPDFCropBox);
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 196 CGRect rect = CGRectMake(newFrame.origin.x, newFrame.origin.y, webViewSize.width, webViewSize.height);
200 CGRect bounds = CGDisplayBounds(displayID);
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 104 static bool CGRectIsEmpty_inline(const CGRect& rect) {
108 static void CGRectInset_inline(CGRect* rect, CGFloat dx, CGFloat dy) {
115 static CGFloat CGRectGetMinX_inline(const CGRect& rect) {
119 static CGFloat CGRectGetMaxX_inline(const CGRect& rect) {
123 static CGFloat CGRectGetMinY_inline(const CGRect& rect) {
127 static CGFloat CGRectGetMaxY_inline(const CGRect& rect) {
131 static CGFloat CGRectGetWidth_inline(const CGRect& rect) {
923 CGRect bounds;
    [all...]

Completed in 495 milliseconds

12 3 4