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:plotLocator
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/gpu/ops/
H
A
D
SmallPathAtlasMgr.cpp
94
} else if (!fAtlas->hasID(shapeData->fAtlasLocator.
plotLocator
())) {
in findOrCreate()
130
void SmallPathAtlasMgr::evict(GrDrawOpAtlas::PlotLocator
plotLocator
) {
in evict()
argument
137
if (
plotLocator
== shapeData->fAtlasLocator.
plotLocator
()) {
in evict()
H
A
D
SmallPathRenderer.cpp
280
if (!shapeData->fAtlasLocator.
plotLocator
().isValid()) {
297
if (!shapeData->fAtlasLocator.
plotLocator
().isValid()) {
/third_party/skia/src/gpu/
H
A
D
GrDrawOpAtlas.h
131
PlotLocator
plotLocator
() const { return fPlotLocator; }
294
bool hasID(const PlotLocator&
plotLocator
) {
295
if (!
plotLocator
.isValid()) {
299
uint32_t plot =
plotLocator
.plotIndex();
300
uint32_t page =
plotLocator
.pageIndex();
302
uint64_t locatorGeneration =
plotLocator
.genID();
308
SkASSERT(this->hasID(atlasLocator.
plotLocator
()));
433
PlotLocator
plotLocator
() const {
532
this->processEviction(plot->
plotLocator
());
H
A
D
GrDrawOpAtlas.cpp
251
inline void GrDrawOpAtlas::processEviction(PlotLocator
plotLocator
) {
in processEviction()
argument
253
evictor->evict(
plotLocator
);
in processEviction()
280
atlasLocator->updatePlotLocator(plot->
plotLocator
());
in updatePlot()
391
this->processEviction(plot->
plotLocator
());
in addToAtlas()
417
atlasLocator->updatePlotLocator(newPlot->
plotLocator
());
in addToAtlas()
/third_party/skia/src/gpu/text/
H
A
D
GrAtlasManager.cpp
34
return this->getAtlas(format)->hasID(glyph->fAtlasLocator.
plotLocator
());
in hasGlyph()
Completed in 7 milliseconds