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:fCapHeight
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkFontMetrics.h
31
this->
fCapHeight
== that.
fCapHeight
&&
in operator ==()
62
SkScalar
fCapHeight
; //!< height of an upper-case letter, zero if unknown, typically negative
member
/third_party/skia/src/pdf/
H
A
D
SkPDFFont.cpp
124
if (0 == metrics->fStemV || 0 == metrics->
fCapHeight
) {
in GetMetrics()
141
if (0 == metrics->
fCapHeight
) {
in GetMetrics()
150
metrics->
fCapHeight
= SkToS16(SkScalarRoundToInt(capHeight / 2));
in GetMetrics()
252
scaleFromFontUnits(metrics.
fCapHeight
, emSize));
in PopulateCommonFontDescriptor()
500
if (metrics->
fCapHeight
!= 0) { descriptor.insertInt("CapHeight", metrics->
fCapHeight
); }
in type3_descriptor()
/third_party/skia/src/core/
H
A
D
SkAdvancedTypefaceMetrics.h
63
int16_t
fCapHeight
= 0; // Height (from baseline) of top of flat capitals.
variable
H
A
D
SkFont.cpp
327
metrics->
fCapHeight
*= scale;
in ScaleFontMetrics()
/third_party/skia/tools/fonts/
H
A
D
ToolUtilsFont.cpp
84
metrics.
fCapHeight
= 0;
in sample_user_typeface()
H
A
D
create_test_font.cpp
275
output_scalar(metrics.
fCapHeight
, emSize, &metricsStr);
in output_font()
H
A
D
TestSVGTypeface.cpp
294
metrics.
fCapHeight
= 700;
in Default()
348
metrics.
fCapHeight
= 180;
in Planets()
591
out->writeScalarAsText(fFontMetrics.
fCapHeight
);
in exportTtxCommon()
/third_party/skia/src/ports/
H
A
D
SkScalerContext_mac_ct.cpp
682
metrics->
fCapHeight
= SkScalarFromCGFloat( CTFontGetCapHeight(fCTFont.get()));
in generateFontMetrics()
719
metrics->
fCapHeight
= SkScalarFromCGFloat(capHeight * fontSize / upem);
in generateFontMetrics()
H
A
D
SkFontHost_FreeType.cpp
485
info->
fCapHeight
= pcltTable->CapHeight;
in onGetAdvancedMetrics()
497
info->
fCapHeight
= os2Table->sCapHeight;
in onGetAdvancedMetrics()
1501
metrics->
fCapHeight
= cap_height;
H
A
D
SkTypeface_win_dw.cpp
498
info->
fCapHeight
= SkToS16(dwfm.capHeight);
H
A
D
SkTypeface_mac_ct.cpp
609
info->
fCapHeight
= (int16_t) CTFontGetCapHeight(ctFont.get());
H
A
D
SkScalerContext_win_dw.cpp
811
metrics->
fCapHeight
= fTextSizeRender * SkIntToScalar(dwfm.capHeight) / upem;
in generateFontMetrics()
H
A
D
SkFontHost_win.cpp
1702
info->
fCapHeight
= otm.otmsCapEmHeight;
in onGetAdvancedMetrics()
/third_party/skia/src/utils/
H
A
D
SkCustomTypeface.cpp
31
SCALE_Y(
fCapHeight
);
in scale_fontmetrics()
Completed in 20 milliseconds