| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | RenderbufferImpl.h | 101 GLint srcY, in copyRenderbufferSubData() 119 GLint srcY, in copyTextureSubData()
|
| D | TextureImpl.cpp | 51 GLint srcY, in copyRenderbufferSubData() 69 GLint srcY, in copyTextureSubData()
|
| /third_party/skia/m133/src/image/ |
| D | SkImage.cpp | 47 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 77 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { in readPixels() 239 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() 246 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
|
| D | SkSurface.cpp | 129 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() 134 int srcX, int srcY) { in readPixels() 138 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
|
| D | SkRescaleAndReadPixels.cpp | 79 int srcY = srcRect.fTop; in SkRescaleAndReadPixels() local
|
| D | SkImage_Base.h | 84 int srcY) const { in readPixelsGraphite()
|
| D | SkImage_Lazy.cpp | 170 int srcY, in onReadPixels()
|
| /third_party/ffmpeg/libavcodec/ |
| D | vc1_mc.c | 35 static av_always_inline void vc1_scale_luma(uint8_t *srcY, in vc1_scale_luma() 60 static av_always_inline void vc1_lut_scale_luma(uint8_t *srcY, in vc1_lut_scale_luma() 176 uint8_t *srcY, *srcU, *srcV; in ff_vc1_mc_1mv() local 455 uint8_t *srcY; in ff_vc1_mc_4mv_luma() local 1008 uint8_t *srcY, *srcU, *srcV; in ff_vc1_interp_mc() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | copyimage.c | 547 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() 587 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() 610 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() 746 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV_no_error() 769 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV()
|
| /third_party/skia/m133/src/gpu/graphite/ |
| D | Image_Base_Graphite.h | 66 int srcY, in onReadPixels()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/ |
| D | common_func_fp32.c | 82 const float *srcY = srcX + i * w * unitStep; in WinogradTransLeft() local 99 const float *srcY = S + y * k * unitStep; in WinogradTransRight() local
|
| /third_party/skia/m133/src/codec/ |
| D | SkSampledCodec.cpp | 318 int srcY = this->codec()->nextScanline(); in sampledDecode() local 340 int srcY = this->codec()->outputScanline(y); in sampledDecode() local
|
| /third_party/skia/src/codec/ |
| D | SkSampledCodec.cpp | 313 int srcY = this->codec()->nextScanline(); in sampledDecode() local 335 int srcY = this->codec()->outputScanline(y); in sampledDecode() local
|
| /third_party/skia/experimental/graphite/src/ |
| D | Image_Graphite.h | 25 int srcY, in onReadPixels()
|
| /third_party/skia/src/image/ |
| D | SkImage.cpp | 66 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { 72 size_t dstRowBytes, int srcX, int srcY, CachingHint chint) const { 460 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, 467 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const {
|
| D | SkRescaleAndReadPixels.cpp | 68 int srcY = srcRect.fTop; in SkRescaleAndReadPixels() local
|
| D | SkSurface.cpp | 243 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() 248 int srcX, int srcY) { in readPixels() 252 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels()
|
| D | SkImage_GpuBase.cpp | 165 int srcY, in onReadPixels()
|
| /third_party/skia/m133/src/encode/ |
| D | SkJpegEncoderImpl.cpp | 193 const uint8_t* srcY = reinterpret_cast<const uint8_t*>(src.plane(0).addr(0, row)); in yuva_copy_row() local 207 const uint8_t* srcY = reinterpret_cast<const uint8_t*>(src.plane(0).addr(0, row)); in yuva_copy_row() local
|
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| D | xa_renderer.c | 234 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() 254 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() 285 float srcY, in setup_vertex_data_yuv()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | RenderbufferVk.cpp | 198 GLint srcY, in copyRenderbufferSubData() 223 GLint srcY, in copyTextureSubData()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Renderbuffer.cpp | 199 GLint srcY, in copyRenderbufferSubData() 220 GLint srcY, in copyTextureSubData()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | TextureNULL.cpp | 118 GLint srcY, in copyRenderbufferSubData() 135 GLint srcY, in copyTextureSubData()
|
| /third_party/skia/m133/include/core/ |
| D | SkPixmap.h | 647 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
|
| /third_party/skia/include/core/ |
| D | SkPixmap.h | 618 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
|