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:flagCount
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkCanvasPriv.cpp
47
int
flagCount
= buffer.readInt();
in ReadLattice()
local
50
if (
flagCount
) {
in ReadLattice()
51
lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(
flagCount
);
in ReadLattice()
52
lattice->fColors = buffer.skipT<SkColor>(
flagCount
);
in ReadLattice()
59
int
flagCount
= lattice.fRectTypes ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0;
in WriteLattice()
local
62
SkAlign4(
flagCount
* sizeof(SkCanvas::Lattice::RectType)) +
in WriteLattice()
63
SkAlign4(
flagCount
* sizeof(SkColor)) +
in WriteLattice()
72
writer.write32(
flagCount
);
in WriteLattice()
73
writer.writePad(lattice.fRectTypes,
flagCount
* sizeof(uint8_t));
in WriteLattice()
74
writer.write(lattice.fColors,
flagCount
* sizeo
in WriteLattice()
[all...]
H
A
D
SkRecorder.cpp
222
int
flagCount
= lattice.fRectTypes ? (lattice.fXCount + 1) * (lattice.fYCount + 1) : 0;
in onDrawImageLattice2()
local
227
flagCount
, this->copy(lattice.fRectTypes,
flagCount
),
in onDrawImageLattice2()
228
this->copy(lattice.fColors,
flagCount
), *lattice.fBounds, dst, filter);
in onDrawImageLattice2()
H
A
D
SkRecordDraw.cpp
125
lattice.fRectTypes = (0 == r.
flagCount
) ? nullptr : r.flags;
in draw()
126
lattice.fColors = (0 == r.
flagCount
) ? nullptr : r.colors;
in draw()
H
A
D
SkRecords.h
253
int
flagCount
;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiBufferMemoryRequirementsTests.cpp
611
const deUint32
flagCount
= deUint32(failCreateBits.size());
in logFailedSubtests()
local
615
DE_ASSERT(
flagCount
&&
flagCount
== failUsageBits.size() &&
flagCount
== failExtMemHandleBits.size());
in logFailedSubtests()
619
for (deUint32 i = 0; i <
flagCount
; ++i)
in logFailedSubtests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiBufferMemoryRequirementsTests.cpp
609
const deUint32
flagCount
= deUint32(failCreateBits.size());
in logFailedSubtests()
local
613
DE_ASSERT(
flagCount
&&
flagCount
== failUsageBits.size() &&
flagCount
== failExtMemHandleBits.size());
in logFailedSubtests()
617
for (deUint32 i = 0; i <
flagCount
; ++i)
in logFailedSubtests()
/third_party/skia/tools/debugger/
H
A
D
DrawCommand.cpp
966
int
flagCount
= 0;
in MakeJsonLattice()
local
970
writer.appendS32(lattice.fRectTypes[
flagCount
++]);
in MakeJsonLattice()
Completed in 11 milliseconds