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

  /external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc 118 int intvalue; local
120 static_cast<void*>(&intvalue));
121 if (converted) *i = static_cast<int>(intvalue);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 264 int intvalue;
269 CFNumberGetValue (number, kCFNumberSInt32Type, &intvalue);
270 width = (Uint16) intvalue;
273 CFNumberGetValue (number, kCFNumberSInt32Type, &intvalue);
274 height = (Uint16) intvalue;
    [all...]

Completed in 109 milliseconds