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

  /packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java 272 int awidth = mNavButtons.getMeasuredWidth(); local
273 Animator anim1 = ObjectAnimator.ofFloat(mNavButtons, View.TRANSLATION_X, 0, - awidth);
297 int awidth = mNavButtons.getMeasuredWidth(); local
299 View.TRANSLATION_X, -awidth, 0);
301 awidth);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
planarfunctions_unittest.cc 196 int awidth = (width + 1) & ~1; local
198 uint8* image_pointer = new uint8[2 * height * awidth + kAlignment];
204 for (int i = 0; i < awidth; i += 2, current_yuv_pointer += 4) {
229 for (int i = 0; i < awidth; i += 2, current_yuv_pointer += 4) {
267 int awidth = (width + 1) & ~1; local
269 uint8* image_pointer = new uint8[(height / 2) * awidth * 2 +
283 for (int i = 0; i < awidth; i += 2, current_yuy2_pointer += 4) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 195 int awidth = (width + 1) & ~1; local
196 int size = awidth * 2 * height;
201 for (int x = 0; x < awidth; x += 2) {
265 int awidth = (width + 1) & ~1; local
272 const uint8* quad1 = start + (y * awidth + x) * 2;
278 const uint8* quad2 = quad1 + awidth * 2;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 2602 int32_t apos = 0, awidth = 0; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 2625 int32_t apos = 0, awidth = 0; local
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]

Completed in 454 milliseconds