Searched defs:tab_pos (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c128 const int tab_pos = v >> (kGammaTabFix + 2); // integer part local
130 const int v0 = kLinearToGammaTab[tab_pos];
131 const int v1 = kLinearToGammaTab[tab_pos + 1];
/external/webp/src/enc/
H A Dpicture_csp.c128 const int tab_pos = v >> (kGammaTabFix + 2); // integer part local
130 const int v0 = kLinearToGammaTab[tab_pos];
131 const int v1 = kLinearToGammaTab[tab_pos + 1];
/external/chromium_org/ui/views/controls/menu/
H A Dnative_menu_win.cc241 base::string16::size_type tab_pos = label.find(L'\t'); local
242 if (tab_pos != base::string16::npos) {
243 accel = label.substr(tab_pos);
244 label = label.substr(0, tab_pos);

Completed in 67 milliseconds