Home
last modified time | relevance | path

Searched refs:SwapWidthHeight (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkPixmapPriv.h23 static SkImageInfo SwapWidthHeight(const SkImageInfo& info);
42 info = SwapWidthHeight(info); in Orient()
DSkPixmap.cpp628 SkImageInfo SkPixmapPriv::SwapWidthHeight(const SkImageInfo& info) { in SwapWidthHeight() function in SkPixmapPriv
/third_party/skia/src/codec/
DSkCodecImageGenerator.cpp34 info = SkPixmapPriv::SwapWidthHeight(info); in adjust_info()
/third_party/skia/src/ports/
DSkImageGeneratorCG.cpp96 info = SkPixmapPriv::SwapWidthHeight(info); in MakeFromEncodedCG()
/third_party/skia/src/android/
DSkAnimatedImage.cpp83 fDecodeInfo = SkPixmapPriv::SwapWidthHeight(fDecodeInfo); in SkAnimatedImage()