Home | History | Annotate | Download | only in ports

Lines Matching refs:dstRB

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();
953 dst = (uint16_t*)((char*)dst + dstRB);
960 const size_t dstRB = glyph.rowBytes();
971 dst = (SkPMColor*)((char*)dst + dstRB);
990 size_t dstRB = glyph.rowBytes();