Home
last modified time | relevance | path

Searched defs:srcRowBytes (Results 1 – 9 of 9) 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/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/tests/
DTransferPixelsTest.cpp158 size_t srcRowBytes = SkAlignTo(GrColorTypeBytesPerPixel(allowedSrc.fColorType) * srcBufferWidth, in basic_transfer_to_test() local
/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/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1185 size_t srcRowBytes, int dstX, int dstY) { in EMSCRIPTEN_BINDINGS()