HomeSort by relevance Sort by last modified time
    Searched refs:dstEnd (Results 1 - 14 of 14) sorted by null

  /external/skia/src/core/
SkLatticeIter.cpp 80 int srcScalable, int srcStart, int srcEnd, float dstStart, float dstEnd,
82 float dstLen = dstEnd - dstStart;
111 dst[divCount + 1] = dstEnd;
SkBlurImageFilter.cpp 307 dstEnd = dstRight;
367 auto loopEnd = std::min(dstEnd, srcEnd);
379 loopEnd = dstEnd;
SkMaskBlurFilter.cpp 24 uint8_t* dst, int dstStride, uint8_t* dstEnd) const = 0;
28 uint8_t* dst, int dstStride, uint8_t* dstEnd) const {
161 uint8_t* dst, int dstStride, uint8_t* dstEnd) const override {
224 uint8_t* dstCursor = dstEnd;
    [all...]
  /external/skqp/src/core/
SkLatticeIter.cpp 80 int srcScalable, float srcStart, float srcEnd, float dstStart, float dstEnd,
83 float dstLen = dstEnd - dstStart;
112 dst[divCount + 1] = dstEnd;
SkBlurImageFilter.cpp 307 dstEnd = dstRight;
367 auto loopEnd = std::min(dstEnd, srcEnd);
379 loopEnd = dstEnd;
SkMaskBlurFilter.cpp 24 uint8_t* dst, int dstStride, uint8_t* dstEnd) const = 0;
28 uint8_t* dst, int dstStride, uint8_t* dstEnd) const {
161 uint8_t* dst, int dstStride, uint8_t* dstEnd) const override {
224 uint8_t* dstCursor = dstEnd;
    [all...]
  /external/lz4/lib/
lz4frame.c 317 BYTE* const dstEnd = dstStart + dstCapacity;
351 { size_t const cSize = LZ4F_compressUpdate(&cctxI, dstPtr, dstEnd-dstPtr, srcBuffer, srcSize, &options);
355 { size_t const tailSize = LZ4F_compressEnd(&cctxI, dstPtr, dstEnd-dstPtr, &options); /* flush last block, and generate suffix */
    [all...]
lz4.c 249 /* customized variant of memcpy, which can overwrite up to 8 bytes beyond dstEnd */
250 static void LZ4_wildCopy(void* dstPtr, const void* srcPtr, void* dstEnd)
254 BYTE* const e = (BYTE*)dstEnd;
    [all...]
  /external/brotli/java/org/brotli/dec/
Decode.java 893 int dstEnd = dst + copyLength;
894 if ((srcEnd < ringBufferMask) && (dstEnd < ringBufferMask)) {
895 if (copyLength < 12 || (srcEnd > dst && dstEnd > src)) {
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 331 uint8_t* dstEnd = &cacheBuffer[cacheTexture->getOffset(startX, endY - 1)];
337 while (dst < dstEnd) {
  /external/brotli/js/
decode.js 932 var /** !number */ dstEnd = dst + copyLength;
933 if ((srcEnd < ringBufferMask) && (dstEnd < ringBufferMask)) {
934 if (copyLength < 12 || (srcEnd > dst && dstEnd > src)) {
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 

Completed in 545 milliseconds