Searched refs:SkReadPixelsRec (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/image/ |
D | SkReadPixelsRec.h | 17 struct SkReadPixelsRec { struct 18 SkReadPixelsRec(const SkImageInfo& info, void* pixels, size_t rowBytes, int x, int y) in SkReadPixelsRec() argument 26 SkReadPixelsRec(const SkPixmap& pm, int x, int y) in SkReadPixelsRec() argument
|
D | BUILD.bazel | 304 hdrs = ["SkReadPixelsRec.h"],
|
/external/skia/src/core/ |
D | SkImageInfo.cpp | 137 bool SkReadPixelsRec::trim(int srcWidth, int srcHeight) { in trim()
|
D | SkPixmap.cpp | 166 SkReadPixelsRec rec(dstInfo, dstPixels, dstRB, x, y); in readPixels()
|
/external/skia/gn/ |
D | core.gni | 446 "$_src/image/SkReadPixelsRec.h",
|