Home
last modified time | relevance | path

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

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