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:findOrCreate
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/gpu/ops/
H
A
D
SmallPathAtlasMgr.cpp
84
SmallPathShapeData* SmallPathAtlasMgr::
findOrCreate
(const SmallPathShapeDataKey& key) {
in findOrCreate()
function in skgpu::v1::SmallPathAtlasMgr
101
SmallPathShapeData* SmallPathAtlasMgr::
findOrCreate
(const GrStyledShape& shape,
in findOrCreate()
function in skgpu::v1::SmallPathAtlasMgr
105
// TODO: move the key into '
findOrCreate
'
in findOrCreate()
106
return this->
findOrCreate
(key);
in findOrCreate()
109
SmallPathShapeData* SmallPathAtlasMgr::
findOrCreate
(const GrStyledShape& shape,
in findOrCreate()
function in skgpu::v1::SmallPathAtlasMgr
113
// TODO: move the key into '
findOrCreate
'
in findOrCreate()
114
return this->
findOrCreate
(key);
in findOrCreate()
H
A
D
SmallPathAtlasMgr.h
42
SmallPathShapeData*
findOrCreate
(const GrStyledShape&, int desiredDimension);
43
SmallPathShapeData*
findOrCreate
(const GrStyledShape&, const SkMatrix& ctm);
79
SmallPathShapeData*
findOrCreate
(const SmallPathShapeDataKey&);
H
A
D
SmallPathRenderer.cpp
279
shapeData = atlasMgr->
findOrCreate
(args.fShape, ceilDesiredDimension);
296
shapeData = atlasMgr->
findOrCreate
(args.fShape, args.fViewMatrix);
/third_party/skia/tests/graphite/
H
A
D
UniformCacheTest.cpp
54
result1 = cache->
findOrCreate
(ud1);
in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
66
sk_sp<UniformData> result2 = cache->
findOrCreate
(ud2);
in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
79
sk_sp<UniformData> result3 = cache->
findOrCreate
(ud3);
in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/skia/experimental/graphite/src/
H
A
D
UniformCache.h
23
sk_sp<UniformData>
findOrCreate
(sk_sp<UniformData>);
H
A
D
UniformCache.cpp
35
sk_sp<UniformData> UniformCache::
findOrCreate
(sk_sp<UniformData> ud) {
in findOrCreate()
function in skgpu::UniformCache
H
A
D
ContextUtils.cpp
269
sk_sp<UniformData> trueUD = cache->
findOrCreate
(std::move(uniforms));
in ExtractCombo()
Completed in 4 milliseconds