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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_images.h 54 const char *pixel_data; member in struct:SDLTest_SurfaceImage_s
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_images.h 54 const char *pixel_data; member in struct:SDLTest_SurfaceImage_s
  /prebuilts/misc/windows/sdl2/include/
SDL_test_images.h 54 const char *pixel_data; member in struct:SDLTest_SurfaceImage_s
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_images.h 54 const char *pixel_data; member in struct:SDLTest_SurfaceImage_s
  /bootable/recovery/minui/
mkfont.c 14 x = gimp_image.pixel_data;
  /external/ceres-solver/examples/
pgm_image.h 261 int pixel_data;
262 bool res = GetIgnoreComment(&inputfile, pixel_data);
266 data_[i] = pixel_data;
283 unsigned char pixel_data = inputfile.get();
287 data_[i] = pixel_data;
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
httpclient.py 89 pixel_data = list(im.getdata())
90 random.shuffle(pixel_data)
93 scrambled_image.putdata(pixel_data)
  /external/v8/test/cctest/
test-api.cc 15611 const char* pixel_data = local
    [all...]

Completed in 186 milliseconds