Home | History | Annotate | Download | only in layers

Lines Matching refs:bufferRowLength

1016             //  BufferRowLength must be 0, or greater than or equal to the width member of imageExtent
1017 if ((pRegions[i].bufferRowLength != 0) && (pRegions[i].bufferRowLength < pRegions[i].imageExtent.width)) {
1021 "%s(): pRegion[%d] bufferRowLength (%d) must be zero or greater-than-or-equal-to imageExtent.width (%d).",
1022 function, i, pRegions[i].bufferRowLength, pRegions[i].imageExtent.width);