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

  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 135 float firstX = vt.getXVelocity();
142 assertEqualFuzzy(firstX, secondX, 0.1f);
157 float firstX = vt.getXVelocity();
164 assertEqualFuzzy(firstX, secondX, 0.1f);
179 float firstX = vt.getXVelocity();
186 assertEqualFuzzy(firstX, secondX, 0.1f);
201 float firstX = vt.getXVelocity();
206 assertEquals(firstX, secondX);
220 float firstX = vt.getXVelocity();
225 assertEqualFuzzy(firstX, secondX / 1000.0f, 0.1f)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRegion_path.cpp 25 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
45 SkDebugf(" %d", line->firstX()[i]);
70 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); }
89 !memcmp(fPrevScanline->firstX(),
90 fCurrScanline->firstX(),
139 fCurrXPtr = fCurrScanline->firstX();
145 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
160 fCurrXPtr = fCurrScanline->firstX();
164 if (fCurrXPtr > fCurrScanline->firstX() && fCurrXPtr[-1] == x) {
193 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1)
    [all...]
  /external/skia/src/core/
SkRegion_path.cpp 25 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
45 SkDebugf(" %d", line->firstX()[i]);
70 SkRegion::RunType* firstX() const { return (SkRegion::RunType*)(this + 1); }
89 !memcmp(fPrevScanline->firstX(),
90 fCurrScanline->firstX(),
139 fCurrXPtr = fCurrScanline->firstX();
145 fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->firstX()));
160 fCurrXPtr = fCurrScanline->firstX();
164 if (fCurrXPtr > fCurrScanline->firstX() && fCurrXPtr[-1] == x) {
193 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1)
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp     [all...]

Completed in 421 milliseconds