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

  /external/chromium_org/third_party/skia/include/images/
SkDecodingImageGenerator.h 38 * @param fRequestedColorType If not given, then use whichever
53 , fRequestedColorType()
59 , fRequestedColorType()
65 , fRequestedColorType(colorType)
72 , fRequestedColorType(colorType)
77 const SkColorType fRequestedColorType;
  /external/skia/include/images/
SkDecodingImageGenerator.h 38 * @param fRequestedColorType If not given, then use whichever
53 , fRequestedColorType()
59 , fRequestedColorType()
65 , fRequestedColorType(colorType)
72 , fRequestedColorType(colorType)
77 const SkColorType fRequestedColorType;
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 238 if (opts.fUseRequestedColorType && (opts.fRequestedColorType != info.colorType())) {
239 if (!bitmap.canCopyTo(opts.fRequestedColorType)) {
240 SkASSERT(bitmap.colorType() != opts.fRequestedColorType);
243 info.fColorType = opts.fRequestedColorType;
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 238 if (opts.fUseRequestedColorType && (opts.fRequestedColorType != info.colorType())) {
239 if (!bitmap.canCopyTo(opts.fRequestedColorType)) {
240 SkASSERT(bitmap.colorType() != opts.fRequestedColorType);
243 info.fColorType = opts.fRequestedColorType;
  /external/chromium_org/third_party/skia/tests/
ImageDecodingTest.cpp 557 return SkColorType_to_string(opts.fRequestedColorType);
598 && (kARGB_4444_SkColorType == opts.fRequestedColorType)) {
630 SkColorType requestedColorType = opts.fRequestedColorType;
  /external/skia/tests/
ImageDecodingTest.cpp 557 return SkColorType_to_string(opts.fRequestedColorType);
598 && (kARGB_4444_SkColorType == opts.fRequestedColorType)) {
630 SkColorType requestedColorType = opts.fRequestedColorType;

Completed in 354 milliseconds