Searched defs:SkImageInfo (Results 1 – 6 of 6) sorted by relevance
/external/skia/include/core/ |
D | SkImageInfo.h | 214 struct SK_API SkImageInfo { struct 255 static SkImageInfo Make(SkISize dimensions, const SkColorInfo& colorInfo) { in Make() argument 258 static SkImageInfo Make(SkISize dimensions, SkColorInfo&& colorInfo) { in Make() argument 363 static SkImageInfo MakeUnknown() { in MakeUnknown() argument 371 int width() const { return fDimensions.width(); } in width() 400 /** Returns if SkImageInfo describes an empty area of pixels by checking if either argument 408 alpha type, and color space as this SkImageInfo. argument 410 const SkColorInfo& colorInfo() const { return fColorInfo; } in colorInfo() 443 /** Creates SkImageInfo with the same SkColorType, SkColorSpace, and SkAlphaType, argument 450 SkImageInfo makeWH(int newWidth, int newHeight) const { in makeWH() argument [all …]
|
D | SkDrawable.h | 157 const SkImageInfo&) { in onSnapGpuDrawHandler()
|
D | SkImageGenerator.h | 125 virtual bool onGetPixels(const SkImageInfo&, void*, size_t, const Options&) { return false; } in onGetPixels()
|
/external/skia/src/codec/ |
D | SkIcoCodec.h | 59 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported()
|
/external/skia/include/codec/ |
D | SkCodec.h | 1048 virtual Result onStartScanlineDecode(const SkImageInfo& /*dstInfo*/, in onStartScanlineDecode() 1053 virtual Result onStartIncrementalDecode(const SkImageInfo& /*dstInfo*/, void*, size_t, in onStartIncrementalDecode()
|
/external/skia/src/core/ |
D | SkRecorder.cpp | 417 sk_sp<SkSurface> SkRecorder::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) { in onNewSurface()
|