Searched refs:dstStartRow (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/codec/ |
D | SkSwizzler.cpp | 458 void SkSwizzler::Fill(void* dstStartRow, const SkImageInfo& dstInfo, size_t dstRowBytes, in Fill() argument 460 SkASSERT(dstStartRow != NULL); in Fill() 480 if (SkIsAlign4((size_t) dstStartRow) && SkIsAlign4(dstRowBytes)) { in Fill() 481 sk_memset32((uint32_t*) dstStartRow, color, in Fill() 486 uint32_t* dstRow = (uint32_t*) dstStartRow; in Fill() 498 memset(dstStartRow, colorOrIndex, bytesToFill); in Fill() 507 memset(dstStartRow, (uint8_t) colorOrIndex, bytesToFill); in Fill()
|
D | SkSwizzler.h | 163 static void Fill(void* dstStartRow, const SkImageInfo& dstInfo, size_t dstRowBytes,
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 822 final int dstStartRow, final int dstStartColumn) { in copyBlockPart() argument 825 int dstPos = dstStartRow * dstWidth + dstStartColumn; in copyBlockPart()
|
D | BlockFieldMatrix.java | 796 final int dstStartRow, final int dstStartColumn) { in copyBlockPart() argument 799 int dstPos = dstStartRow * dstWidth + dstStartColumn; in copyBlockPart()
|