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:fAvgCharWidth
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkFontMetrics.h
26
this->
fAvgCharWidth
== that.
fAvgCharWidth
&&
in operator ==()
57
SkScalar
fAvgCharWidth
; //!< average character width, zero if unknown
member
/third_party/skia/tools/fonts/
H
A
D
ToolUtilsFont.cpp
79
metrics.
fAvgCharWidth
= 150;
in sample_user_typeface()
H
A
D
create_test_font.cpp
270
output_scalar(metrics.
fAvgCharWidth
, emSize, &metricsStr);
in output_font()
H
A
D
TestSVGTypeface.cpp
289
metrics.
fAvgCharWidth
= 1000;
in Default()
343
metrics.
fAvgCharWidth
= 200;
in Planets()
501
out->writeScalarAsText(fFontMetrics.
fAvgCharWidth
);
in exportTtxCommon()
/third_party/skia/src/core/
H
A
D
SkFont.cpp
322
metrics->
fAvgCharWidth
*= scale;
in ScaleFontMetrics()
/third_party/skia/src/utils/
H
A
D
SkCustomTypeface.cpp
20
SCALE_X(
fAvgCharWidth
);
in scale_fontmetrics()
/third_party/skia/src/ports/
H
A
D
SkScalerContext_mac_ct.cpp
677
metrics->
fAvgCharWidth
= SkScalarFromCGFloat( SkCGRectGetWidth(theBounds));
in generateFontMetrics()
H
A
D
SkFontHost_win.cpp
932
metrics->
fAvgCharWidth
= SkIntToScalar(fTM.tmAveCharWidth);
in generateFontMetrics()
959
metrics->
fAvgCharWidth
= SkIntToScalar(otm.otmTextMetrics.tmAveCharWidth);
in generateFontMetrics()
H
A
D
SkFontHost_FreeType.cpp
1496
metrics->
fAvgCharWidth
= avgCharWidth * fScale.y();
Completed in 13 milliseconds