Home
last modified time | relevance | path

Searched refs:bearing (Results 1 – 25 of 50) sorted by relevance

12

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.cc96 void BigGlyphMetrics::Builder::SetHoriBearingX(byte_t bearing) { in SetHoriBearingX() argument
97 InternalWriteData()->WriteByte(Offset::kHoriBearingX, bearing); in SetHoriBearingX()
104 void BigGlyphMetrics::Builder::SetHoriBearingY(byte_t bearing) { in SetHoriBearingY() argument
105 InternalWriteData()->WriteByte(Offset::kHoriBearingY, bearing); in SetHoriBearingY()
120 void BigGlyphMetrics::Builder::SetVertBearingX(byte_t bearing) { in SetVertBearingX() argument
121 InternalWriteData()->WriteByte(Offset::kVertBearingX, bearing); in SetVertBearingX()
128 void BigGlyphMetrics::Builder::SetVertBearingY(byte_t bearing) { in SetVertBearingY() argument
129 InternalWriteData()->WriteByte(Offset::kVertBearingY, bearing); in SetVertBearingY()
Dbig_glyph_metrics.h57 void SetHoriBearingX(byte_t bearing);
59 void SetHoriBearingY(byte_t bearing);
63 void SetVertBearingX(byte_t bearing);
65 void SetVertBearingY(byte_t bearing);
Dsmall_glyph_metrics.cc84 void SmallGlyphMetrics::Builder::SetBearingX(byte_t bearing) { in SetBearingX() argument
85 InternalWriteData()->WriteByte(Offset::kBearingX, bearing); in SetBearingX()
92 void SmallGlyphMetrics::Builder::SetBearingY(byte_t bearing) { in SetBearingY() argument
93 InternalWriteData()->WriteByte(Offset::kBearingY, bearing); in SetBearingY()
Dsmall_glyph_metrics.h53 void SetBearingX(byte_t bearing);
55 void SetBearingY(byte_t bearing);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLocation.java23 private float bearing; field in ShadowLocation
60 bearing = l.getBearing(); in set()
136 return bearing; in getBearing()
140 public void setBearing(float bearing) { in setBearing() argument
141 this.bearing = bearing; in setBearing()
147 this.bearing = 0.0f; in removeBearing()
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.h35 u16 bearing; /* valid if bearing_present=1 */ member
Dwnm_sta.c390 rep->bearing = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem()
/external/slf4j/slf4j-migrator/
DLIMITATIONS.txt10 very few log statements bearing the FATAL level.
/external/pdfium/third_party/freetype/include/freetype/internal/
Dtttypes.h226 FT_Short bearing; member
/external/freetype/include/freetype/internal/
Dtttypes.h226 FT_Short bearing; member
/external/google-breakpad/src/common/mac/
Ddump_syms.mm119 fprintf(stderr, "Unable to find DWARF-bearing file in bundle: %s\n",
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt52 its worth bearing in mind to understand it all. (Note that even if a
/external/protobuf/javanano/
DREADME.md91 - Enum constants can be generated into container interfaces bearing
/external/bzip2/
Dbzip2.txt228 or three hundred k of block size, a fact worth bearing in
Dbzip2.1.preformatted231 or three hundred k of block size, a fact worth bearing in
/external/libexif/po/
Den_GB.po2845 "Indicates the reference used for giving the bearing to the destination "
2848 "Indicates the reference used for giving the bearing to the destination "
2857 "Indicates the bearing to the destination point. The range of values is from "
2860 "Indicates the bearing to the destination point. The range of values is from "
Den_AU.po2845 "Indicates the reference used for giving the bearing to the destination "
2848 "Indicates the reference used for giving the bearing to the destination "
2857 "Indicates the bearing to the destination point. The range of values is from "
2860 "Indicates the bearing to the destination point. The range of values is from "
Dlibexif-12.pot2741 "Indicates the reference used for giving the bearing to the destination "
2751 "Indicates the bearing to the destination point. The range of values is from "
Den_CA.po2750 "Indicates the reference used for giving the bearing to the destination "
2760 "Indicates the bearing to the destination point. The range of values is from "
Dsr.po2786 "Indicates the reference used for giving the bearing to the destination "
2796 "Indicates the bearing to the destination point. The range of values is from "
Duk.po2744 "Indicates the reference used for giving the bearing to the destination "
2754 "Indicates the bearing to the destination point. The range of values is from "
Dbe.po2745 "Indicates the reference used for giving the bearing to the destination "
2755 "Indicates the bearing to the destination point. The range of values is from "
Dru.po2815 "Indicates the reference used for giving the bearing to the destination "
2825 "Indicates the bearing to the destination point. The range of values is from "
/external/protobuf/
DCHANGES.txt470 - Enum constants can be generated into container interfaces bearing
/external/protobuf/util/
DCHANGES.txt470 - Enum constants can be generated into container interfaces bearing

12