HomeSort by relevance Sort by last modified time
    Searched defs:dstRB (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkSpriteBlitterTemplate.h 25 size_t dstRB = fDevice->rowBytes();
50 dst = (SkSPRITE_DST_TYPE* SK_RESTRICT)((char*)dst + dstRB);
SkSpriteBlitter_ARGB32.cpp 42 size_t dstRB = fDevice->rowBytes();
49 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
130 size_t dstRB = fDevice->rowBytes();
149 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
177 size_t dstRB = fDevice->rowBytes();
195 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
224 size_t dstRB = fDevice->rowBytes();
229 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
253 size_t dstRB = fDevice->rowBytes();
258 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
    [all...]
SkBlitter_A8.cpp 396 const size_t dstRB = fDevice.rowBytes();
399 dst += dstRB;
405 const size_t dstRB = fDevice.rowBytes();
408 dst += dstRB;
423 const size_t dstRB = fDevice.rowBytes();
427 dst += dstRB;
SkBlitter_ARGB32.cpp 517 const size_t dstRB = fDevice.rowBytes();
529 dstRow += dstRB;
537 dstRow += dstRB;
SkSpriteBlitter_RGB16.cpp 61 size_t dstRB = fDevice->rowBytes();
66 dst = (uint16_t*)((char*)dst + dstRB);
288 size_t dstRB = fDevice->rowBytes();
296 dst = (uint16_t* SK_RESTRICT)((char*)dst + dstRB);
SkBlitter_RGB16.cpp 720 size_t dstRB = fDevice.rowBytes();
731 dst = (uint16_t*)((char*)dst + dstRB);
739 dst = (uint16_t*)((char*)dst + dstRB);
749 dst = (uint16_t*)((char*)dst + dstRB);
756 dst = (uint16_t*)((char*)dst + dstRB);
862 size_t dstRB = fDevice.rowBytes();
869 dst = (uint16_t*)((char*)dst + dstRB);
876 dst = (uint16_t*)((char*)dst + dstRB);
    [all...]
SkScalerContext.cpp 264 size_t dstRB = dst.fRowBytes;
324 dstP = (uint16_t*)((char*)dstP + dstRB);
337 size_t dstRB = dst.fRowBytes;
349 dstP = (SkPMColor*)((char*)dstP + dstRB);
407 int dstRB = mask.fRowBytes;
416 dstRB = 0; // signals we need a copy
427 dstRB = 0; // signals we need a copy
439 if (0 == dstRB) {
446 bm.installPixels(info, mask.fImage, dstRB);
489 int dstRB = dst.fRowBytes
    [all...]
SkAAClip.cpp     [all...]
  /external/skia/src/core/
SkSpriteBlitterTemplate.h 25 size_t dstRB = fDevice->rowBytes();
50 dst = (SkSPRITE_DST_TYPE* SK_RESTRICT)((char*)dst + dstRB);
SkSpriteBlitter_ARGB32.cpp 42 size_t dstRB = fDevice->rowBytes();
49 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
130 size_t dstRB = fDevice->rowBytes();
149 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
177 size_t dstRB = fDevice->rowBytes();
195 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
224 size_t dstRB = fDevice->rowBytes();
229 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
253 size_t dstRB = fDevice->rowBytes();
258 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
    [all...]
SkBlitter_A8.cpp 396 const size_t dstRB = fDevice.rowBytes();
399 dst += dstRB;
405 const size_t dstRB = fDevice.rowBytes();
408 dst += dstRB;
423 const size_t dstRB = fDevice.rowBytes();
427 dst += dstRB;
SkBlitter_ARGB32.cpp 517 const size_t dstRB = fDevice.rowBytes();
529 dstRow += dstRB;
537 dstRow += dstRB;
SkSpriteBlitter_RGB16.cpp 61 size_t dstRB = fDevice->rowBytes();
66 dst = (uint16_t*)((char*)dst + dstRB);
288 size_t dstRB = fDevice->rowBytes();
296 dst = (uint16_t* SK_RESTRICT)((char*)dst + dstRB);
SkBlitter_RGB16.cpp 710 size_t dstRB = fDevice.rowBytes();
721 dst = (uint16_t*)((char*)dst + dstRB);
729 dst = (uint16_t*)((char*)dst + dstRB);
739 dst = (uint16_t*)((char*)dst + dstRB);
746 dst = (uint16_t*)((char*)dst + dstRB);
852 size_t dstRB = fDevice.rowBytes();
859 dst = (uint16_t*)((char*)dst + dstRB);
866 dst = (uint16_t*)((char*)dst + dstRB);
    [all...]
SkScalerContext.cpp 438 size_t dstRB = dst.fRowBytes;
498 dstP = (uint16_t*)((char*)dstP + dstRB);
511 size_t dstRB = dst.fRowBytes;
523 dstP = (SkPMColor*)((char*)dstP + dstRB);
581 int dstRB = mask.fRowBytes;
590 dstRB = 0; // signals we need a copy
601 dstRB = 0; // signals we need a copy
613 if (0 == dstRB) {
620 bm.installPixels(info, mask.fImage, dstRB);
663 int dstRB = dst.fRowBytes
    [all...]
SkAAClip.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 91 const size_t dstRB = mask.fRowBytes;
102 dst = (uint16_t*)((char*)dst + dstRB);
111 dst = (uint16_t*)((char*)dst + dstRB);
135 dst = (uint16_t*)((char*)dst + dstRB);
153 dst = (uint16_t*)((char*)dst + dstRB);
SkScalerContext_win_dw.cpp 569 const size_t dstRB = (width + 7) >> 3;
601 dst += dstRB;
607 const size_t dstRB = glyph.rowBytes();
618 dst = (uint8_t*)((char*)dst + dstRB);
625 const size_t dstRB = glyph.rowBytes();
636 dst = (uint16_t*)((char*)dst + dstRB);
643 const size_t dstRB = glyph.rowBytes();
654 dst = (SkPMColor*)((char*)dst + dstRB);
SkFontHost_win.cpp     [all...]
SkFontHost_mac.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 91 const size_t dstRB = mask.fRowBytes;
102 dst = (uint16_t*)((char*)dst + dstRB);
111 dst = (uint16_t*)((char*)dst + dstRB);
135 dst = (uint16_t*)((char*)dst + dstRB);
153 dst = (uint16_t*)((char*)dst + dstRB);
SkScalerContext_win_dw.cpp 538 const size_t dstRB = (width + 7) >> 3;
570 dst += dstRB;
576 const size_t dstRB = glyph.rowBytes();
587 dst = (uint8_t*)((char*)dst + dstRB);
594 const size_t dstRB = glyph.rowBytes();
605 dst = (uint16_t*)((char*)dst + dstRB);
612 const size_t dstRB = glyph.rowBytes();
623 dst = (SkPMColor*)((char*)dst + dstRB);
SkFontHost_win.cpp     [all...]
SkFontHost_mac.cpp     [all...]

Completed in 343 milliseconds