HomeSort by relevance Sort by last modified time
    Searched refs:fDim (Results 1 - 3 of 3) sorted by null

  /external/skia/gpu/include/
GrPlotMgr.h 27 fDim.set(width, height);
44 Gr_bzero(fBusy, fDim.fX * fDim.fY);
49 for (int y = 0; y < fDim.fY; y++) {
50 for (int x = 0; x < fDim.fX; x++) {
63 GrAssert((unsigned)x < (unsigned)fDim.fX);
64 GrAssert((unsigned)y < (unsigned)fDim.fY);
65 return fBusy[y * fDim.fX + x] != 0;
69 GrAssert((unsigned)x < (unsigned)fDim.fX);
70 GrAssert((unsigned)y < (unsigned)fDim.fY)
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 796 int fDim = arrayDim;
799 atAssignCore(expr, op, right, fType, fDim, cname);
801 boolean is2w = is2word(fType, fDim);
815 arrayDim = fDim;
    [all...]
TypeChecker.java 273 int fDim = arrayDim;
277 arrayDim = fDim;
    [all...]

Completed in 130 milliseconds