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
defs:upem
(Results
1 - 21
of
21
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
test-buffer-serialize.cc
57
unsigned int
upem
= hb_face_get_upem (face);
in main()
local
H
A
D
test.cc
53
unsigned int
upem
= hb_face_get_upem (face);
in main()
local
H
A
D
hb-face.hh
56
mutable hb_atomic_int_t
upem
; /* Units-per-EM. */
member
H
A
D
sample.py
16
upem
= hb.face_get_upem (face)
variable
H
A
D
hb-ot-head-table.hh
52
unsigned int
upem
= unitsPerEm;
in get_upem()
local
H
A
D
hb-face.cc
465
hb_face_set_
upem
(hb_face_t *face, unsigned int
upem
)
hb_face_set_upem()
argument
H
A
D
hb-graphite2.cc
325
unsigned int
upem
= hb_face_get_upem (face);
in _hb_graphite2_shape()
local
H
A
D
main.cc
94
unsigned
upem
= hb_face_get_upem (face);
in png_dump()
local
H
A
D
hb-font.hh
617
signed
upem
= face->get_upem ();
in mults_changed()
local
H
A
D
hb-ot-color-cbdt-table.hh
932
unsigned int
upem
;
member
/third_party/skia/tools/fonts/
H
A
D
ToolUtilsFont.cpp
69
const float
upem
= 200;
in sample_user_typeface()
local
H
A
D
TestSVGTypeface.cpp
178
SkScalar
upem
= this->getTestSVGTypeface()->fUpem;
in SkTestSVGScalerContext()
local
52
TestSVGTypeface(const char* name, int
upem
, const SkFontMetrics& fontMetrics, SkSpan<const SkSVGTestTypefaceGlyphData> data, const SkFontStyle& style)
TestSVGTypeface()
argument
/third_party/skia/gm/
H
A
D
userfont.cpp
21
const float
upem
= font.getTypefaceOrDefault()->getUnitsPerEm();
in make_tf()
local
/third_party/skia/third_party/externals/freetype/src/autofit/
H
A
D
afshaper.c
467
FT_Int
upem
;
in af_shaper_get_cluster()
local
/third_party/skia/third_party/externals/harfbuzz/test/api/
H
A
D
test-font.c
128
unsigned int
upem
= hb_face_get_upem (hb_font_get_face (font));
in _test_font_nil_funcs()
local
467
unsigned int
upem
;
in test_font_properties()
local
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
H
A
D
hb-aots-tester.cpp
75
unsigned int
upem
= hb_face_get_upem (face);
in runTest()
local
/third_party/skia/src/utils/
H
A
D
SkCustomTypeface.cpp
260
static void compress_write(SkWStream* stream, const SkPath& path, int
upem
) {
in compress_write()
argument
/third_party/skia/src/ports/
H
A
D
SkScalerContext_mac_ct.cpp
711
unsigned
upem
= CTFontGetUnitsPerEm(this->fCTFont.get());
in generateFontMetrics()
local
H
A
D
SkScalerContext_win_dw.cpp
805
SkScalar
upem
= SkIntToScalar(dwfm.designUnitsPerEm);
in generateFontMetrics()
local
[all...]
H
A
D
SkFontHost_win.cpp
748
SkScalar
upem
= SkIntToScalar(otm.otmEMSquare);
in SkScalerContext_GDI()
local
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttsbit.c
411
FT_UShort
upem
, ppem, resolution;
in FT_LOCAL_DEF()
local
Completed in 43 milliseconds