Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libgifcodec/
DSkGifImageReader.h226 void setTransparentPixel(int pixel) { m_transparentPixel = pixel; } in setTransparentPixel() function
DSkGifImageReader.cpp638 currentFrame->setTransparentPixel(currentComponent[3]); in parse()