Home
last modified time | relevance | path

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

123

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.cc96 void BigGlyphMetrics::Builder::SetHoriBearingX(uint8_t bearing) { in SetHoriBearingX() argument
97 InternalWriteData()->WriteByte(Offset::kHoriBearingX, bearing); in SetHoriBearingX()
104 void BigGlyphMetrics::Builder::SetHoriBearingY(uint8_t bearing) { in SetHoriBearingY() argument
105 InternalWriteData()->WriteByte(Offset::kHoriBearingY, bearing); in SetHoriBearingY()
120 void BigGlyphMetrics::Builder::SetVertBearingX(uint8_t bearing) { in SetVertBearingX() argument
121 InternalWriteData()->WriteByte(Offset::kVertBearingX, bearing); in SetVertBearingX()
128 void BigGlyphMetrics::Builder::SetVertBearingY(uint8_t bearing) { in SetVertBearingY() argument
129 InternalWriteData()->WriteByte(Offset::kVertBearingY, bearing); in SetVertBearingY()
Dbig_glyph_metrics.h57 void SetHoriBearingX(uint8_t bearing);
59 void SetHoriBearingY(uint8_t bearing);
63 void SetVertBearingX(uint8_t bearing);
65 void SetVertBearingY(uint8_t bearing);
Dsmall_glyph_metrics.cc84 void SmallGlyphMetrics::Builder::SetBearingX(uint8_t bearing) { in SetBearingX() argument
85 InternalWriteData()->WriteByte(Offset::kBearingX, bearing); in SetBearingX()
92 void SmallGlyphMetrics::Builder::SetBearingY(uint8_t bearing) { in SetBearingY() argument
93 InternalWriteData()->WriteByte(Offset::kBearingY, bearing); in SetBearingY()
Dsmall_glyph_metrics.h53 void SetBearingX(uint8_t bearing);
55 void SetBearingY(uint8_t bearing);
/external/slf4j/slf4j-migrator/
DLIMITATIONS.txt10 very few log statements bearing the FATAL level.
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.h35 u16 bearing; /* valid if bearing_present=1 */ member
Dwnm_sta.c486 rep->bearing = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem()
/external/llvm-project/mlir/test/Dialect/Standard/
Dtensor-constant-bufferize.mlir5 // The name isn't load-bearing though.
/external/freetype/include/freetype/internal/
Dtttypes.h171 FT_Short bearing; member
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Ddiscovery.proto119 // DiscoveryRequest bearing the nonce. The nonce is optional and is not
/external/auto/value/userguide/
Dindex.md51 for each desired property, and bearing the `@AutoValue` annotation.
/external/skqp/docs/
Dspelling.txt18 be bearing because become becomes been before begin beginning begins behaves behavior being below
/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/protobuf/javanano/
DREADME.md94 - Enum constants can be generated into container interfaces bearing
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Deds_for_test.proto204 // DiscoveryRequest bearing the nonce. The nonce is optional and is not
/external/freetype/
DChangeLog.281082 truly void of hinting in x-direction, with left side bearing never
1083 changed and right side bearing only altered by advance rounding.
/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 "
Dja.po2754 "Indicates the reference used for giving the bearing to the destination "
2764 "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 "
Dsq.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 "
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 "
/external/python/cpython3/Doc/c-api/
Dunicode.rst329 It has no bearing on the handling of strings written to :data:`sys.stdout` or

123