Searched defs:is_trans (Results 1 – 3 of 3) sorted by relevance
24 def update_deps(key, proto_filename, deps, deps_external, is_trans, visited): argument
171 int is_trans = 1; in gif_crop_translucent() local186 int is_trans = 1; in gif_crop_translucent() local200 int is_trans = 1; in gif_crop_translucent() local214 int is_trans = 1; in gif_crop_translucent() local
26 int InitMatrix(Matrix *matrix, int batch, int row, int col, bool is_trans) { in InitMatrix()