Searched refs:onGetFillValue (Results 1 – 7 of 7) sorted by relevance
580 return this->onGetFillValue(colorType); in getFillValue()593 virtual uint32_t onGetFillValue(SkColorType /*colorType*/) const { in onGetFillValue() function
34 uint32_t onGetFillValue(SkColorType) const override;
60 uint32_t onGetFillValue(SkColorType) const override; in onGetFillValue() function
322 uint32_t SkBmpStandardCodec::onGetFillValue(SkColorType colorType) const { in onGetFillValue() function in SkBmpStandardCodec327 return INHERITED::onGetFillValue(colorType); in onGetFillValue()
68 uint32_t onGetFillValue(SkColorType) const override;
517 uint32_t SkGifCodec::onGetFillValue(SkColorType colorType) const { function in SkGifCodec560 uint32_t fillValue = this->onGetFillValue(this->dstInfo().colorType());
532 uint32_t SkPngCodec::onGetFillValue(SkColorType colorType) const { in onGetFillValue() function in SkPngCodec537 return INHERITED::onGetFillValue(colorType); in onGetFillValue()