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

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
BookmarkUtils.java 50 * @param rValue Red component of the dominant favicon color.
56 Bitmap favicon, int rValue, int gValue, int bValue) {
60 i.putExtra(Intent.EXTRA_SHORTCUT_ICON, createIcon(context, favicon, rValue,
71 * @param rValue Red component of the dominant favicon color.
77 Bitmap favicon, int rValue, int gValue, int bValue) {
80 context, shortcutIntent, title, favicon, rValue, gValue, bValue);
100 * @param rValue Red component of the dominant favicon color.
105 private static Bitmap createIcon(Context context, Bitmap favicon, int rValue,
116 rValue = gValue = bValue = DEFAULT_RGB_VALUE;
123 Color.rgb(rValue, gValue, bValue))
    [all...]
ChromeBrowserProvider.java     [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 60 bool getValue(const char* name, unsigned long& rValue) const;
61 bool getValue(const char* name, unsigned short & rValue) const;
438 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const
446 rValue = static_cast<unsigned long>(pParam->numValue());
462 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const
470 rValue = static_cast<unsigned short>(pParam->numValue());
  /external/libnfc-nci/src/adaptation/
config.cpp 60 bool getValue(const char* name, unsigned long& rValue) const;
61 bool getValue(const char* name, unsigned short & rValue) const;
438 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const
446 rValue = static_cast<unsigned long>(pParam->numValue());
462 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const
470 rValue = static_cast<unsigned short>(pParam->numValue());
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 401 uint8_t rValue;
404 yuv2rgb(yValue, uValue, vValue, &rValue, &gValue, &bValue);
406 fprintf(fp, "%d %d %d\n", (int32_t)rValue, (int32_t)gValue, (int32_t)bValue);
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 241 double rValue; /* Constraint value. */
910 bRes = p->rValue<cell_min;
914 bRes = p->rValue>cell_max;
918 bRes = (p->rValue>cell_max || p->rValue<cell_min);
960 case RTREE_LE: res = (coord<=p->rValue); break;
961 case RTREE_LT: res = (coord<p->rValue); break;
962 case RTREE_GE: res = (coord>=p->rValue); break;
963 case RTREE_GT: res = (coord>p->rValue); break;
964 case RTREE_EQ: res = (coord==p->rValue); break
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c     [all...]
vdbe.c 252 double rValue;
256 if( sqlite3AtoF(pRec->z, &rValue, pRec->n, enc)==0 ) return;
261 pRec->r = rValue;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 455 milliseconds