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:DashInfo
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrStyle.h
190
struct
DashInfo
{
struct in GrStyle
191
DashInfo
() : fType(SkPathEffectBase::kNone_DashType) {}
in DashInfo()
function
192
DashInfo
(const
DashInfo
& that) { *this = that; }
in DashInfo()
function
193
DashInfo
& operator=(const
DashInfo
& that) {
in operator =()
214
DashInfo
fDashInfo;
H
A
D
GrTestUtils.h
85
DashType onAsADash(
DashInfo
* info) const override;
H
A
D
GrStyle.cpp
113
SkPathEffect::
DashInfo
info;
in initPathEffect()
H
A
D
GrTestUtils.cpp
301
SkPathEffect::DashType TestDashPathEffect::onAsADash(
DashInfo
* info) const {
in onAsADash()
/third_party/skia/include/core/
H
A
D
SkPathEffect.h
58
struct
DashInfo
{
struct in SkPathEffect
59
DashInfo
() : fIntervals(nullptr), fCount(0), fPhase(0) {}
in DashInfo()
function
60
DashInfo
(SkScalar* intervals, int32_t count, SkScalar phase)
in DashInfo()
function
70
DashType asADash(
DashInfo
* info) const;
/third_party/skia/tests/
H
A
D
AsADashTest.cpp
18
SkPathEffect::
DashInfo
info;
in DEF_TEST()
40
SkPathEffect::
DashInfo
info;
in DEF_TEST()
/third_party/skia/src/effects/
H
A
D
SkDashImpl.h
26
DashType onAsADash(
DashInfo
* info) const override;
H
A
D
SkDashPathEffect.cpp
359
SkPathEffect::DashType SkDashImpl::onAsADash(
DashInfo
* info) const {
/third_party/skia/src/utils/
H
A
D
SkDashPathPriv.h
27
const SkPathEffect::
DashInfo
& info);
H
A
D
SkDashPath.cpp
441
const SkRect* cullRect, const SkPathEffect::
DashInfo
& info) {
/third_party/skia/src/core/
H
A
D
SkPathEffectBase.h
74
* and None otherwise. If a non NULL info is passed in, the various
DashInfo
will be filled
110
virtual DashType onAsADash(
DashInfo
*) const {
in onAsADash()
H
A
D
SkPictureCommon.h
39
SkPathEffect::
DashInfo
info;
in operator ()()
H
A
D
SkPathEffect.cpp
41
SkPathEffect::DashType SkPathEffect::asADash(
DashInfo
* info) const {
in asADash()
/third_party/skia/src/gpu/ops/
H
A
D
DashOp.cpp
702
* interval). The radius of the dots is given by the strokeWidth and the spacing by the
DashInfo
.
711
typedef SkPathEffect::
DashInfo
DashInfo
;
typedef in skgpu::v1::DashOp::__anon18834::DashingCircleEffect
902
* length and spacing by the
DashInfo
. Both of the previous two parameters are in device space.
911
typedef SkPathEffect::
DashInfo
DashInfo
;
typedef in skgpu::v1::DashOp::DashingLineEffect
/third_party/skia/tools/debugger/
H
A
D
DrawCommand.cpp
851
SkPathEffect::
DashInfo
dashInfo;
in apply_paint_patheffect()
Completed in 12 milliseconds