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

  /external/chromium_org/third_party/skia/tests/
ImageDecodingTest.cpp 628 SkColorType requestedColorType = opts.fRequestedColorType;
631 || (bm.colorType() == requestedColorType));
  /external/skia/tests/
ImageDecodingTest.cpp 630 SkColorType requestedColorType = opts.fRequestedColorType;
633 || (bm.colorType() == requestedColorType));

Completed in 443 milliseconds