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:unstyledKeySize
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/ops/
H
A
D
SmallPathShapeData.cpp
19
int shapeKeySize = shape.
unstyledKeySize
();
in SmallPathShapeDataKey()
42
int shapeKeySize = shape.
unstyledKeySize
();
in SmallPathShapeDataKey()
H
A
D
SoftwarePathRenderer.cpp
289
GrUniqueKey::Builder builder(&maskKey, kDomain, 7 + args.fShape->
unstyledKeySize
(),
in onDrawPath()
H
A
D
TriangulatingPathRenderer.cpp
241
int shapeKeyDataCnt = shape.
unstyledKeySize
();
in CreateKey()
/third_party/skia/src/gpu/geometry/
H
A
D
GrStyledShape.h
250
int
unstyledKeySize
() const;
252
bool hasUnstyledKey() const { return this->
unstyledKeySize
() >= 0; }
in hasUnstyledKey()
255
* Writes
unstyledKeySize
() bytes into the provided pointer. Assumes that there is enough
256
* space allocated for the key and that
unstyledKeySize
() does not return a negative value
H
A
D
GrStyledShape.cpp
133
int GrStyledShape::
unstyledKeySize
() const {
in unstyledKeySize()
function in GrStyledShape
179
SkASSERT(this->
unstyledKeySize
());
in writeUnstyledKey()
238
SkASSERT(key - origKey == this->
unstyledKeySize
());
in writeUnstyledKey()
255
parentCnt = parent.
unstyledKeySize
();
in setInheritedKey()
/third_party/skia/src/gpu/
H
A
D
GrBlurUtils.cpp
337
GrUniqueKey::Builder builder(maskKey, kDomain, 5 + 2 + shape.
unstyledKeySize
(),
in compute_key_and_clip_bounds()
/third_party/skia/src/utils/
H
A
D
SkShadowUtils.cpp
406
int keyBytes() const { return fShapeForKey.
unstyledKeySize
() * sizeof(uint32_t); }
in keyBytes()
/third_party/skia/tests/
H
A
D
GrStyledShapeTest.cpp
41
int size = shape.
unstyledKeySize
();
in make_key()
Completed in 12 milliseconds