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:fXHeight
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkFontMetrics.h
30
this->
fXHeight
== that.
fXHeight
&&
in operator ==()
61
SkScalar
fXHeight
; //!< height of lower-case 'x', zero if unknown, typically negative
member
/third_party/skia/tools/fonts/
H
A
D
ToolUtilsFont.cpp
83
metrics.
fXHeight
= -100;
in sample_user_typeface()
H
A
D
create_test_font.cpp
274
output_scalar(metrics.
fXHeight
, emSize, &metricsStr);
in output_font()
H
A
D
TestSVGTypeface.cpp
293
metrics.
fXHeight
= 500;
in Default()
347
metrics.
fXHeight
= 100;
in Planets()
588
out->writeScalarAsText(fFontMetrics.
fXHeight
);
in exportTtxCommon()
/third_party/skia/src/ports/
H
A
D
SkScalerContext_mac_ct.cpp
681
metrics->
fXHeight
= SkScalarFromCGFloat( CTFontGetXHeight(fCTFont.get()));
in generateFontMetrics()
715
metrics->
fXHeight
= SkScalarFromCGFloat(xHeight * fontSize / upem);
in generateFontMetrics()
H
A
D
SkFontHost_win.cpp
936
//metrics->
fXHeight
= 0;
in generateFontMetrics()
970
metrics->
fXHeight
= SkIntToScalar(otm.otmsXHeight);
in generateFontMetrics()
975
metrics->
fXHeight
= SkIntToScalar(gm.gmBlackBoxY);
in generateFontMetrics()
H
A
D
SkScalerContext_win_dw.cpp
810
metrics->
fXHeight
= fTextSizeRender * SkIntToScalar(dwfm.xHeight) / upem;
in generateFontMetrics()
H
A
D
SkFontHost_FreeType.cpp
1500
metrics->
fXHeight
= x_height;
/third_party/skia/src/core/
H
A
D
SkFont.cpp
326
metrics->
fXHeight
*= scale;
in ScaleFontMetrics()
/third_party/skia/src/utils/
H
A
D
SkCustomTypeface.cpp
30
SCALE_Y(
fXHeight
);
in scale_fontmetrics()
/third_party/skia/modules/skparagraph/src/
H
A
D
Decorations.cpp
287
: fFontMetrics.
fXHeight
/ -2;
in calculateThickness()
/third_party/skia/src/pdf/
H
A
D
SkPDFFont.cpp
545
SkScalar xHeight = strike->getFontMetrics().
fXHeight
;
in emit_subset_type3()
Completed in 16 milliseconds