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:fStrikeCache
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkGlyphRunPainter.cpp
48
,
fStrikeCache
{strikeCache} {}
85
// TODO:
fStrikeCache
is only used for GPU, and some compilers complain about it during the no
in drawForBitmapDevice()
87
(void)
fStrikeCache
;
in drawForBitmapDevice()
257
SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(
fStrikeCache
);
in processGlyphRun()
288
SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(
fStrikeCache
);
in processGlyphRun()
319
SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(
fStrikeCache
);
in processGlyphRun()
349
SkScopedStrikeForGPU strike = strikeSpec.findOrCreateScopedStrike(
fStrikeCache
);
in processGlyphRun()
H
A
D
SkStrikeCache.h
48
,
fStrikeCache
{strikeCache}
in SkStrike()
149
SkStrikeCache* const
fStrikeCache
;
member in final
H
A
D
SkStrikeCache.cpp
355
SkAutoMutexExclusive lock{
fStrikeCache
->fLock};
in updateDelta()
358
fStrikeCache
->fTotalMemoryUsed += increase;
in updateDelta()
H
A
D
SkGlyphRunPainter.h
126
SkStrikeForGPUCacheInterface* const
fStrikeCache
;
member in SkGlyphRunListPainter
H
A
D
SkRemoteGlyphCache.cpp
896
SkStrikeCache* const
fStrikeCache
;
member in SkStrikeClientImpl
906
fStrikeCache
{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()},
in SkStrikeClientImpl()
999
auto strike =
fStrikeCache
->findStrike(*client_desc);
in readStrikeData()
1008
strike =
fStrikeCache
->createStrike(
in readStrikeData()
/third_party/skia/src/gpu/
H
A
D
GrDirectContextPriv.h
38
GrStrikeCache* getGrStrikeCache() { return this->context()->
fStrikeCache
.get(); }
in getGrStrikeCache()
H
A
D
GrDirectContext.cpp
134
fStrikeCache
->freeAll();
in abandonContext()
210
fStrikeCache
->freeAll();
in freeGpuResources()
231
fStrikeCache
= std::make_unique<GrStrikeCache>();
in init()
375
fStrikeCache
->freeAll();
in purgeUnlockedResourcesByPid()
/third_party/skia/include/gpu/
H
A
D
GrDirectContext.h
930
std::unique_ptr<GrStrikeCache>
fStrikeCache
;
member in GrDirectContext
Completed in 15 milliseconds