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

1 2 3 4 5

  /external/clang/test/Sema/
usual-float.c 3 typedef float CGFloat;
5 extern void func(CGFloat);
8 CGFloat cgf = 3.4;
11 func((CGFloat)cgf/65535.0f);
init-struct-qualified.c 2 typedef float CGFloat;
3 typedef struct _NSPoint { CGFloat x; CGFloat y; } NSPoint;
4 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize;
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 43 - (CGFloat)floatingBarHeight;
48 - (CGFloat)layoutTabStripAtMaxY:(CGFloat)maxY
49 width:(CGFloat)width
55 - (CGFloat)layoutToolbarAtMinX:(CGFloat)minX
56 maxY:(CGFloat)maxY
57 width:(CGFloat)width;
68 - (CGFloat)layoutBookmarkBarAtMinX:(CGFloat)min
    [all...]
styled_text_field_test_helper.h 11 CGFloat leftMargin_;
12 CGFloat rightMargin_;
14 @property(nonatomic, assign) CGFloat leftMargin;
15 @property(nonatomic, assign) CGFloat rightMargin;
animatable_image.h 32 CGFloat startOpacity_;
33 CGFloat endOpacity_;
36 CGFloat duration_;
41 @property(nonatomic) CGFloat startOpacity;
42 @property(nonatomic) CGFloat endOpacity;
43 @property(nonatomic) CGFloat duration;
info_bubble_view.h 13 const CGFloat kBubbleArrowHeight = 8.0;
14 const CGFloat kBubbleArrowWidth = 15.0;
15 const CGFloat kBubbleCornerRadius = 8.0;
16 const CGFloat kBubbleArrowXOffset = kBubbleArrowWidth + kBubbleCornerRadius;
view_resizer_pong.h 15 CGFloat height_;
17 @property(nonatomic) CGFloat height;
19 - (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
nsview_additions.h 14 - (CGFloat)cr_lineWidth;
animatable_view.h 40 - (CGFloat)height;
43 - (void)setHeight:(CGFloat)newHeight;
47 - (void)animateToNewHeight:(CGFloat)newHeight
styled_text_field.h 23 - (CGFloat)availableDecorationWidth;
styled_text_field_cell.h 44 - (CGFloat)baselineAdjust;
47 - (CGFloat)cornerRadius;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_constants.h 37 const CGFloat kBookmarkFolderButtonHeight = 24.0;
41 const CGFloat kBookmarkBarMenuCornerRadius = 4.0;
bookmark_bar_folder_view.h 16 CGFloat dropIndicatorPosition_; // y position
27 @property(readonly) CGFloat dropIndicatorPosition;
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_view.h 20 CGFloat dividerOpacity_;
23 @property(assign, nonatomic) CGFloat dividerOpacity;
  /external/webkit/Source/WebCore/platform/
FloatConversion.h 49 CGFloat narrowPrecisionToCGFloat(T);
52 inline CGFloat narrowPrecisionToCGFloat(double number)
54 return static_cast<CGFloat>(number);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
image_decoration.h 27 virtual CGFloat GetWidthForSpace(CGFloat width);
location_bar_decoration.h 37 virtual CGFloat GetWidthForSpace(CGFloat width);
77 static const CGFloat kOmittedWidth;
content_setting_decoration.h 37 virtual CGFloat GetWidthForSpace(CGFloat width);
57 CGFloat MeasureTextWidth();
68 CGFloat text_width_;
keyword_hint_decoration.h 29 virtual CGFloat GetWidthForSpace(CGFloat width);
selected_keyword_decoration.h 28 virtual CGFloat GetWidthForSpace(CGFloat width);
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 36 CGFloat lastXPos_;
39 CGFloat maxWidth_;
67 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
72 - (CGFloat)resizeDeltaX;
79 @property(nonatomic) CGFloat maxWidth;
extension_view_mac.h 60 static const CGFloat kMinWidth;
61 static const CGFloat kMinHeight;
62 static const CGFloat kMaxWidth;
63 static const CGFloat kMaxHeight;
  /external/webkit/Source/WebCore/platform/graphics/
DashArray.h 32 typedef Vector<CGFloat> DashArray;
  /external/webkit/Source/WebCore/platform/graphics/mac/
ColorMac.mm 55 CGFloat redComponent;
56 CGFloat greenComponent;
57 CGFloat blueComponent;
58 CGFloat alpha;
96 NSColor *result = [NSColor colorWithDeviceRed:static_cast<CGFloat>(color.red()) / 255
97 green:static_cast<CGFloat>(color.green()) / 255
98 blue:static_cast<CGFloat>(color.blue()) / 255
99 alpha:static_cast<CGFloat>(color.alpha()) / 255];
  /external/webkit/Source/WebKit/mac/WebView/
WebWindowAnimation.h 48 CGFloat _initialAlpha, _finalAlpha;
53 - (id)initWithDuration:(NSTimeInterval)duration window:(NSWindow *)window initialAlpha:(CGFloat)initialAlpha finalAlpha:(CGFloat)finalAlpha;
55 - (CGFloat)currentAlpha;

Completed in 683 milliseconds

1 2 3 4 5