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:GetSlant
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyle_fuzzer/
H
A
D
fontstyle_fuzzer.cpp
53
fontStyleTwo.
GetSlant
();
in FontStyleFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H
A
D
font_style.h
84
Slant
GetSlant
() const { return (Slant)((fValue >> BIT24) & 0xFF); }
in GetSlant()
function in OHOS::Rosen::Drawing::FontStyle
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H
A
D
paragraph_builder_test.cpp
158
EXPECT_EQ(paragraphBuilder_->builder_->peekStyle().fFontStyle.
GetSlant
(), RSFontStyle::Slant::ITALIC_SLANT);
in HWTEST_F()
172
EXPECT_EQ(paragraphBuilder_->builder_->peekStyle().fFontStyle.
GetSlant
(), RSFontStyle::Slant::OBLIQUE_SLANT);
in HWTEST_F()
187
EXPECT_EQ(paragraphBuilder_->builder_->peekStyle().fFontStyle.
GetSlant
(), RSFontStyle::Slant::UPRIGHT_SLANT);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H
A
D
texgine_typeface.cpp
96
return static_cast<size_t>(typeface_->GetFontStyle().
GetSlant
());
in FontStyleDetection()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_convert_utils.h
112
static_cast<SkFontStyle::Slant>(fontStyle.
GetSlant
())};
in DrawingFontStyleCastToSkFontStyle()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_font_mgr.cpp
252
fontStyleStruct.slant = static_cast<OH_Drawing_FontStyle>(tempFontStyle.
GetSlant
());
in OH_Drawing_FontStyleSetGetStyle()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H
A
D
paragraph_impl.cpp
306
txt.fontStyle = GetTxtFontStyle(skStyle.getFontStyle().
GetSlant
());
in SkStyleToTextStyle()
Completed in 3 milliseconds