Home
last modified time | relevance | path

Searched refs:requestedInfo (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/android/
H A DSkAnimatedImage.cpp23 const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) { in Make()
28 if (!requestedInfo.bounds().contains(cropRect)) { in Make()
32 auto image = sk_sp<SkAnimatedImage>(new SkAnimatedImage(std::move(codec), requestedInfo, in Make()
57 const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) in SkAnimatedImage()
59 , fDecodeInfo(requestedInfo) in SkAnimatedImage()
68 auto scaledSize = requestedInfo.dimensions(); in SkAnimatedImage()
22 Make(std::unique_ptr<SkAndroidCodec> codec, const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) Make() argument
56 SkAnimatedImage(std::unique_ptr<SkAndroidCodec> codec, const SkImageInfo& requestedInfo, SkIRect cropRect, sk_sp<SkPicture> postProcess) SkAnimatedImage() argument
/third_party/skia/src/core/
H A DSkBitmap.cpp252 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, size_t rowBytes) { in tryAllocPixels() argument
253 if (!this->setInfo(requestedInfo, rowBytes)) { in tryAllocPixels()
277 bool SkBitmap::tryAllocPixelsFlags(const SkImageInfo& requestedInfo, uint32_t allocFlags) { in tryAllocPixelsFlags() argument
278 if (!this->setInfo(requestedInfo)) { in tryAllocPixelsFlags()
304 bool SkBitmap::installPixels(const SkImageInfo& requestedInfo, void* pixels, size_t rb, in installPixels() argument
306 if (!this->setInfo(requestedInfo, rb)) { in installPixels()
/third_party/skia/tests/
H A DSurfaceTest.cpp47 SkImageInfo* requestedInfo = nullptr) { in create_surface()
49 if (requestedInfo) { in create_surface()
50 *requestedInfo = info; in create_surface()
55 SkImageInfo* requestedInfo = nullptr) { in create_direct_surface()
57 if (requestedInfo) { in create_direct_surface()
58 *requestedInfo = info; in create_direct_surface()
68 SkImageInfo* requestedInfo = nullptr) { in create_gpu_surface()
70 if (requestedInfo) { in create_gpu_surface()
71 *requestedInfo = info; in create_gpu_surface()
77 SkImageInfo* requestedInfo in create_gpu_scratch_surface()
[all...]
/third_party/skia/include/android/
H A DSkAnimatedImage.h156 SkAnimatedImage(std::unique_ptr<SkAndroidCodec>, const SkImageInfo& requestedInfo,

Completed in 4 milliseconds