/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
t_dd_vb.c | 289 #define GET_COLOR(ptr, idx) ((ptr)->data[idx]) 304 GET_COLOR(VB->BackfaceColorPtr, dst), 305 GET_COLOR(VB->BackfaceColorPtr, out), 306 GET_COLOR(VB->BackfaceColorPtr, in) ); 310 GET_COLOR(VB->BackfaceSecondaryColorPtr, dst), 311 GET_COLOR(VB->BackfaceSecondaryColorPtr, out), 312 GET_COLOR(VB->BackfaceSecondaryColorPtr, in) ); 330 COPY_4FV( GET_COLOR(VB->BackfaceColorPtr, dst), 331 GET_COLOR(VB->BackfaceColorPtr, src) ); 334 COPY_4FV( GET_COLOR(VB->BackfaceSecondaryColorPtr, dst) [all...] |
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_vb.c | 289 #define GET_COLOR(ptr, idx) ((ptr)->data[idx]) 304 GET_COLOR(VB->BackfaceColorPtr, dst), 305 GET_COLOR(VB->BackfaceColorPtr, out), 306 GET_COLOR(VB->BackfaceColorPtr, in) ); 310 GET_COLOR(VB->BackfaceSecondaryColorPtr, dst), 311 GET_COLOR(VB->BackfaceSecondaryColorPtr, out), 312 GET_COLOR(VB->BackfaceSecondaryColorPtr, in) ); 330 COPY_4FV( GET_COLOR(VB->BackfaceColorPtr, dst), 331 GET_COLOR(VB->BackfaceColorPtr, src) ); 334 COPY_4FV( GET_COLOR(VB->BackfaceSecondaryColorPtr, dst) [all...] |
/external/chromium_org/ui/views/ |
background.cc | 28 canvas->DrawColor(get_color());
|
background.h | 90 SkColor get_color() const { return color_; } function in class:views::Background
|
/external/chromium/chrome/browser/ui/views/infobars/ |
link_infobar.cc | 59 background()->get_color());
|
confirm_infobar.cc | 86 link_ = CreateLink(link_text, this, background()->get_color());
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
infolist_window_view.cc | 151 background()->get_color() : 196 caption_label->SetBackgroundColor(caption_label->background()->get_color());
|
candidate_window_view.cc | 141 wrapped_shortcut_label->background()->get_color()); 316 label_->SetBackgroundColor(contents->background()->get_color()); 537 background()->get_color() : [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
fullscreen_exit_bubble_views.cc | 166 link_->SetBackgroundColor(background()->get_color()); 167 message_label_->SetBackgroundColor(background()->get_color()); 168 mouse_lock_exit_instruction_->SetBackgroundColor(background()->get_color());
|
sad_tab_view.cc | 268 label->SetBackgroundColor(background()->get_color()); 275 link->SetBackgroundColor(background()->get_color());
|
/external/chromium/chrome/browser/chromeos/login/ |
rounded_rect_painter.cc | 209 paint.setColor(get_color());
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 85 label->SetBackgroundColor(background()->get_color()); 99 link->SetBackgroundColor(background()->get_color());
|
/frameworks/base/tools/aapt/ |
Images.cpp | 378 static uint32_t get_color( function 427 static uint32_t get_color(image_info* image, int hpatch, int vpatch) function 438 const uint32_t c = get_color(image->rows, left, top, right, bottom); 653 c = get_color(image->rows, left, top, right - 1, bottom - 1); [all...] |
/external/chromium_org/chrome/browser/ui/views/download/ |
download_shelf_view.cc | 342 show_all_view_->SetBackgroundColor(background()->get_color());
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
gml.php | 241 'message_position','message_size','show_menu','show_menu_pos','get_color','get_open_filename', [all...] |
/frameworks/compile/slang/ |
README.rst | 230 public Short4 get_color(int index)
|
README.html | 511 public Short4 get_color(int index)
|