Searched defs:bearing (Results 1 - 2 of 2) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocation.java23 private float bearing; field in class:ShadowLocation
60 bearing = l.getBearing();
136 return bearing;
140 public void setBearing(float bearing) { argument
141 this.bearing = bearing;
147 this.bearing = 0.0f;
347 * shortest path between them. Distance and bearing are defined using the
351 * 2 or greater, the initial bearing is stored in results[1]. If results has
352 * length 3 or greater, the final bearing i
[all...]
/external/freetype/include/freetype/internal/
H A Dtttypes.h152 /* bearing :: The left-side or top-side bearing for the glyph. */
157 FT_Short bearing; member in struct:TT_LongMetricsRec_
423 /* horiBearingX :: The horizontal left bearing. */
425 /* horiBearingY :: The horizontal top bearing. */
429 /* vertBearingX :: The vertical left bearing. */
431 /* vertBearingY :: The vertical top bearing. */
466 /* bearingX :: The left-side bearing. */
468 /* bearingY :: The top-side bearing. */
687 /* x_offset :: The element's left bearing
[all...]

Completed in 80 milliseconds