HomeSort by relevance Sort by last modified time
    Searched refs:NSMakeSize (Results 1 - 4 of 4) sorted by null

  /external/clang/test/PCH/
cxx-implicit-moves.cpp 15 static inline NSSize NSMakeSize(double w, double h) {
21 NSSize s = NSMakeSize(v1, v2);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FloatSizeMac.mm 40 return NSMakeSize(m_width, m_height);
IntSizeMac.mm 39 return NSMakeSize(m_width, m_height);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 63 img = [ [ [ NSImage alloc ] initWithSize: NSMakeSize(w, h) ] autorelease ];
75 [ img setSize: NSMakeSize(16, 16) ];
471 img = [ [ [ NSImage alloc ] initWithSize: NSMakeSize(icon->w, icon->h) ] autorelease ];

Completed in 355 milliseconds