Searched defs:nStride (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrrdProc.cpp154 intptr_t nStride = GRREG->stride(); local
168 uint32_t line1 = (h > 0) ? pLine[-nStride] << 4 : 0;
183 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 4 : 0);
229 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 4 : 0);
273 pLine += nStride;
407 intptr_t nStride = GRREG->stride(); local
422 uint32_t line1 = (h > 0) ? pLine[-nStride] << 1 : 0;
437 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 1 : 0);
471 (w + 8 < iGRW ? pLine[-nStride + (w >> 3) + 1] << 1 : 0);
512 pLine += nStride;
[all...]
H A DJBig2_GrdProc.cpp82 int32_t nStride = GBREG->stride(); local
83 int32_t nStride2 = nStride << 1;
99 uint8_t* pLine2 = pLine - nStride;
133 uint8_t* pLine2 = pLine - nStride;
166 pLine += nStride;
231 int32_t nStride = GBREG->stride(); local
232 int32_t nStride2 = nStride << 1;
247 uint8_t* pLine2 = pLine - nStride;
281 uint8_t* pLine2 = pLine - nStride;
314 pLine += nStride;
377 int32_t nStride = GBREG->stride(); local
521 int32_t nStride = GBREG->stride(); local
756 int32_t nStride = pImage->stride(); local
917 int32_t nStride = pImage->stride(); local
1072 int32_t nStride = pImage->stride(); local
1227 int32_t nStride = pImage->stride(); local
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMisc.cpp77 @Input nStride Size of each vertex structure containing pfVtx
95 const int nStride,
190 pvPolyPtr = (PVRTVECTOR3*)((char*)pvPolyPtr + nStride);
202 pvPolyPtr = (PVRTVECTOR3*)((char*)pvPolyPtr + nStride);
224 pvPolyPtr = (PVRTVECTOR3*)((char*)pvPolyPtr + nStride);
93 PVRTMiscCalculateInfinitePlane( VERTTYPE * const pfVtx, const int nStride, const PVRTVECTOR4 * const pvPlane, const PVRTMATRIX * const pmViewProjInv, const PVRTVECTOR3 * const pFrom, const VERTTYPE fFar) argument
H A DPVRTBoneBatch.cpp395 const int nStride, // Size of a vertex (in bytes)
417 @Input nStride Size of a vertex (in bytes)
434 const int nStride,
475 pVtxBuf = new CGrowableArray(nStride);
481 if(!FillBatch(batch, &pui32Idx[i * 3], pVtx, nStride, nOffsetWeight, eTypeWeight, nOffsetIdx, eTypeIdx, nVertexBones))
548 if(!FillBatch(batch, &pui32Idx[i * 3], pVtx, nStride, nOffsetWeight, eTypeWeight, nOffsetIdx, eTypeIdx, nVertexBones))
594 pV = &pVtx[ui32SrcIdx * nStride];
658 @Input nStride Size of a vertex (in bytes)
671 const int nStride,
687 pV = &pVtx[pui32Idx[i] * nStride];
428 Create( int * const pnVtxNumOut, char ** const pVtxOut, unsigned int * const pui32Idx, const int nVtxNum, const char * const pVtx, const int nStride, const int nOffsetWeight, const EPVRTDataType eTypeWeight, const int nOffsetIdx, const EPVRTDataType eTypeIdx, const int nTriNum, const int nBatchBoneMax, const int nVertexBones) argument
667 FillBatch( CBatch &batch, const unsigned int * const pui32Idx, const char * const pVtx, const int nStride, const int nOffsetWeight, EPVRTDataType eTypeWeight, const int nOffsetIdx, EPVRTDataType eTypeIdx, const int nVertexBones) argument
[all...]
H A DPVRTVertex.cpp567 @Input nStride Size of a vertex (in bytes)
597 const unsigned int nStride,
632 *pVtxOut = (char*)malloc(MAX_VERTEX_OUT * nStride);
676 PVRTVertexRead((PVRTVECTOR4f*) &pfPos0[0], (char*)&pVtx[nIdx0 * nStride] + nOffsetPos, eTypePos, 3);
677 PVRTVertexRead((PVRTVECTOR4f*) &pfPos1[0], (char*)&pVtx[nIdx1 * nStride] + nOffsetPos, eTypePos, 3);
678 PVRTVertexRead((PVRTVECTOR4f*) &pfPos2[0], (char*)&pVtx[nIdx2 * nStride] + nOffsetPos, eTypePos, 3);
680 PVRTVertexRead((PVRTVECTOR4f*) &pfNor0[0], (char*)&pVtx[nIdx0 * nStride] + nOffsetNor, eTypeNor, 3);
681 PVRTVertexRead((PVRTVECTOR4f*) &pfNor1[0], (char*)&pVtx[nIdx1 * nStride] + nOffsetNor, eTypeNor, 3);
682 PVRTVertexRead((PVRTVECTOR4f*) &pfNor2[0], (char*)&pVtx[nIdx2 * nStride] + nOffsetNor, eTypeNor, 3);
684 PVRTVertexRead((PVRTVECTOR4f*) &pfTex0[0], (char*)&pVtx[nIdx0 * nStride]
591 PVRTVertexGenerateTangentSpace( unsigned int * const pnVtxNumOut, char ** const pVtxOut, unsigned int * const pui32Idx, const unsigned int nVtxNum, const char * const pVtx, const unsigned int nStride, const unsigned int nOffsetPos, EPVRTDataType eTypePos, const unsigned int nOffsetNor, EPVRTDataType eTypeNor, const unsigned int nOffsetTex, EPVRTDataType eTypeTex, const unsigned int nOffsetTan, EPVRTDataType eTypeTan, const unsigned int nOffsetBin, EPVRTDataType eTypeBin, const unsigned int nTriNum, const float fSplitDifference) argument
[all...]
H A DPVRTModelPOD.h128 PVRTuint32 nStride; /*!< Distance in bytes from one array entry to the next */ member in class:CPODData

Completed in 305 milliseconds