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:GrAtlasManager
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/src/gpu/text/
H
A
D
GrAtlasManager.cpp
8
#include "src/gpu/text/
GrAtlasManager
.h"
16
GrAtlasManager
::
GrAtlasManager
(GrProxyProvider* proxyProvider,
in GrAtlasManager()
function in GrAtlasManager
24
GrAtlasManager
::~
GrAtlasManager
() = default;
26
void
GrAtlasManager
::freeAll() {
in freeAll()
32
bool
GrAtlasManager
::hasGlyph(GrMaskFormat format, GrGlyph* glyph) {
in hasGlyph()
141
GrDrawOpAtlas::ErrorCode
GrAtlasManager
::addGlyphToAtlas(const SkGlyph& skGlyph,
190
GrDrawOpAtlas::ErrorCode
GrAtlasManager
::addToAtlas(GrResourceProvider* resourceProvider,
199
void
GrAtlasManager
[all...]
H
A
D
GrAtlasManager.h
22
/** The
GrAtlasManager
manages the lifetime of and access to GrDrawOpAtlases.
28
class
GrAtlasManager
: public GrOnFlushCallbackObject, public GrDrawOpAtlas::GenerationCounter {
class
30
GrAtlasManager
(GrProxyProvider*, size_t maxTextureBytes, GrDrawOpAtlas::AllowMultitexturing);
31
~
GrAtlasManager
() override;
H
A
D
GrTextBlob.h
28
class
GrAtlasManager
;
H
A
D
GrTextBlob.cpp
24
#include "src/gpu/text/
GrAtlasManager
.h"
381
GrAtlasManager
* atlasManager = target->atlasManager();
in regenerateAtlas()
/third_party/skia/src/gpu/
H
A
D
GrDirectContextPriv.h
17
class
GrAtlasManager
;
91
GrAtlasManager
* getAtlasManager() {
in getAtlasManager()
H
A
D
GrMeshDrawTarget.h
14
class
GrAtlasManager
;
127
virtual
GrAtlasManager
* atlasManager() const = 0;
H
A
D
GrOpFlushState.h
184
// At this point we know we're flushing so full access to the
GrAtlasManager
and
186
GrAtlasManager
* atlasManager() const final;
H
A
D
GrOpFlushState.cpp
220
GrAtlasManager
* GrOpFlushState::atlasManager() const {
in atlasManager()
H
A
D
GrDirectContext.cpp
30
#include "src/gpu/text/
GrAtlasManager
.h"
268
fAtlasManager = std::make_unique<
GrAtlasManager
>(proxyProvider,
in init()
/third_party/skia/include/gpu/
H
A
D
GrDirectContext.h
28
class
GrAtlasManager
;
905
GrAtlasManager
* onGetAtlasManager() { return fAtlasManager.get(); }
in onGetAtlasManager()
942
std::unique_ptr<
GrAtlasManager
> fAtlasManager;
/third_party/skia/src/gpu/ops/
H
A
D
GrMeshDrawOp.h
17
class
GrAtlasManager
;
H
A
D
AtlasTextOp.cpp
26
#include "src/gpu/text/
GrAtlasManager
.h"
207
GrAtlasManager
* atlasManager = target->atlasManager();
in onPrepareDraws()
/third_party/skia/src/gpu/mock/
H
A
D
GrMockOpTarget.h
112
UNIMPL(
GrAtlasManager
* atlasManager() const)
/third_party/skia/tests/
H
A
D
DrawOpAtlasTest.cpp
36
#include "src/gpu/text/
GrAtlasManager
.h"
60
void
GrAtlasManager
::setMaxPages_TestingOnly(uint32_t maxPages) {
in setMaxPages_TestingOnly()
Completed in 15 milliseconds