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

  /external/skia/src/android/
SkBitmapRegionCanvas.h 39 bool conversionSupported(SkColorType colorType) override;
SkBitmapRegionCodec.h 27 bool conversionSupported(SkColorType colorType) override;
SkBitmapRegionCanvas.cpp 129 bool SkBitmapRegionCanvas::conversionSupported(SkColorType colorType) {
SkBitmapRegionCodec.cpp 147 bool SkBitmapRegionCodec::conversionSupported(SkColorType colorType) {
  /external/skia/include/android/
SkBitmapRegionDecoder.h 69 virtual bool conversionSupported(SkColorType colorType) = 0;
  /external/skia/dm/
DMSrcSink.cpp 117 if (!brd->conversionSupported(colorType)) {
    [all...]

Completed in 688 milliseconds