HomeSort by relevance Sort by last modified time
    Searched defs:NSSize (Results 1 - 7 of 7) sorted by null

  /external/clang/test/PCH/
cxx-implicit-moves.cpp 9 struct NSSize {
13 typedef struct NSSize NSSize;
15 static inline NSSize NSMakeSize(double w, double h) {
16 NSSize s = { w, h };
21 NSSize s = NSMakeSize(v1, v2);
  /external/clang/test/Sema/
init-struct-qualified.c 5 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize;
6 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect;
10 extern NSSize canvasSize();
  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.h 40 typedef struct CGSize NSSize;
42 typedef struct _NSSize NSSize;
99 explicit FloatSize(const NSSize &); // don't do this implicitly since it's lossy
100 operator NSSize() const;
IntSize.h 35 typedef struct CGSize NSSize;
37 typedef struct _NSSize NSSize;
118 explicit IntSize(const NSSize &); // don't do this implicitly since it's lossy
119 operator NSSize() const;
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 235 milliseconds