Home
last modified time | relevance | path

Searched refs:fillIndex (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/codec/
DSkCodecPriv.h123 const SkPMColor* colorPtr, uint8_t fillIndex, SkColorSpaceXform* colorXform, bool isRGBA) { in get_color_table_fill_value() argument
128 return colorPtr[fillIndex]; in get_color_table_fill_value()
130 return SkPixel32ToPixel16(colorPtr[fillIndex]); in get_color_table_fill_value()
134 uint32_t srcColor = colorPtr[fillIndex]; in get_color_table_fill_value()