Searched refs:get_comp (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/codec/ |
D | SkMasks.cpp | 61 static uint8_t get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, in get_comp() function 72 return get_comp(pixel, fRed.mask, fRed.shift, fRed.size); in getRed() 75 return get_comp(pixel, fGreen.mask, fGreen.shift, fGreen.size); in getGreen() 78 return get_comp(pixel, fBlue.mask, fBlue.shift, fBlue.size); in getBlue() 81 return get_comp(pixel, fAlpha.mask, fAlpha.shift, fAlpha.size); in getAlpha()
|
/external/skqp/src/codec/ |
D | SkMasks.cpp | 61 static uint8_t get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, in get_comp() function 72 return get_comp(pixel, fRed.mask, fRed.shift, fRed.size); in getRed() 75 return get_comp(pixel, fGreen.mask, fGreen.shift, fGreen.size); in getGreen() 78 return get_comp(pixel, fBlue.mask, fBlue.shift, fBlue.size); in getBlue() 81 return get_comp(pixel, fAlpha.mask, fAlpha.shift, fAlpha.size); in getAlpha()
|
/external/squashfs-tools/squashfs-tools/ |
D | action.c | 1597 static char *get_comp(char **pathname) in get_comp() function 1650 for(comp = get_comp(&pathname); comp; free(comp), in eval_move() 1651 comp = get_comp(&pathname)) { in eval_move() 1680 char *remainder = get_comp(&pathname); in eval_move() 2694 for(comp = get_comp(&path); comp; free(comp), comp = get_comp(&path)) { in follow_path() 2736 comp = get_comp(&path); in follow_path()
|