Home | History | Annotate | Download | only in utils

Lines Matching full:pixelformat

16  * into the appropriate PixelFormat.
22 * - use existing SkCanvas::Config8888 enum instead of new PixelFormat enum
35 enum PixelFormat {
46 * the given bitmap and a pixel buffer with given pixelFormat.
49 * bitmap/pixelFormat combination is supported!
51 SkBitmapTransformer(const SkBitmap& bitmap, PixelFormat pixelFormat) :
52 fBitmap(bitmap), fPixelFormat(pixelFormat) {}
66 * bitmap's pixels if converted to pixelFormat.
69 // This is hard-coded for the single supported PixelFormat.
75 * if converted to pixelFormat, ASSUMING that it is written
85 * pixelFormat. Returns true if successful.
101 const PixelFormat fPixelFormat;