Searched refs:encodeColorTable (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/image/gif/ |
D | writer.go | 160 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)
|
D | writer_test.go | 549 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 {
|