Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:horiBearingX
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H
A
D
BigGlyphMetrics.java
32
horiBearingX
(2),
enum constant
61
public int
horiBearingX
() {
in horiBearingX()
method in BigGlyphMetrics
62
return this.data.readChar(Offset.
horiBearingX
.offset);
in horiBearingX()
126
public int
horiBearingX
() {
in horiBearingX()
method in BigGlyphMetrics.Builder
127
return this.internalReadData().readChar(Offset.
horiBearingX
.offset);
in horiBearingX()
131
this.internalWriteData().writeChar(Offset.
horiBearingX
.offset, bearing);
in setHoriBearingX()
/third_party/skia/third_party/externals/freetype/src/cff/
H
A
D
cffgload.c
285
glyph->root.metrics.
horiBearingX
= (FT_Pos)metrics.
horiBearingX
* 64;
in FT_LOCAL_DEF()
302
glyph->root.bitmap_left = metrics.
horiBearingX
;
in FT_LOCAL_DEF()
536
glyph->root.metrics.
horiBearingX
= decoder.builder.left_bearing.x;
in FT_LOCAL_DEF()
551
FT_Short
horiBearingX
= 0;
in FT_LOCAL_DEF()
local
557
&
horiBearingX
,
in FT_LOCAL_DEF()
560
metrics->
horiBearingX
=
horiBearingX
;
in FT_LOCAL_DEF()
661
metrics->
horiBearingX
= cbox.xMin;
in FT_LOCAL_DEF()
666
metrics->vertBearingX = metrics->
horiBearingX
in FT_LOCAL_DEF()
[all...]
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_EBDT.h
31
SK_OT_CHAR
horiBearingX
;
member
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttsbit.c
657
metrics->
horiBearingX
= (FT_Char)p[2];
in tt_sbit_decoder_load_metrics()
995
FT_Char
horiBearingX
= (FT_Char)decoder->metrics->
horiBearingX
;
in tt_sbit_decoder_load_compound()
local
1038
decoder->metrics->
horiBearingX
=
horiBearingX
;
in tt_sbit_decoder_load_compound()
1586
metrics->
horiBearingX
= (FT_Short)originOffsetX;
in tt_face_load_sbix_image()
/third_party/skia/third_party/externals/freetype/src/cid/
H
A
D
cidgload.c
422
cidglyph->metrics.
horiBearingX
=
in FT_LOCAL_DEF()
505
metrics->
horiBearingX
= cbox.xMin;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type1/
H
A
D
t1gload.c
470
t1glyph->metrics.
horiBearingX
=
in FT_LOCAL_DEF()
565
metrics->
horiBearingX
= cbox.xMin;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/autofit/
H
A
D
afloader.c
511
vvector.x = slot->metrics.vertBearingX - slot->metrics.
horiBearingX
;
in FT_LOCAL_DEF()
537
slot->metrics.
horiBearingX
= bbox.xMin;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ft.cc
402
*x = ft_face->glyph->metrics.
horiBearingX
- ft_face->glyph->metrics.vertBearingX;
446
extents->x_bearing = ft_face->glyph->metrics.
horiBearingX
;
/third_party/skia/third_party/externals/freetype/src/truetype/
H
A
D
ttgload.c
2257
glyph->metrics.
horiBearingX
= bbox.xMin;
in compute_glyph_metrics()
2404
glyph->metrics.vertBearingX = SUB_LONG( glyph->metrics.
horiBearingX
,
in compute_glyph_metrics()
2448
glyph->metrics.
horiBearingX
= (FT_Pos)sbit_metrics.
horiBearingX
* 64;
in load_sbit_image()
2465
glyph->bitmap_left = sbit_metrics.
horiBearingX
;
in load_sbit_image()
2875
glyph->metrics.
horiBearingX
= FT_MulFix( left_bearing, x_scale );
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftobjs.c
791
metrics->
horiBearingX
= FT_PIX_FLOOR( metrics->
horiBearingX
);
in ft_glyphslot_grid_fit_metrics()
812
right = FT_PIX_CEIL_LONG( ADD_LONG( metrics->
horiBearingX
,
in ft_glyphslot_grid_fit_metrics()
817
metrics->
horiBearingX
= FT_PIX_FLOOR( metrics->
horiBearingX
);
in ft_glyphslot_grid_fit_metrics()
821
metrics->
horiBearingX
);
in ft_glyphslot_grid_fit_metrics()
1125
FT_TRACE5(( "
horiBearingX
: %f\n", metrics->
horiBearingX
/ 64.0 ));
in FT_EXPORT_DEF()
3068
metrics->vertBearingX = metrics->
horiBearingX
- metrics->horiAdvance / 2;
in ft_synthesize_vertical_metrics()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H
A
D
tttypes.h
414
*
horiBearingX
::
437
FT_Short
horiBearingX
;
member
515
* Minimum of
horiBearingX
(resp. vertBearingY).
519
* horizontal advance - (
horiBearingX
+ width )
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
freetype.h
296
*
horiBearingX
::
334
FT_Pos
horiBearingX
;
member
/third_party/skia/third_party/externals/freetype/src/pfr/
H
A
D
pfrobjs.c
457
metrics->
horiBearingX
= cbox.xMin;
in FT_LOCAL_DEF()
H
A
D
pfrsbit.c
768
glyph->root.metrics.
horiBearingX
= xpos * 64;
in FT_LOCAL()
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType.cpp
1028
vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.
horiBearingX
;
1239
vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.
horiBearingX
;
1359
vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.
horiBearingX
;
/third_party/skia/third_party/externals/freetype/src/pcf/
H
A
D
pcfdrivr.c
532
slot->metrics.
horiBearingX
= (FT_Pos)( metric->leftSideBearing * 64 );
in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/freetype/src/bdf/
H
A
D
bdfdrivr.c
856
slot->metrics.
horiBearingX
= (FT_Pos)( glyph.bbx.x_offset * 64 );
in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/freetype/src/winfonts/
H
A
D
winfnt.c
1074
slot->metrics.
horiBearingX
= 0;
in FNT_Load_Glyph()
Completed in 29 milliseconds