Home
last modified time | relevance | path

Searched refs:Orient (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/core/
H A DSkPixmapPriv.h21 static bool Orient(const SkPixmap& dst, const SkPixmap& src, SkEncodedOrigin);
36 static bool Orient(const SkPixmap& dst, SkEncodedOrigin origin, Fn&& decode) { in Orient() function in SkPixmapPriv
53 return Orient(dst, *tmp, origin); in Orient()
H A DSkPixmap.cpp602 bool SkPixmapPriv::Orient(const SkPixmap& dst, const SkPixmap& src, SkEncodedOrigin origin) { in Orient() function in SkPixmapPriv
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp64 return SkPixmapPriv::Orient(dst, fCodec->getOrigin(), decode); in getPixels()
/third_party/skia/src/ports/
H A DSkImageGeneratorCG.cpp156 return SkPixmapPriv::Orient(dst, fOrigin, decode); in onGetPixels()
/third_party/skia/bench/
H A DReadPixBench.cpp93 SkPixmapPriv::Orient(dst, src, kTopRight_SkEncodedOrigin);

Completed in 3 milliseconds