HomeSort by relevance Sort by last modified time
    Searched refs:srcRowBytes (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/src/codec/
SkBmpBaseCodec.cpp 16 , fSrcBuffer(sk_malloc_canfail(this->srcRowBytes()))
SkBmpMaskCodec.cpp 86 if (this->stream()->read(srcRow, this->srcRowBytes()) != this->srcRowBytes()) {
SkBmpCodec.h 83 size_t srcRowBytes() const { return fSrcRowBytes; }
SkBmpStandardCodec.cpp 211 if (this->stream()->read(this->srcBuffer(), this->srcRowBytes()) != this->srcRowBytes()) {
255 const size_t bytesToSkip = remainingScanlines * this->srcRowBytes() +
SkWebpCodec.cpp 622 const size_t srcRowBytes = config.output.u.RGBA.stride;
650 xformSrc = SkTAddOffset<uint32_t>(xformSrc, srcRowBytes);
658 src = SkTAddOffset<const uint8_t>(src, srcRowBytes);
  /external/skqp/src/codec/
SkBmpBaseCodec.cpp 16 , fSrcBuffer(sk_malloc_canfail(this->srcRowBytes()))
SkBmpMaskCodec.cpp 86 if (this->stream()->read(srcRow, this->srcRowBytes()) != this->srcRowBytes()) {
SkBmpCodec.h 83 size_t srcRowBytes() const { return fSrcRowBytes; }
SkBmpStandardCodec.cpp 211 if (this->stream()->read(this->srcBuffer(), this->srcRowBytes()) != this->srcRowBytes()) {
255 const size_t bytesToSkip = remainingScanlines * this->srcRowBytes() +
SkWebpCodec.cpp 622 const size_t srcRowBytes = config.output.u.RGBA.stride;
650 xformSrc = SkTAddOffset<uint32_t>(xformSrc, srcRowBytes);
658 src = SkTAddOffset<const uint8_t>(src, srcRowBytes);
  /external/skia/src/core/
SkConvertPixels.h 17 const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRowBytes,
  /external/skqp/src/core/
SkConvertPixels.h 17 const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRowBytes,
  /external/skia/src/gpu/
GrSurfaceContext.cpp 65 size_t srcRowBytes, int x, int y, uint32_t flags) {
80 srcRowBytes, flags);
GrSurfaceContext.h 77 * Writes a rectangle of pixels [srcInfo, srcBuffer, srcRowbytes] into the
81 * @param srcRowBytes bytes in a row of 'srcBuffer'
88 bool writePixels(const SkImageInfo& srcInfo, const void* srcBuffer, size_t srcRowBytes,
  /external/skqp/src/gpu/
GrSurfaceContext.cpp 66 size_t srcRowBytes, int x, int y, uint32_t flags) {
84 srcBuffer, srcRowBytes, flags);
GrSurfaceContext.h 77 * Writes a rectangle of pixels [srcInfo, srcBuffer, srcRowbytes] into the
81 * @param srcRowBytes bytes in a row of 'srcBuffer'
88 bool writePixels(const SkImageInfo& srcInfo, const void* srcBuffer, size_t srcRowBytes,
  /external/skia/include/private/
GrTextureProxy.h 76 const void* srcData, size_t srcRowBytes, uint32_t flags);
  /external/skqp/include/private/
GrTextureProxy.h 71 const void* srcData, size_t srcRowBytes, uint32_t flags);
  /external/skia/src/gpu/text/
GrGlyphCache.cpp 109 int srcRowBytes) {
121 src += srcRowBytes;
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.cpp 262 int srcRowBytes) {
274 src += srcRowBytes;
  /external/skia/src/effects/
SkBlurMask.cpp 56 const uint8_t src[], int srcRowBytes,
85 src += srcRowBytes - sw;
  /external/skqp/src/effects/
SkBlurMask.cpp 55 const uint8_t src[], int srcRowBytes,
84 src += srcRowBytes - sw;
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 215 const size_t srcRowBytes = SkTAbs(srcPitch);
232 size_t commonRowBytes = SkTMin(srcRowBytes, dstRowBytes);

Completed in 1648 milliseconds

1 2