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

  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 193 const float r_width = 1.0f / (right - left); local
196 const float x = 2.0f * (near * r_width);
198 const float A = (right + left) * r_width;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 360 int r_width; member in struct:Tab::TabImage

Completed in 229 milliseconds