Searched defs:SkImageInfo (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/skia/include/core/ |
H A 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 …]
|
H A D | SkDrawable.h | 157 const SkImageInfo&) { in onSnapGpuDrawHandler()
|
H A D | SkImageGenerator.h | 125 virtual bool onGetPixels(const SkImageInfo&, void*, size_t, const Options&) { return false; } in onGetPixels()
|
/aosp_15_r20/external/skia/include/codec/ |
H A D | SkCodec.h | 1007 virtual Result onStartScanlineDecode(const SkImageInfo& /*dstInfo*/, in onStartScanlineDecode() 1012 virtual Result onStartIncrementalDecode(const SkImageInfo& /*dstInfo*/, void*, size_t, in onStartIncrementalDecode()
|
/aosp_15_r20/external/skia/src/codec/ |
H A D | SkIcoCodec.h | 59 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported()
|
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/ |
H A D | SkiaPipelineTests.cpp | 222 sk_sp<SkSurface> onNewSurface(const SkImageInfo&) override { return nullptr; } in onNewSurface()
|
H A D | RenderNodeDrawableTests.cpp | 474 sk_sp<SkSurface> onNewSurface(const SkImageInfo&) override { return nullptr; } in RENDERTHREAD_TEST() 1250 sk_sp<SkSurface> onNewSurface(const SkImageInfo&) override { return nullptr; } in RENDERTHREAD_TEST()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRecorder.cpp | 417 sk_sp<SkSurface> SkRecorder::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) { in onNewSurface()
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | RecordingCanvas.cpp | 1082 sk_sp<SkSurface> RecordingCanvas::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) { in onNewSurface()
|