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

  /external/skia/gpu/src/
GrTouchGesture.cpp 98 static float center(float pos0, float pos1) {
99 return (pos0 + pos1) * 0.5f;
  /external/skia/src/views/
SkTouchGesture.cpp 191 static float center(float pos0, float pos1) {
192 return (pos0 + pos1) * 0.5f;
  /external/grub/netboot/
sk_g16.c 135 * The POS is composed of 8 separate registers (POS0-7) which
170 * If POS0,POS1 contain the following ID, then we know
1110 unsigned char pos0 = inb(SK_POS0), local
1118 "## pos0=%#hX pos1=%#hX pos2=%#hX pos3=%#hX pos4=%#hX\n",
1119 SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4);

Completed in 35 milliseconds