Searched refs:mLine (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/
H A Dlocks.c75 *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
95 *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
99 thiz, *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
105 thiz->mLine = line;
126 assert(0 != thiz->mLine);
129 thiz->mLine = line;
159 assert(0 != thiz->mLine);
226 thiz->mLine = line;
280 assert(0 != thiz->mLine);
283 thiz->mLine
[all...]
H A Ditfstruct.h46 int mLine; member in struct:Object_interface
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java62 private final float[] mLine = new float[4]; field in class:GLES20Canvas
949 mLine[0] = startX;
950 mLine[1] = startY;
951 mLine[2] = stopX;
952 mLine[3] = stopY;
953 drawLines(mLine, 0, 4, paint);
/frameworks/wilhelm/src/itf/
H A DIObject.c777 thiz->mLine = 0;

Completed in 65 milliseconds