Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/image/gif/
Dwriter.go160 e.globalCT, err = encodeColorTable(e.globalColorTable[:], p, paddedSize)
194 func encodeColorTable(dst []byte, p color.Palette, size int) (int, error) { func
300 ct, err := encodeColorTable(e.localColorTable[:], pm.Palette, paddedSize)
Dwriter_test.go549 if l, err := encodeColorTable(e.globalColorTable[:], global, padded); err != nil || l != testLen {
552 if l, err := encodeColorTable(e.localColorTable[:], local, padded); err != nil || l != testLen {