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

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 101 int center_width = width() - tab_image->l_width - tab_image->r_width;
157 offset + width() - tab_image->r_width, 0,
158 tab_image->r_width, image_height);
161 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, y_base);
170 width() - tab_image->l_width - tab_image->r_width,
176 width() - tab_image->l_width - tab_image->r_width, image_height);
177 canvas->DrawBitmapInt(*tab_image->image_r, width() - tab_image->r_width,
275 tab_active.r_width = tab_active.image_r->width();
281 tab_inactive.r_width = tab_inactive.image_r->width();
touch_tab.h 85 int r_width; member in struct:TouchTab::TouchTabImage
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 489 offset + width() - tab_image->r_width, bg_offset_y,
490 tab_image->r_width, height());
506 width() - tab_image->l_width - tab_image->r_width,
526 tab_inactive_image->r_width,
529 width() - tab_inactive_image->r_width, 0);
551 offset + width() - tab_image->r_width, 0, tab_image->r_width, height());
554 canvas->DrawBitmapInt(theme_r, width() - tab_image->r_width, 0);
563 width() - tab_image->l_width - tab_image->r_width,
569 width() - tab_image->l_width - tab_image->r_width, height())
    [all...]
tab.h 122 int r_width; member in struct:Tab::TabImage
  /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/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 491 tab_active_.r_width = tab_active_.image_r->width();
497 tab_inactive_.r_width = tab_inactive_.image_r->width();
    [all...]
tab_renderer_gtk.h 290 int r_width; member in struct:TabRendererGtk::TabImage
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 275 final float r_width = 1.0f / (right - left); local
278 final float x = 2.0f * (r_width);
281 final float tx = -(right + left) * r_width;
333 final float r_width = 1.0f / (right - left); local
336 final float x = 2.0f * (near * r_width);
338 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 732 milliseconds