HomeSort by relevance Sort by last modified time
    Searched refs:fPixelFormat (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkBitmapTransformer.h 52 fBitmap(bitmap), fPixelFormat(pixelFormat) {}
55 * Returns true iff we can convert between fBitmap and fPixelFormat.
101 const PixelFormat fPixelFormat;
SkBitmapTransformer.cpp 17 switch(fPixelFormat) {
22 SkDEBUGF(("PixelFormat %d not supported\n", fPixelFormat));

Completed in 98 milliseconds