Searched refs:SkPixmapPriv (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/src/codec/ |
D | SkCodecImageGenerator.cpp | 34 info = SkPixmapPriv::SwapWidthHeight(info); in adjust_info() 64 return SkPixmapPriv::Orient(dst, fCodec->getOrigin(), decode); in getPixels()
|
/third_party/skia/src/ports/ |
D | SkImageGeneratorCG.cpp | 96 info = SkPixmapPriv::SwapWidthHeight(info); in MakeFromEncodedCG() 156 return SkPixmapPriv::Orient(dst, fOrigin, decode); in onGetPixels()
|
/third_party/skia/src/core/ |
D | SkPixmapPriv.h | 15 class SkPixmapPriv {
|
D | SkBitmap.cpp | 190 SkPixmapPriv::ResetPixmapKeepInfo(&fPixmap, p, rowBytes); in setPixelRef() 199 SkPixmapPriv::ResetPixmapKeepInfo(&fPixmap, p, rb); in setPixels()
|
D | SkPixmap.cpp | 602 bool SkPixmapPriv::Orient(const SkPixmap& dst, const SkPixmap& src, SkEncodedOrigin origin) { in Orient() 628 SkImageInfo SkPixmapPriv::SwapWidthHeight(const SkImageInfo& info) { in SwapWidthHeight()
|
D | BUILD.bazel | 253 "SkPixmapPriv.h",
|
/third_party/skia/bench/ |
D | ReadPixBench.cpp | 93 SkPixmapPriv::Orient(dst, src, kTopRight_SkEncodedOrigin); in onDraw()
|
/third_party/skia/include/core/ |
D | SkPixmap.h | 717 friend class SkPixmapPriv; variable
|
/third_party/skia/src/android/ |
D | SkAnimatedImage.cpp | 83 fDecodeInfo = SkPixmapPriv::SwapWidthHeight(fDecodeInfo); in SkAnimatedImage()
|
/third_party/skia/site/docs/user/release/ |
D | release_notes.md | 172 Replace SkPixmapPriv::ShouldSwapWidthHeight with
|
/third_party/skia/ |
D | RELEASE_NOTES.txt | 229 Replace SkPixmapPriv::ShouldSwapWidthHeight with
|