OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
26
fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->
firstX
()));
46
SkDebugf(" %d", line->
firstX
()[i]);
71
SkRegion::RunType*
firstX
() const { return (SkRegion::RunType*)(this + 1); }
90
!memcmp(fPrevScanline->
firstX
(),
91
fCurrScanline->
firstX
(),
158
fCurrXPtr = fCurrScanline->
firstX
();
164
fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->
firstX
()));
179
fCurrXPtr = fCurrScanline->
firstX
();
183
if (fCurrXPtr > fCurrScanline->
firstX
() && fCurrXPtr[-1] == x) {
212
r->set(line->
firstX
()[0], fTop, line->firstX()[1], line->fLastY + 1)
[
all
...]
/external/skia/src/core/
SkRegion_path.cpp
26
fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->
firstX
()));
46
SkDebugf(" %d", line->
firstX
()[i]);
71
SkRegion::RunType*
firstX
() const { return (SkRegion::RunType*)(this + 1); }
90
!memcmp(fPrevScanline->
firstX
(),
91
fCurrScanline->
firstX
(),
158
fCurrXPtr = fCurrScanline->
firstX
();
164
fCurrScanline->fXCount = (SkRegion::RunType)((int)(fCurrXPtr - fCurrScanline->
firstX
()));
179
fCurrXPtr = fCurrScanline->
firstX
();
183
if (fCurrXPtr > fCurrScanline->
firstX
() && fCurrXPtr[-1] == x) {
212
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 232 milliseconds