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

  /external/skia/tests/
WritePixelsTest.cpp 82 static uint32_t get_bitmap_color(int x, int y, int w, SkColorType ct, SkAlphaType at) { function
237 uint32_t bmpColor8888 = get_bitmap_color(bx, by, bitmap.width(),
303 *bm->getAddr32(x, y) = get_bitmap_color(x, y, w, ct, at);
  /external/skqp/tests/
WritePixelsTest.cpp 82 static uint32_t get_bitmap_color(int x, int y, int w, SkColorType ct, SkAlphaType at) { function
237 uint32_t bmpColor8888 = get_bitmap_color(bx, by, bitmap.width(),
303 *bm->getAddr32(x, y) = get_bitmap_color(x, y, w, ct, at);

Completed in 61 milliseconds