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

  /frameworks/base/libs/rs/
rsContext.cpp 188 float oldR, oldG, oldB, oldA;
189 mStateFont.getFontColor(&oldR, &oldG, &oldB, &oldA);
202 mStateFont.setFontColor(oldR, oldG, oldB, oldA);
  /external/icu4c/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/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 438 Bool oldR = old_seg->hasR;
451 oldR, oldW, oldX, 0/*di_handle*/ );
    [all...]

Completed in 164 milliseconds