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:slant
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/src/ports/skia_ohos/
H
A
D
FontInfo_ohos.h
136
auto
slant
= style.
slant
();
in computeFontStyle()
local
H
A
D
FontConfig_ohos.h
173
int
slant
; // the value of mapping
slant
member
H
A
D
FontConfig_ohos.cpp
965
SkFontStyle::Slant
slant
= font.style.
slant
();
insertVariableFont()
local
[all...]
/third_party/skia/modules/skottie/tests/
H
A
D
Text.cpp
117
SkFontStyle::Slant
slant
;
in DEF_TEST()
member
/third_party/skia/src/ports/
H
A
D
SkTypeface_win_dw.h
30
SkFontStyle::Slant
slant
= SkFontStyle::kUpright_Slant;
in get_style()
local
H
A
D
SkFontMgr_preview.h
215
SkFontStyle::Slant
slant
= style.
slant
();
in SkFontStyleSet_Preview()
local
H
A
D
SkFontMgr_android.cpp
209
SkFontStyle::Slant
slant
= style.
slant
();
in SkFontStyleSet_Android()
local
H
A
D
SkFontConfigInterface_direct.cpp
97
SkFontStyle::Slant
slant
= (SkFontStyle::Slant)u8;
in readFromMemory()
local
[all...]
H
A
D
SkFontMgr_fuchsia.cpp
55
fuchsia::fonts::Slant SkToFuchsiaSlant(SkFontStyle::Slant
slant
) {
in SkToFuchsiaSlant()
argument
67
SkFontStyle::Slant FuchsiaToSkSlant(fuchsia::fonts::Slant
slant
) {
in FuchsiaToSkSlant()
argument
/third_party/skia/include/core/
H
A
D
SkFontStyle.h
48
constexpr SkFontStyle(int weight, int width, Slant
slant
) : fValue(
in SkFontStyle()
argument
62
Slant
slant
() const { return (Slant)((fValue >> 24) & 0xFF); }
in slant()
function in SkFontStyle
/third_party/ffmpeg/libavcodec/
H
A
D
aacenc_tns.c
172
const int
slant
= sce->ics.window_sequence[0] == LONG_STOP_SEQUENCE ? 1 :
in ff_aac_search_for_tns()
local
/third_party/skia/modules/svg/src/
H
A
D
SkSVGText.cpp
53
auto
slant
= [](const SkSVGFontStyle& s) {
in ResolveFont()
local
/third_party/skia/modules/skottie/src/layers/
H
A
D
TextLayer.cpp
84
auto
slant
= SkFontStyle::kUpright_Slant;
in FontStyle()
local
/third_party/skia/tools/fonts/
H
A
D
create_test_font.cpp
305
static const char* slant_to_string(SkFontStyle::Slant
slant
) {
in slant_to_string()
argument
/third_party/skia/modules/canvaskit/
H
A
D
paragraph_bindings.cpp
38
SkFontStyle::Slant
slant
;
member
Completed in 11 milliseconds