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:PathStrokeList
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/tessellate/
H
A
D
StrokeTessellator.h
24
struct
PathStrokeList
{
struct in skgpu::StrokeTessellator
25
PathStrokeList
(const SkPath& path, const SkStrokeRec& stroke, const SkPMColor4f& color)
in PathStrokeList()
function
30
PathStrokeList
* fNext = nullptr;
42
PathStrokeList
*,
124
using
PathStrokeList
= StrokeTessellator::
PathStrokeList
;
128
float fetchRadialSegmentsPerRadian(
PathStrokeList
* head) {
in fetchRadialSegmentsPerRadian()
135
PathStrokeList
* peekAhead = head;
in fetchRadialSegmentsPerRadian()
H
A
D
StrokeHardwareTessellator.h
26
PathStrokeList
*,
H
A
D
StrokeFixedCountTessellator.h
29
PathStrokeList
*,
H
A
D
StrokeFixedCountTessellator.cpp
242
PathStrokeList
* pathStrokeList,
in prepare()
276
for (
PathStrokeList
* pathStroke = pathStrokeList; pathStroke; pathStroke = pathStroke->fNext) {
in prepare()
H
A
D
StrokeHardwareTessellator.cpp
702
PathStrokeList
* pathStrokeList,
in prepare()
732
for (
PathStrokeList
* pathStroke = pathStrokeList; pathStroke; pathStroke = pathStroke->fNext) {
in prepare()
/third_party/skia/src/gpu/ops/
H
A
D
StrokeTessellateOp.h
28
using
PathStrokeList
= StrokeTessellator::
PathStrokeList
;
70
PathStrokeList
fPathStrokeList;
71
PathStrokeList
** fPathStrokeTail = &fPathStrokeList.fNext;
H
A
D
StrokeTessellateOp.cpp
143
// Concat the op's
PathStrokeList
. Since the head element is allocated inside the op, we need to
in onCombineIfPossible()
145
auto* headCopy = alloc->make<
PathStrokeList
>(std::move(op->fPathStrokeList));
in onCombineIfPossible()
/third_party/skia/bench/
H
A
D
TessellateBench.cpp
246
using
PathStrokeList
= StrokeTessellator::
PathStrokeList
;
257
using MakePathStrokesFn = std::vector<
PathStrokeList
>(*)();
259
static std::vector<
PathStrokeList
> make_simple_cubic_path() {
in make_simple_cubic_path()
272
static std::vector<
PathStrokeList
> make_motionmark_paths() {
in make_motionmark_paths()
273
std::vector<
PathStrokeList
> pathStrokes;
in make_motionmark_paths()
374
std::vector<
PathStrokeList
> fPathStrokes;
Completed in 6 milliseconds