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:PathTessellator
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/src/gpu/tessellate/
H
A
D
PathTessellator.h
32
class
PathTessellator
{
class
63
virtual ~
PathTessellator
() {}
in ~PathTessellator()
140
PathTessellator
(bool infinitySupport, PatchAttribs attribs) : fAttribs(attribs) {
in PathTessellator()
function in skgpu::PathTessellator
H
A
D
PathWedgeTessellator.h
11
#include "src/gpu/tessellate/
PathTessellator
.h"
19
class PathWedgeTessellator final : public
PathTessellator
{
28
:
PathTessellator
(infinitySupport, attribs) {
in PathWedgeTessellator()
H
A
D
PathCurveTessellator.h
11
#include "src/gpu/tessellate/
PathTessellator
.h"
18
class PathCurveTessellator final : public
PathTessellator
{
28
:
PathTessellator
(infinitySupport, attribs) {}
in PathCurveTessellator()
H
A
D
PatchWriter.h
19
class
PathTessellator
;
36
//
PathTessellator
.
37
PatchWriter(GrMeshDrawTarget*,
PathTessellator
* tessellator, int initialPatchAllocCount);
H
A
D
PatchWriter.cpp
10
#include "src/gpu/tessellate/
PathTessellator
.h"
18
PathTessellator
* tessellator,
in PatchWriter()
/third_party/skia/src/gpu/tessellate/shaders/
H
A
D
GrPathTessellationShader_MiddleOut.cpp
12
#include "src/gpu/tessellate/
PathTessellator
.h"
70
return 1 << skgpu::
PathTessellator
::kMaxFixedResolveLevel;
105
(float)skgpu::
PathTessellator
::kMaxFixedResolveLevel);
in makeProgramImpl()
107
(float)(1 << skgpu::
PathTessellator
::kMaxFixedResolveLevel));
in makeProgramImpl()
/third_party/skia/src/gpu/ops/
H
A
D
PathTessellateOp.h
12
#include "src/gpu/tessellate/
PathTessellator
.h"
24
using PathDrawList =
PathTessellator
::PathDrawList;
74
PathTessellator
* fTessellator = nullptr;
H
A
D
PathStencilCoverOp.h
13
#include "src/gpu/tessellate/
PathTessellator
.h"
25
using PathDrawList =
PathTessellator
::PathDrawList;
50
//
PathTessellator
so the atlas can use that directly instead of going through this class.
99
PathTessellator
* fTessellator = nullptr;
H
A
D
AtlasRenderTask.h
15
#include "src/gpu/tessellate/
PathTessellator
.h"
64
using PathDrawList =
PathTessellator
::PathDrawList;
H
A
D
PathStencilCoverOp.cpp
242
PathTessellator
::MaxCombinedFanEdgesInPathDrawList(fTotalCombinedPathVerbCnt);
in onPrepare()
/third_party/skia/samplecode/
H
A
D
SamplePathTessellators.cpp
170
PathTessellator
* fTessellator = nullptr;
Completed in 5 milliseconds