Searched refs:dstBytes (Results 1 – 2 of 2) sorted by relevance
193 byte[] dstBytes = new byte[len]; in clone()194 System.arraycopy(mData, 0, dstBytes, 0, len); in clone()197 return new EncodedStringValue(mCharacterSet, dstBytes); in clone()
183 const size_t dstBytes = ((size_t) numXDivs + 1) * sizeof(SkScalar); in Draw() local184 SkScalar* dstRights = (SkScalar*) alloca(dstBytes); in Draw()