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:localType
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/gpu/geometry/
H
A
D
GrQuadBuffer.h
178
inline int entrySize(GrQuad::Type deviceType, const GrQuad::Type*
localType
) const {
in entrySize()
182
if (
localType
) {
in entrySize()
183
size += (*
localType
== GrQuad::Type::kPerspective ? k3DQuadFloats
in entrySize()
190
GrQuad::Type
localType
= static_cast<GrQuad::Type>(header->fLocalType);
in entrySize()
local
191
return this->entrySize(static_cast<GrQuad::Type>(header->fDeviceType), &
localType
);
in entrySize()
266
GrQuad::Type
localType
= localQuad ? localQuad->quadType() : GrQuad::Type::kAxisAligned;
in append()
local
267
int entrySize = this->entrySize(deviceQuad.quadType(), localQuad ? &
localType
: nullptr);
in append()
H
A
D
GrQuadUtils.cpp
411
GrQuad::Type
localType
= quad->fLocal.quadType();
local
412
if (
localType
< GrQuad::Type::kGeneral) {
413
localType
= GrQuad::Type::kGeneral;
470
&quad->fLocal,
localType
);
530
&quad->fLocal,
localType
);
534
&extraVertices->fLocal,
localType
);
949
GrQuad* localOut, GrQuad::Type
localType
) const {
966
localOut->setQuadType(
localType
);
H
A
D
GrQuadUtils.h
167
GrQuad* localOut, GrQuad::Type
localType
) const;
Completed in 5 milliseconds