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()
185 const size_t dstBytes = ((size_t) numXDivs + 1) * sizeof(SkScalar); in NinePatch_Draw() local186 SkScalar* dstRights = (SkScalar*) alloca(dstBytes); in NinePatch_Draw()