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

  /external/skia/src/core/
SkSpriteBlitter4f.cpp 47 size_t dstRB = fDst.rowBytes();
53 dst = (uint64_t* SK_RESTRICT)((char*)dst + dstRB);
96 size_t dstRB = fDst.rowBytes();
102 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
SkSpriteBlitterTemplate.h 20 size_t dstRB = fDst.rowBytes();
45 dst = (SkSPRITE_DST_TYPE* SK_RESTRICT)((char*)dst + dstRB);
SkBlitter_PM4f.cpp 94 const size_t dstRB = fDevice.rowBytes();
100 device = (typename State::DstType*)((char*)device + dstRB);
123 const size_t dstRB = fDevice.rowBytes();
129 device = (typename State::DstType*)((char*)device + dstRB);
SkSpriteBlitter_ARGB32.cpp 39 size_t dstRB = fDst.rowBytes();
46 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
124 size_t dstRB = fDst.rowBytes();
143 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
170 size_t dstRB = fDst.rowBytes();
188 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
216 size_t dstRB = fDst.rowBytes();
221 dst = (SkPMColor* SK_RESTRICT)((char*)dst + dstRB);
244 size_t dstRB = fDst.rowBytes();
249 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 562 const size_t dstRB = fDevice.rowBytes();
574 dstRow += dstRB;
582 dstRow += dstRB;
SkSpriteBlitter_RGB16.cpp 56 size_t dstRB = fDst.rowBytes();
61 dst = (uint16_t*)((char*)dst + dstRB);
278 size_t dstRB = fDst.rowBytes();
286 dst = (uint16_t* SK_RESTRICT)((char*)dst + dstRB);
SkBlitter_RGB16.cpp 724 size_t dstRB = fDevice.rowBytes();
731 dst = (uint16_t*)((char*)dst + dstRB);
738 dst = (uint16_t*)((char*)dst + dstRB);
SkScalerContext.cpp 262 size_t dstRB = dst.fRowBytes;
322 dstP = (uint16_t*)((char*)dstP + dstRB);
380 int dstRB = mask.fRowBytes;
389 dstRB = 0; // signals we need a copy
399 dstRB = 0; // signals we need a copy
411 if (0 == dstRB) {
418 dst.reset(info, mask.fImage, dstRB);
454 int dstRB = dst.fRowBytes;
462 for (int x = width; x < dstRB; ++x) {
465 dstRow += dstRB;
    [all...]
SkAAClip.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 565 const size_t dstRB = (width + 7) >> 3;
597 dst += dstRB;
603 const size_t dstRB = glyph.rowBytes();
614 dst = (uint8_t*)((char*)dst + dstRB);
621 const size_t dstRB = glyph.rowBytes();
639 dst = (uint16_t*)((char*)dst + dstRB);
SkFontHost_win.cpp     [all...]
SkFontHost_mac.cpp     [all...]

Completed in 369 milliseconds