Searched defs:get_color (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp265 static uint32_t get_color( function
314 static uint32_t get_color(image_info* image, int hpatch, int vpatch) function
325 const uint32_t c = get_color(image->rows, left, top, right, bottom);
518 c = get_color(image->rows, left, top, right - 1, bottom - 1);

Completed in 22 milliseconds