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

1 2

  /external/skia/legacy/src/core/
SkProcSpriteBlitter.cpp 21 size_t dstRB = fDevice.rowBytes();
23 char* dst = (char*)fDevice.getPixels() + y * dstRB + (x << fDstShift);
34 dst += dstRB;
SkSpriteBlitter_ARGB32.cpp 42 size_t dstRB = fDevice->rowBytes();
49 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
130 unsigned dstRB = fDevice->rowBytes();
149 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
177 unsigned dstRB = fDevice->rowBytes();
195 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
224 unsigned dstRB = fDevice->rowBytes();
229 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
253 unsigned dstRB = fDevice->rowBytes();
258 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
    [all...]
SkBlitMask.h 27 * but each scanline is offset by dstRB (rowbytes) and srcRB respectively.
29 typedef void (*ColorProc)(void* dst, size_t dstRB,
SkSpriteBlitterTemplate.h 25 unsigned dstRB = fDevice->rowBytes();
50 dst = (SkSPRITE_DST_TYPE* SK_RESTRICT)((char*)dst + dstRB);
SkBlitMask_D32.cpp 5 static void D32_A8_Color(void* SK_RESTRICT dst, size_t dstRB,
9 size_t dstOffset = dstRB - (width << 2);
26 static void D32_A8_Opaque(void* SK_RESTRICT dst, size_t dstRB,
34 dstRB -= (width << 2);
42 device = (uint32_t*)((char*)device + dstRB);
47 static void D32_A8_Black(void* SK_RESTRICT dst, size_t dstRB,
54 dstRB -= (width << 2);
62 device = (uint32_t*)((char*)device + dstRB);
80 static void D32_LCD16_Proc(void* SK_RESTRICT dst, size_t dstRB,
101 dstRow = (SkPMColor*)((char*)dstRow + dstRB);
    [all...]
SkScalerContext.cpp 379 size_t dstRB = dst.fRowBytes;
385 dstP = (uint16_t*)((char*)dstP + dstRB);
414 size_t dstRB = dst.fRowBytes;
423 dstP = (uint16_t*)((char*)dstP + dstRB);
434 size_t dstRB = dst.fRowBytes;
444 dstP = (SkPMColor*)((char*)dstP + dstRB);
456 int dstRB = mask.fRowBytes;
476 dstRB = 0; // signals we need a copy
487 bm.setConfig(config, dstW, dstH, dstRB);
489 if (0 == dstRB) {
    [all...]
SkSpriteBlitter_RGB16.cpp 61 unsigned dstRB = fDevice->rowBytes();
66 dst = (uint16_t*)((char*)dst + dstRB);
288 unsigned dstRB = fDevice->rowBytes();
296 dst = (uint16_t* SK_RESTRICT)((char*)dst + dstRB);
SkBlitter_ARGB32.cpp 404 const size_t dstRB = fDevice.rowBytes();
417 dstRow += dstRB;
425 dstRow += dstRB;
SkBlitter_RGB16.cpp 717 size_t dstRB = fDevice.rowBytes();
728 dst = (uint16_t*)((char*)dst + dstRB);
736 dst = (uint16_t*)((char*)dst + dstRB);
746 dst = (uint16_t*)((char*)dst + dstRB);
753 dst = (uint16_t*)((char*)dst + dstRB);
858 size_t dstRB = fDevice.rowBytes();
865 dst = (uint16_t*)((char*)dst + dstRB);
872 dst = (uint16_t*)((char*)dst + dstRB);
    [all...]
  /external/skia/src/core/
SkProcSpriteBlitter.cpp 21 size_t dstRB = fDevice.rowBytes();
23 char* dst = (char*)fDevice.getPixels() + y * dstRB + (x << fDstShift);
34 dst += dstRB;
SkSpriteBlitter_ARGB32.cpp 42 size_t dstRB = fDevice->rowBytes();
49 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
130 unsigned dstRB = fDevice->rowBytes();
149 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
177 unsigned dstRB = fDevice->rowBytes();
195 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
224 unsigned dstRB = fDevice->rowBytes();
229 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
253 unsigned dstRB = fDevice->rowBytes();
258 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
    [all...]
SkBlitMask.h 27 * but each scanline is offset by dstRB (rowbytes) and srcRB respectively.
29 typedef void (*ColorProc)(void* dst, size_t dstRB,
SkSpriteBlitterTemplate.h 25 unsigned dstRB = fDevice->rowBytes();
50 dst = (SkSPRITE_DST_TYPE* SK_RESTRICT)((char*)dst + dstRB);
SkBlitMask_D32.cpp 5 static void D32_A8_Color(void* SK_RESTRICT dst, size_t dstRB,
9 size_t dstOffset = dstRB - (width << 2);
26 static void D32_A8_Opaque(void* SK_RESTRICT dst, size_t dstRB,
34 dstRB -= (width << 2);
42 device = (uint32_t*)((char*)device + dstRB);
47 static void D32_A8_Black(void* SK_RESTRICT dst, size_t dstRB,
54 dstRB -= (width << 2);
62 device = (uint32_t*)((char*)device + dstRB);
80 static void D32_LCD16_Proc(void* SK_RESTRICT dst, size_t dstRB,
101 dstRow = (SkPMColor*)((char*)dstRow + dstRB);
    [all...]
SkScalerContext.cpp 389 size_t dstRB = dst.fRowBytes;
399 dstP = (uint16_t*)((char*)dstP + dstRB);
412 size_t dstRB = dst.fRowBytes;
422 dstP = (SkPMColor*)((char*)dstP + dstRB);
435 int dstRB = mask.fRowBytes;
455 dstRB = 0; // signals we need a copy
466 bm.setConfig(config, dstW, dstH, dstRB);
468 if (0 == dstRB) {
572 int dstRB = origGlyph.rowBytes();
584 //sk_bzero(dst, height * dstRB);
    [all...]
SkSpriteBlitter_RGB16.cpp 61 unsigned dstRB = fDevice->rowBytes();
66 dst = (uint16_t*)((char*)dst + dstRB);
288 unsigned dstRB = fDevice->rowBytes();
296 dst = (uint16_t* SK_RESTRICT)((char*)dst + dstRB);
SkBlitter_RGB16.cpp 717 size_t dstRB = fDevice.rowBytes();
728 dst = (uint16_t*)((char*)dst + dstRB);
736 dst = (uint16_t*)((char*)dst + dstRB);
746 dst = (uint16_t*)((char*)dst + dstRB);
753 dst = (uint16_t*)((char*)dst + dstRB);
858 size_t dstRB = fDevice.rowBytes();
865 dst = (uint16_t*)((char*)dst + dstRB);
872 dst = (uint16_t*)((char*)dst + dstRB);
    [all...]
  /external/skia/legacy/src/opts/
SkBlitRow_opts_SSE2.h 23 void SkARGB32_A8_BlitMask_SSE2(void* device, size_t dstRB, const void* mask,
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.h 23 void SkARGB32_A8_BlitMask_SSE2(void* device, size_t dstRB, const void* mask,
  /external/skia/src/gpu/
SkGrFontScaler.cpp 141 int dstRB, void* dst) {
162 expand_bits(bytes, bits, width, height, dstRB, srcRB);
167 expand_bits(rgb565, bits, width, height, dstRB, srcRB);
172 expand_bits(rgba8888, bits, width, height, dstRB, srcRB);
178 } else if (srcRB == dstRB) {
179 memcpy(dst, src, dstRB * height);
185 dst = (char*)dst + dstRB;
GrAtlas.cpp 98 const size_t dstRB = dstW * bpp;
99 uint8_t* dst = (uint8_t*)storage.reset(dstH * dstRB);
100 Gr_bzero(dst, dstRB); // zero top row
101 dst += dstRB;
109 Gr_bzero(dst, dstRB); // zero bottom row
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 774 const size_t dstRB = (width + 7) >> 3;
775 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
810 dst -= dstRB;
816 const size_t dstRB = glyph.rowBytes();
818 uint8_t* SK_RESTRICT dst = (uint8_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
825 dst -= dstRB;
831 const size_t dstRB = glyph.rowBytes();
833 uint16_t* SK_RESTRICT dst = (uint16_t*)((char*)glyph.fImage + (glyph.fHeight - 1) * dstRB);
840 dst = (uint16_t*)((char*)dst - dstRB);
846 const size_t dstRB = glyph.rowBytes()
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 69 const size_t dstRB = glyph.rowBytes();
79 dst = (uint16_t*)((char*)dst + dstRB);
88 dst = (uint16_t*)((char*)dst + dstRB);
127 dst = (uint16_t*)((char*)dst + dstRB);
SkFontHost_win.cpp     [all...]
SkFontHost_win_dw.cpp 886 const size_t dstRB = (width + 7) >> 3;
918 dst += dstRB;
924 const size_t dstRB = glyph.rowBytes();
935 dst = (uint8_t*)((char*)dst + dstRB);
942 const size_t dstRB = glyph.rowBytes();
    [all...]

Completed in 569 milliseconds

1 2