Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpCodec.h89 size_t srcRowBytes() const { return fSrcRowBytes; } in srcRowBytes() function
DSkWebpCodec.cpp547 const size_t srcRowBytes = config.output.u.RGBA.stride; in onGetPixels() local
/external/skia/src/gpu/graphite/task/
DUploadTask.cpp172 const size_t srcRowBytes = levels[currentMipLevel].fRowBytes; in Make() local
298 const size_t srcRowBytes = trimRowBytes; in MakeCompressed() local
/external/skia/src/core/
DSkBlurMask.cpp69 AlphaIter src, int srcRowBytes, in clamp_solid_with_orig()
88 AlphaIter src, int srcRowBytes, in clamp_outer_with_orig()
/external/skia/src/gpu/ganesh/text/
DGrAtlasManager.cpp63 int srcRowBytes) { in expand_bits()
/external/skia/src/gpu/graphite/text/
DTextAtlasManager.cpp65 int srcRowBytes) { in expand_bits()
/external/skia/tests/
DTransferPixelsTest.cpp185 size_t srcRowBytes = SkAlignTo(GrColorTypeBytesPerPixel(allowedSrc.fColorType) * srcBufferWidth, in basic_transfer_to_test() local
/external/skia/src/gpu/graphite/
DContext.cpp735 size_t srcRowBytes = rowBytes; in transferPixels() local
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp277 const size_t srcRowBytes = SkTAbs(srcPitch); in copyFTBitmap() local
/external/skia/src/gpu/ganesh/d3d/
DGrD3DGpu.cpp777 const size_t srcRowBytes = texels[currentMipLevel].fRowBytes; in uploadToTexture() local
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp1491 size_t srcRowBytes, int dstX, int dstY) { in EMSCRIPTEN_BINDINGS()