Searched refs:sk_select_xform_format (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/codec/ |
D | SkCodecPriv.h | 25 bool sk_select_xform_format(SkColorType colorType, bool forColorTable,
|
D | SkCodec.cpp | 588 bool sk_select_xform_format(SkColorType colorType, bool forColorTable, in sk_select_xform_format() function 649 if (!sk_select_xform_format(dstInfo.colorType(), fXformTime == kPalette_XformTime, in initializeColorXform()
|
D | SkRawCodec.cpp | 717 if (!sk_select_xform_format(dstInfo.colorType(), false, &dstFormat)) { in onGetPixels()
|
/external/skqp/src/codec/ |
D | SkCodecPriv.h | 25 bool sk_select_xform_format(SkColorType colorType, bool forColorTable,
|
D | SkCodec.cpp | 588 bool sk_select_xform_format(SkColorType colorType, bool forColorTable, in sk_select_xform_format() function 649 if (!sk_select_xform_format(dstInfo.colorType(), fXformTime == kPalette_XformTime, in initializeColorXform()
|
D | SkRawCodec.cpp | 717 if (!sk_select_xform_format(dstInfo.colorType(), false, &dstFormat)) { in onGetPixels()
|