Home
last modified time | relevance | path

Searched defs:SkImageInfo (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkImageInfo.h214 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 …]
DSkDrawable.h157 const SkImageInfo&) { in onSnapGpuDrawHandler()
DSkImageGenerator.h125 virtual bool onGetPixels(const SkImageInfo&, void*, size_t, const Options&) { return false; } in onGetPixels()
/external/skia/src/codec/
DSkIcoCodec.h59 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported()
/external/skia/include/codec/
DSkCodec.h1048 virtual Result onStartScanlineDecode(const SkImageInfo& /*dstInfo*/, in onStartScanlineDecode()
1053 virtual Result onStartIncrementalDecode(const SkImageInfo& /*dstInfo*/, void*, size_t, in onStartIncrementalDecode()
/external/skia/src/core/
DSkRecorder.cpp417 sk_sp<SkSurface> SkRecorder::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) { in onNewSurface()