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

/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
H A DImageToAwt.java178 private static int Ix(int x, int y, int w){ method in class:ImageToAwt
263 int i = initialPos + (Ix(x,y,width) * p.bpp);
337 int i = Ix(x, y, width) * inParams.bpp;
448 int i = mipPos + (Ix(x,y,width) * p.bpp);
/external/icu4c/common/
H A Ducnv_lmb.c672 ulmbcs_byte_t Ix; local
675 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++)
677 if (extraInfo->OptGrpConverter[Ix] != NULL)
678 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]);
/external/clang/lib/AST/
H A DDeclObjC.cpp1161 unsigned Ix = 0, EIx = layout.size(); local
1163 data().IvarList = layout[0].Ivar; Ix++;
1166 for ( ; Ix != EIx; curIvar = layout[Ix].Ivar, Ix++)
1167 curIvar->setNextIvar(layout[Ix].Ivar);
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp461 float* Ix = _Ix[threadIdx]; local
500 icvCalcIxIy_32f( patchI, isz.width*sizeof(patchI[0]), Ix, Iy,
539 const float* ix = Ix +
541 const float* iy = Iy + (ix - Ix);
559 const float* ix = Ix +
561 const float* iy = Iy + (ix - Ix);
691 float *Ix; local
779 Ix = patchJ + patchLen;
780 Iy = Ix + patchLen;
844 icvCalcIxIy_32f( patchI, srcPatchStep, Ix, I
[all...]
/external/freetype/src/raster/
H A Dftraster.c1082 Long Ix, Rx, Ax; local
1153 Ix = SMulDiv( ras.precision, Dx, Dy);
1159 Ix = SMulDiv( ras.precision, -Dx, Dy) * -1;
1171 x1 += Ix;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3987 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, local
3989 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
4318 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, local
4320 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),

Completed in 232 milliseconds