Home
last modified time | relevance | path

Searched defs:srcRowBytes (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/src/codec/
DSkBmpCodec.h83 size_t srcRowBytes() const { return fSrcRowBytes; } in srcRowBytes() function
DSkWebpCodec.cpp509 const size_t srcRowBytes = config.output.u.RGBA.stride; in onGetPixels() local
/third_party/skia/m133/src/codec/
DSkBmpCodec.h89 size_t srcRowBytes() const { return fSrcRowBytes; } in srcRowBytes() function
DSkWebpCodec.cpp558 const size_t srcRowBytes = config.output.u.RGBA.stride; in onGetPixels() local
/third_party/skia/m133/src/gpu/graphite/task/
DUploadTask.cpp171 const size_t srcRowBytes = levels[currentMipLevel].fRowBytes; in Make() local
296 const size_t srcRowBytes = trimRowBytes; in MakeCompressed() local
/third_party/skia/m133/src/core/
DSkBlurMask.cpp71 AlphaIter src, int srcRowBytes, in clamp_solid_with_orig()
90 AlphaIter src, int srcRowBytes, in clamp_outer_with_orig()
/third_party/skia/src/core/
DSkBlurMask.cpp60 AlphaIter src, int srcRowBytes, in clamp_solid_with_orig()
79 AlphaIter src, int srcRowBytes, in clamp_outer_with_orig()
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp43 int srcRowBytes) { in expand_bits()
/third_party/skia/m133/src/gpu/graphite/text/
DTextAtlasManager.cpp62 int srcRowBytes) { in expand_bits()
/third_party/skia/m133/src/gpu/ganesh/text/
DGrAtlasManager.cpp63 int srcRowBytes) { in expand_bits()
/third_party/skia/m133/tests/
DTransferPixelsTest.cpp185 size_t srcRowBytes = SkAlignTo(GrColorTypeBytesPerPixel(allowedSrc.fColorType) * srcBufferWidth, in basic_transfer_to_test() local
/third_party/skia/tests/
DTransferPixelsTest.cpp158 size_t srcRowBytes = SkAlignTo(GrColorTypeBytesPerPixel(allowedSrc.fColorType) * srcBufferWidth, in basic_transfer_to_test() local
/third_party/skia/m133/src/gpu/graphite/
DContext.cpp729 size_t srcRowBytes = rowBytes; in transferPixels() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp366 size_t srcRowBytes = texels[i].fRowBytes; in uploadTextureData() local
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp232 const size_t srcRowBytes = SkTAbs(srcPitch); in copyFTBitmap() local
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp759 const size_t srcRowBytes = texels[currentMipLevel].fRowBytes; in uploadToTexture() local
/third_party/skia/m133/src/gpu/ganesh/d3d/
DGrD3DGpu.cpp788 const size_t srcRowBytes = texels[currentMipLevel].fRowBytes; in uploadToTexture() local
/third_party/skia/m133/src/ports/
DSkFontHost_FreeType_common.cpp277 const size_t srcRowBytes = SkTAbs(srcPitch); in copyFTBitmap() local
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1185 size_t srcRowBytes, int dstX, int dstY) { in EMSCRIPTEN_BINDINGS()
/third_party/skia/m133/modules/canvaskit/
Dcanvaskit_bindings.cpp1491 size_t srcRowBytes, int dstX, int dstY) { in EMSCRIPTEN_BINDINGS()