Home
last modified time | relevance | path

Searched defs:srcRowBytes (Results 1 – 17 of 17) 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/flutter/skia/src/codec/
DSkBmpCodec.h83 size_t srcRowBytes() const { return fSrcRowBytes; } in srcRowBytes() function
DSkWebpCodec.cpp515 const size_t srcRowBytes = config.output.u.RGBA.stride; in onGetPixels() local
/third_party/flutter/skia/src/core/
DSkBlurMask.cpp59 AlphaIter src, int srcRowBytes, in clamp_solid_with_orig()
78 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/flutter/skia/src/gpu/text/
DGrStrikeCache.cpp67 int srcRowBytes) { in expand_bits()
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp43 int srcRowBytes) { in expand_bits()
/third_party/skia/tests/
DTransferPixelsTest.cpp158 size_t srcRowBytes = SkAlignTo(GrColorTypeBytesPerPixel(allowedSrc.fColorType) * srcBufferWidth, in basic_transfer_to_test() local
/third_party/flutter/skia/tests/
DTransferPixelsTest.cpp149 size_t srcRowBytes = GrColorTypeBytesPerPixel(allowedSrc.fColorType) * srcBufferWidth; in basic_transfer_to_test() local
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType_common.cpp220 const size_t srcRowBytes = SkTAbs(srcPitch); in copyFTBitmap() local
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp1482 const void* srcData, size_t srcRowBytes) { in copy_src_data()
1555 const void* srcData, size_t srcRowBytes, in createVkImageForBackendSurface()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp358 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.cpp748 const size_t srcRowBytes = texels[currentMipLevel].fRowBytes; in uploadToTexture() local
/third_party/flutter/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp820 size_t srcRowBytes, int dstX, int dstY) { in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1185 size_t srcRowBytes, int dstX, int dstY) { in EMSCRIPTEN_BINDINGS()