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

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.h 85 int r_width; member in struct:TouchTab::TouchTabImage
  /external/chromium/chrome/browser/ui/views/tabs/
tab.h 122 int r_width; member in struct:Tab::TabImage
  /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/chrome/browser/ui/views/bubble/
bubble_border.cc 206 const int r_width = right_->width(); local
218 const int right = view.width() - insets.right() + r_width;
300 right - r_width + kArrowInteriorHeight,
308 right - r_width,
314 canvas->TileImageInt(*right_, right - r_width, top + tr_height, r_width,
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 347 int r_width; member in struct:Tab::TabImage
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 290 int r_width; member in struct:TabRendererGtk::TabImage
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 282 final float r_width = 1.0f / (right - left); local
285 final float x = 2.0f * (r_width);
288 final float tx = -(right + left) * r_width;
341 final float r_width = 1.0f / (right - left); local
344 final float x = 2.0f * (near * r_width);
346 final float A = (right + left) * r_width;
  /frameworks/native/opengl/libagl/
matrix.cpp 825 const GLfloat r_width = reciprocalf(right - left); local
828 const GLfloat x = mul2f(zNear * r_width);
830 const GLfloat A = mul2f((right + left) * r_width);
865 const GLfloat r_width = reciprocalf(right - left); local
868 const GLfloat x = mul2f(r_width);
871 const GLfloat tx = -(right + left) * r_width;

Completed in 3081 milliseconds