OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bearing
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/location/src/android/location/cts/
LocationTest.java
79
float
bearing
;
local
88
bearing
= zeroLocation.bearingTo(zeroLocation);
89
assertEquals(0.0f,
bearing
, DELTA);
91
bearing
= zeroLocation.bearingTo(testLocation);
92
assertEquals(90.0f,
bearing
, DELTA);
96
bearing
= zeroLocation.bearingTo(testLocation);
97
assertEquals(0.0f,
bearing
, DELTA);
/external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h
152
/*
bearing
:: The left-side or top-side
bearing
for the glyph. */
157
FT_Short
bearing
;
member in struct:TT_LongMetricsRec_
342
/* horiBearingX :: The horizontal left
bearing
. */
344
/* horiBearingY :: The horizontal top
bearing
. */
348
/* vertBearingX :: The vertical left
bearing
. */
350
/* vertBearingY :: The vertical top
bearing
. */
385
/* bearingX :: The left-side
bearing
. */
387
/* bearingY :: The top-side
bearing
. */
[
all
...]
/external/freetype/include/internal/
tttypes.h
221
/*
bearing
:: The left-side or top-side
bearing
for the glyph. */
226
FT_Short
bearing
;
member in struct:TT_LongMetricsRec_
411
/* horiBearingX :: The horizontal left
bearing
. */
413
/* horiBearingY :: The horizontal top
bearing
. */
417
/* vertBearingX :: The vertical left
bearing
. */
419
/* vertBearingY :: The vertical top
bearing
. */
454
/* bearingX :: The left-side
bearing
. */
456
/* bearingY :: The top-side
bearing
. */
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 185 milliseconds