HomeSort by relevance Sort by last modified time
    Searched refs:xpos (Results 26 - 50 of 166) sorted by null

12 3 4 5 6 7

  /frameworks/native/include/input/
VelocityTracker.h 215 float xpos, xvel, xaccel; member in struct:android::IntegratingVelocityTrackerStrategy::State
223 void initState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
224 void updateState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
  /external/chromium_org/third_party/skia/src/core/
SkBBoxRecord.cpp 180 void SkBBoxRecord::drawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[],
199 if (xpos[i] < bbox.fLeft) {
200 bbox.fLeft = xpos[i];
202 if (xpos[i] > bbox.fRight) {
203 bbox.fRight = xpos[i];
218 // INHERITED::drawPosTextH(text, byteLength, xpos, constY, paint);
220 drawPosTextHImpl(text, byteLength, xpos, constY, paint, flatPaintData);
SkBBoxRecord.h 54 const SkScalar xpos[], SkScalar constY,
SkPictureRecord.h 75 const SkScalar xpos[], SkScalar constY, const SkPaint&) SK_OVERRIDE;
238 const SkScalar xpos[], SkScalar constY,
  /external/skia/src/core/
SkBBoxRecord.cpp 180 void SkBBoxRecord::drawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[],
199 if (xpos[i] < bbox.fLeft) {
200 bbox.fLeft = xpos[i];
202 if (xpos[i] > bbox.fRight) {
203 bbox.fRight = xpos[i];
218 // INHERITED::drawPosTextH(text, byteLength, xpos, constY, paint);
220 drawPosTextHImpl(text, byteLength, xpos, constY, paint, flatPaintData);
SkBBoxRecord.h 54 const SkScalar xpos[], SkScalar constY,
SkPictureRecord.h 75 const SkScalar xpos[], SkScalar constY, const SkPaint&) SK_OVERRIDE;
238 const SkScalar xpos[], SkScalar constY,
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 68 hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos,
88 *xpos = face->glyph->outline.points[point].x;
  /external/chromium/base/
string_piece.cc 43 const size_type xpos = result - ptr_; local
44 return xpos + s.length_ <= length_ ? xpos : npos;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.cc 49 const size_type xpos = result - ptr_; local
50 return xpos + s.length_ <= length_ ? xpos : npos;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 157 int xpos, /* i */
207 int xpos,
248 int xpos,
  /external/chromium_org/base/strings/
string_piece.cc 62 const StringPiece::size_type xpos = local
64 return xpos + s.size() <= self.size() ? xpos : StringPiece::npos;
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 193 int xpos = xPosition.get(xPosition.size() - 1); local
206 if (xpos >= lineLength * 2) {
314 float xpos = 0; field in class:TestBatchNodeCluster
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 150 (xpos, ypos) = self.scroll.GetViewStart()
151 xpos = self.us_to_px(x) / self.scroll_scale
152 self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale, xpos, ypos)
  /external/chromium_org/third_party/skia/include/utils/
SkLuaCanvas.h 62 const SkScalar xpos[], SkScalar constY,
  /external/skia/include/utils/
SkLuaCanvas.h 62 const SkScalar xpos[], SkScalar constY,
  /frameworks/native/libs/input/
VelocityTracker.cpp 741 nsecs_t eventTime, float xpos, float ypos) const {
745 state.xpos = xpos;
754 nsecs_t eventTime, float xpos, float ypos) const {
765 float xvel = (xpos - state.xpos) / dt;
791 state.xpos = xpos;
800 outEstimator->xCoeff[0] = state.xpos;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 176 uint32_t xpos; /* 23-22 button color number */ member in struct:video_highlight
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 176 uint32_t xpos; /* 23-22 button color number */ member in struct:video_highlight
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 176 uint32_t xpos; /* 23-22 button color number */ member in struct:video_highlight
  /external/chromium_org/third_party/skia/src/utils/
SkProxyCanvas.cpp 134 const SkScalar xpos[], SkScalar constY,
136 fProxy->drawPosTextH(text, byteLength, xpos, constY, paint);
  /external/skia/src/utils/
SkProxyCanvas.cpp 134 const SkScalar xpos[], SkScalar constY,
136 fProxy->drawPosTextH(text, byteLength, xpos, constY, paint);
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 40 unsigned int xpos,
55 tileX = xpos / 16;
58 offset = (ypos & 15) * 16 + (xpos & 15);
61 tileX = xpos / 16;
64 offset = (ypos & 7) * 16 + (xpos & 15);
  /external/jpeg/
jccoefct.c 150 JDIMENSION ypos, xpos; local
172 xpos = MCU_col_num * compptr->MCU_sample_width;
180 ypos, xpos, (JDIMENSION) blockcnt);
  /external/qemu/distrib/jpeg-6b/
jccoefct.c 150 JDIMENSION ypos, xpos; local
172 xpos = MCU_col_num * compptr->MCU_sample_width;
180 ypos, xpos, (JDIMENSION) blockcnt);

Completed in 237 milliseconds

12 3 4 5 6 7