HomeSort by relevance Sort by last modified time
    Searched defs:rowStep (Results 1 - 5 of 5) sorted by null

  /external/dng_sdk/source/
dng_simple_image.cpp 111 int32 rowStep = fBuffer.fRowStep;
130 rowStep = -rowStep;
139 colStep = rowStep;
140 rowStep = temp;
150 fBuffer.fRowStep = rowStep;
dng_misc_opcodes.cpp 422 fAreaSpec.RowPitch () * buffer.RowStep (),
1201 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch ();
1229 dPtr += rowStep;
1558 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch ();
1586 dPtr += rowStep;
dng_read_image.cpp 929 int32 rowStep = buffer.fRowStep * buffer.fPixelSize;
932 int32 rowBlockStep = rowStep * blockRows;
962 d2 += rowStep;
    [all...]
dng_image_writer.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 702 milliseconds