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:getMetrics
(Results
1 - 25
of
37
) sorted by relevance
1
2
/third_party/skia/gm/
H
A
D
dftext.cpp
94
y += font.
getMetrics
(nullptr)*scales[i];
108
rotY += font.
getMetrics
(nullptr);
124
y += font.
getMetrics
(nullptr)*scaleFactor;
164
y += font.
getMetrics
(nullptr);
178
y += font.
getMetrics
(nullptr);
H
A
D
scaledemoji.cpp
77
font.
getMetrics
(&metrics);
125
font.
getMetrics
(&metrics);
185
font.
getMetrics
(&metrics);
H
A
D
userfont.cpp
32
font.
getMetrics
(&metrics);
in make_tf()
77
*spacing = font.
getMetrics
(nullptr);
in make_blob()
H
A
D
typeface.cpp
128
SkScalar dy = font.
getMetrics
(nullptr);
236
SkScalar dy = SkScalarCeilToScalar(font.
getMetrics
(nullptr));
in draw_typeface_rendering_gm()
283
SkScalar dy = SkScalarCeilToScalar(font.
getMetrics
(nullptr));
in draw_typeface_rendering_gm()
337
SkScalar dy = SkScalarCeilToScalar(font.
getMetrics
(nullptr));
in draw_typeface_rendering_gm()
H
A
D
coloremoji.cpp
105
font.
getMetrics
(&metrics);
143
shaderFont.
getMetrics
(&metrics);
H
A
D
skbug_5321.cpp
31
y += font.
getMetrics
(nullptr);
in DEF_SIMPLE_GM()
H
A
D
fontscaler.cpp
70
y += font.
getMetrics
(nullptr);
H
A
D
scaledemoji_rendering.cpp
63
font.
getMetrics
(&metrics);
H
A
D
poly2poly.cpp
64
font.
getMetrics
(&fm);
in doDraw()
H
A
D
fontscalerdistortable.cpp
127
y += font.
getMetrics
(nullptr);
H
A
D
colrv1.cpp
162
font.
getMetrics
(&metrics);
/third_party/skia/modules/skplaintexteditor/src/
H
A
D
shape.cpp
59
font.
getMetrics
(&metrics);
in finalRect()
102
info.fFont.
getMetrics
(&metrics);
in runInfo()
197
font.
getMetrics
(&metrics);
in set_character_bounds()
/third_party/skia/samplecode/
H
A
D
SampleChineseFling.cpp
78
font.
getMetrics
(&fMetrics);
187
font.
getMetrics
(&fMetrics);
H
A
D
SamplePolyToPoly.cpp
94
font.
getMetrics
(&fm);
in doDraw()
/third_party/skia/include/core/
H
A
D
SkFont.h
484
SkScalar
getMetrics
(SkFontMetrics* metrics) const;
490
Returns the same result as
getMetrics
().
494
SkScalar getSpacing() const { return this->
getMetrics
(nullptr); }
in getSpacing()
/third_party/skia/experimental/sktext/src/
H
A
D
Line.h
22
font.
getMetrics
(&metrics);
in TextMetrics()
177
TextMetrics
getMetrics
() const { return fTextMetrics; }
in getMetrics()
function in skia::text::LogicalLine
/third_party/skia/modules/skparagraph/src/
H
A
D
TextStyle.cpp
190
compressFont.
getMetrics
(metrics);
in getFontMetrics()
193
font.
getMetrics
(metrics);
in getFontMetrics()
H
A
D
ParagraphImpl.cpp
189
targetRun.fFont.
getMetrics
(&newFontMetrics);
in GetLineFontMetrics()
1376
compressFont.
getMetrics
(&metrics);
in GetLineFontMetrics()
1379
font.
getMetrics
(&metrics);
in GetLineFontMetrics()
1660
metrics.emplace_back(line.
getMetrics
());
in GetLineFontMetrics()
2038
*lineMetrics = line.
getMetrics
();
in GetLineFontMetrics()
2130
firstFont.
getMetrics
(&metrics);
in GetLineFontMetrics()
H
A
D
Run.h
517
compressFont.
getMetrics
(&metrics);
in InternalLineMetrics()
523
font.
getMetrics
(&metrics);
in InternalLineMetrics()
/third_party/icu/icu4c/source/test/perf/leperf/
H
A
D
PortableFontInstance.h
67
void
getMetrics
();
/third_party/icu/icu4c/source/test/letest/
H
A
D
PortableFontInstance.h
63
void
getMetrics
();
/third_party/skia/modules/skottie/src/text/
H
A
D
SkottieShaper.cpp
83
info.fFont.
getMetrics
(&metrics);
270
rec.fFont.
getMetrics
(&metrics);
in commitFragementedRun()
/third_party/skia/src/core/
H
A
D
SkFont.cpp
288
SkScalar SkFont::
getMetrics
(SkFontMetrics* metrics) const {
in getMetrics()
function in SkFont
/third_party/skia/tools/fonts/
H
A
D
create_test_font.cpp
261
font.
getMetrics
(&metrics);
in output_font()
/third_party/skia/modules/skshaper/src/
H
A
D
SkShaper.cpp
354
info.fFont.
getMetrics
(&metrics);
in Make()
Completed in 16 milliseconds
1
2