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

  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 677 int neww = width; local
707 bitmap = createBitmap(neww, newh, newConfig, source.hasAlpha());
715 neww = Math.round(deviceR.width());
718 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig,
    [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 400 double neww = floor(w / succ_count); local
401 ECs[n1] += neww;
402 ECs[n2] += neww;
403 BlockInformation[F][NewBB] += neww;
407 ECs[e] -= neww;
    [all...]

Completed in 674 milliseconds