Searched refs:half (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsRectActivity.java57 final float half = mBitmap1.getHeight() / 2.0f;
58 mSrcRect = new Rect((int) fourth, (int) (half - half / 2.0f),
59 (int) (fourth + fourth), (int) (half + half / 2.0f));
60 mDstRect = new RectF(fourth, half - half / 2.0f, fourth + fourth, half + half / 2.0f);
61 mDstRect2 = new RectF(fourth, half
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c66 frame_t half[HALF_FRAMES]; variable
165 half[i].left = sine[i].left;
166 half[i].right = sawtooth[i].right / 2;
197 buffer = half;
198 size = sizeof(half);
/frameworks/compile/linkloader/include/
H A DELFTypes.h125 typedef detail::ELFHalf half; typedef in struct:ELFPrimitiveTypes
146 typedef detail::ELFHalf half; typedef in struct:ELFPrimitiveTypes
187 typedef typename ELFPrimitiveTypes<BITWIDTH>::half half_t; \
205 typedef ELFPrimitiveTypes<BITWIDTH>::half half_t; \

Completed in 382 milliseconds