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:getViews
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/gpu/ops/
H
A
D
SmallPathAtlasMgr.h
71
const GrSurfaceProxyView*
getViews
(int* numActiveProxies) {
in getViews()
function in skgpu::v1::final
73
return fAtlas->
getViews
();
in getViews()
H
A
D
AtlasTextOp.cpp
212
const GrSurfaceProxyView* views = atlasManager->
getViews
(maskFormat, &numActiveViews);
in onPrepareDraws()
345
const GrSurfaceProxyView* views = atlasManager->
getViews
(maskFormat, &numActiveViews);
in createDrawForGeneratedGlyphs()
H
A
D
SmallPathRenderer.cpp
159
const GrSurfaceProxyView* views = atlasMgr->
getViews
(&numActiveProxies);
546
const GrSurfaceProxyView* views = atlasMgr->
getViews
(&numActiveProxies);
in flush()
/third_party/skia/src/gpu/text/
H
A
D
GrAtlasManager.h
33
// if
getViews
returns nullptr, the client must not try to use other functions on the
37
const GrSurfaceProxyView*
getViews
(GrMaskFormat format, unsigned int* numActiveProxies) {
in getViews()
function in GrAtlasManager
41
return this->getAtlas(format)->
getViews
();
in getViews()
H
A
D
GrAtlasManager.cpp
272
const GrSurfaceProxyView* views = fAtlases[i]->
getViews
();
/third_party/skia/src/gpu/
H
A
D
GrDirectContextPriv.cpp
171
const GrSurfaceProxyView* views = atlasManager->
getViews
(format, &numActiveProxies);
in testingOnly_getFontAtlasImage()
H
A
D
GrDrawOpAtlas.h
290
const GrSurfaceProxyView*
getViews
() const { return fViews; }
H
A
D
GrDrawOpAtlas.cpp
79
if (!atlas->
getViews
()[0].proxy()) {
in Make()
/third_party/skia/tests/
H
A
D
DrawOpAtlasTest.cpp
244
atlasManager->
getViews
(kA8_GrMaskFormat, &numProxies);
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
Completed in 8 milliseconds