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

  /external/chromium_org/chrome/browser/ui/cocoa/
sprite_view.mm 110 NSMutableArray* xOffsets = [NSMutableArray arrayWithCapacity:spriteCount];
112 [xOffsets addObject:@(i * unitWidth)];
116 [animation setValues:xOffsets];
119 [animation setDuration:kFrameDuration * [xOffsets count]];
  /external/chromium_org/cc/resources/
picture_layer_tiling_perftest.cc 94 int xoffsets[] = {10, 0, -10, 0}; local
105 viewport_rect = gfx::Rect(viewport_rect.x() + xoffsets[offsetIndex],
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]

Completed in 367 milliseconds