Home
last modified time | relevance | path

Searched refs:dstStartRow (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkSwizzler.cpp458 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()
DSkSwizzler.h163 static void Fill(void* dstStartRow, const SkImageInfo& dstInfo, size_t dstRowBytes,
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java822 final int dstStartRow, final int dstStartColumn) { in copyBlockPart() argument
825 int dstPos = dstStartRow * dstWidth + dstStartColumn; in copyBlockPart()
DBlockFieldMatrix.java796 final int dstStartRow, final int dstStartColumn) { in copyBlockPart() argument
799 int dstPos = dstStartRow * dstWidth + dstStartColumn; in copyBlockPart()