Lines Matching refs:pixmaps
65 * Update to add support for pixmaps with numChannel channels where each channel is
82 * If the SkColorType is supported for YUVA pixmaps this will return the number of YUVA channels
145 * the first numPlanes() entries in pixmaps array to point into that memory. The remaining
146 * entries of pixmaps are default initialized. Fails if this SkYUVAPixmapInfo not valid.
148 bool initPixmapsFromSingleAllocation(void* memory, SkPixmap pixmaps[kMaxPlanes]) const;
169 * allocating/freeing memory for pixmaps or use external memory.
178 /** Allocate space for pixmaps' pixels in the SkYUVAPixmaps. */
182 * Use storage in SkData as backing store for pixmaps' pixels. SkData is retained by the
194 * Use passed in memory as backing store for pixmaps' pixels. Caller must ensure memory remains
195 * allocated while pixmaps are in use. There must be at least
217 /** Does have initialized pixmaps compatible with its SkYUVAInfo. */