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:canDrawArgs
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/gpu/v1/
H
A
D
SurfaceDrawContext.cpp
922
PathRenderer::CanDrawPathArgs
canDrawArgs
;
in stencilPath()
local
923
canDrawArgs
.fCaps = fContext->priv().caps();
in stencilPath()
924
canDrawArgs
.fProxy = this->asRenderTargetProxy();
in stencilPath()
925
canDrawArgs
.fClipConservativeBounds = &clipBounds;
in stencilPath()
926
canDrawArgs
.fViewMatrix = &viewMatrix;
in stencilPath()
927
canDrawArgs
.fShape = &shape;
in stencilPath()
928
canDrawArgs
.fPaint = nullptr;
in stencilPath()
929
canDrawArgs
.fSurfaceProps = &fSurfaceProps;
in stencilPath()
930
canDrawArgs
.fAAType = (doStencilMSAA == GrAA::kYes) ? GrAAType::kMSAA : GrAAType::kNone;
in stencilPath()
931
canDrawArgs
in stencilPath()
1627
PathRenderer::CanDrawPathArgs
canDrawArgs
;
drawAndStencilPath()
local
1803
PathRenderer::CanDrawPathArgs
canDrawArgs
;
drawShapeUsingPathRenderer()
local
[all...]
H
A
D
StencilMaskHelper.cpp
427
PathRenderer::CanDrawPathArgs
canDrawArgs
;
in drawPath()
local
428
canDrawArgs
.fCaps = fContext->priv().caps();
in drawPath()
429
canDrawArgs
.fProxy = fSDC->asRenderTargetProxy();
in drawPath()
430
canDrawArgs
.fClipConservativeBounds = &fClip.fixedClip().scissorRect();
in drawPath()
431
canDrawArgs
.fViewMatrix = &matrix;
in drawPath()
432
canDrawArgs
.fShape = &shape;
in drawPath()
433
canDrawArgs
.fPaint = nullptr;
in drawPath()
434
canDrawArgs
.fSurfaceProps = &fSDC->surfaceProps();
in drawPath()
435
canDrawArgs
.fAAType = pathAAType;
in drawPath()
436
canDrawArgs
in drawPath()
[all...]
Completed in 4 milliseconds