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

  /external/skia/src/codec/
SkMasks.cpp 61 static uint8_t get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, function
72 return get_comp(pixel, fRed.mask, fRed.shift, fRed.size);
75 return get_comp(pixel, fGreen.mask, fGreen.shift, fGreen.size);
78 return get_comp(pixel, fBlue.mask, fBlue.shift, fBlue.size);
81 return get_comp(pixel, fAlpha.mask, fAlpha.shift, fAlpha.size);
  /external/squashfs-tools/squashfs-tools/
action.c 1597 static char *get_comp(char **pathname) function
    [all...]

Completed in 74 milliseconds