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

  /frameworks/rs/
rsContext.cpp 226 float oldR, oldG, oldB, oldA;
227 mStateFont.getFontColor(&oldR, &oldG, &oldB, &oldA);
240 mStateFont.setFontColor(oldR, oldG, oldB, oldA);
  /external/chromium_org/third_party/icu/source/common/
uresbund.c 413 UResourceDataEntry *oldR = NULL;
414 if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */
427 r = oldR;
    [all...]
  /external/icu4c/common/
uresbund.cpp 411 UResourceDataEntry *oldR = NULL;
412 if((oldR = (UResourceDataEntry *)uhash_get(cache, r)) == NULL) { /* if the data is not cached */
425 r = oldR;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 425 Bool oldR = old_seg->hasR;
438 oldR, oldW, oldX, 0/*di_handle*/ );
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 333 milliseconds