Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodec_libbmp.h182 const BitmapInputFormat fInputFormat; variable
DSkCodec_libbmp.cpp557 , fInputFormat(inputFormat) in SkBmpCodec()
608 switch (fInputFormat) { in onGetPixels()
681 if (kOpaque_SkAlphaType == alphaType || kRLE_BitmapInputFormat == fInputFormat) { in createColorTable()