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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap.java 151 int newh = height; local
164 newh = Math.round(deviceR.height());
166 Canvas canvas = new Canvas(neww, newh);
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 414 int newh = height; local
423 bitmap = createBitmap(neww, newh,
434 newh = Math.round(deviceR.height());
435 bitmap = createBitmap(neww, newh, hasAlpha ? Config.ARGB_8888 : Config.RGB_565);
    [all...]
  /external/wpa_supplicant/
radius_client.c 114 struct radius_rx_handler **handlers, *newh; local
125 newh = os_realloc(*handlers,
127 if (newh == NULL)
130 newh[*num].handler = handler;
131 newh[*num].data = data;
133 *handlers = newh;
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c 115 struct radius_rx_handler **handlers, *newh; local
126 newh = os_realloc(*handlers,
128 if (newh == NULL)
131 newh[*num].handler = handler;
132 newh[*num].data = data;
134 *handlers = newh;
    [all...]

Completed in 76 milliseconds