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

  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 538 double outY = x * m12() + y * m22() + z * m32() + m42();
543 outY /= w;
546 return FloatPoint(static_cast<float>(outX), static_cast<float>(outY));
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]

Completed in 868 milliseconds