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:fUsed
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkIntersections.cpp
14
for (int index = 0; index <
fUsed
; ++index) {
in closestTo()
29
for (int index = 0; index <
fUsed
; ++index) {
in flip()
39
SkASSERT(
fUsed
<= 1 || fT[0][0] <= fT[0][1]);
in insert()
41
for (index = 0; index <
fUsed
; ++index) {
in insert()
57
int remaining =
fUsed
- index - 1;
in insert()
64
--
fUsed
;
in insert()
73
for (index = 0; index <
fUsed
; ++index) {
in insert()
78
if (
fUsed
>= fMax) {
in insert()
81
fUsed
= 0;
in insert()
84
int remaining =
fUsed
in insert()
[all...]
H
A
D
SkDLineIntersection.cpp
13
while (
fUsed
> 2) {
in cleanUpParallelLines()
16
if (
fUsed
== 2 && !parallel) {
in cleanUpParallelLines()
29
if (
fUsed
== 2) {
in cleanUpParallelLines()
36
if ((
fUsed
= used) == 2) {
in computePoints()
70
return
fUsed
= 0;
in intersectRay()
78
return
fUsed
;
in intersectRay()
115
if (unparallel &&
fUsed
== 0) {
in intersect()
179
SkASSERT(
fUsed
<= 2);
in intersect()
180
return
fUsed
;
in intersect()
225
if (result == 1 &&
fUsed
in horizontal()
[all...]
H
A
D
SkIntersections.h
112
return
fUsed
> 0 && (t == 0 ? fT[0][0] == 0 : fT[0][
fUsed
- 1] == 1);
in hasT()
117
return
fUsed
> 0 && (fT[1][0] == t || fT[1][
fUsed
- 1] == t);
in hasOppT()
194
fUsed
= 0;
in reset()
216
return
fUsed
;
in used()
224
SkASSERT(
fUsed
== 1);
in unBumpT()
227
fUsed
= 0;
in unBumpT()
320
unsigned char
fUsed
;
member in SkIntersections
H
A
D
SkDCubicLineIntersection.cpp
440
fUsed
= c.intersectRay(fT[0]);
in intersectRay()
441
for (int index = 0; index <
fUsed
; ++index) {
in intersectRay()
444
return
fUsed
;
in intersectRay()
H
A
D
SkDQuadLineIntersection.cpp
445
fUsed
= q.intersectRay(fT[0]);
in intersectRay()
446
for (int index = 0; index <
fUsed
; ++index) {
in intersectRay()
449
return
fUsed
;
in intersectRay()
H
A
D
SkDConicLineIntersection.cpp
369
fUsed
= c.intersectRay(fT[0]);
in intersectRay()
370
for (int index = 0; index <
fUsed
; ++index) {
in intersectRay()
373
return
fUsed
;
in intersectRay()
H
A
D
SkPathOpsTSect.cpp
1727
:
fUsed
(0) {
in SkClosestSect()
1733
SkClosestRecord* record = &fClosest[
fUsed
];
in find()
1741
for (int index = 0; index <
fUsed
; ++index) {
in find()
1752
++
fUsed
;
in find()
1760
for (int index = 0; index <
fUsed
; ++index) {
in finish()
1764
for (int index = 0; index <
fUsed
; ++index) {
in finish()
1772
int
fUsed
;
member
H
A
D
SkPathOpsDebug.cpp
2683
for (int index = 0; index <
fUsed
; ++index) {
in debugCoincidentUsed()
/third_party/skia/src/core/
H
A
D
SkWriter32.h
40
size_t bytesWritten() const { return
fUsed
; }
in bytesWritten()
54
fUsed
= 0;
in reset()
61
size_t offset =
fUsed
;
in reserve()
62
size_t totalRequired =
fUsed
+ size;
in reserve()
66
fUsed
= totalRequired;
in reserve()
77
SkASSERT(offset <
fUsed
);
in readTAt()
88
SkASSERT(offset <
fUsed
);
221
fUsed
= offset;
in rewindToOffset()
226
memcpy(dst, fData,
fUsed
);
in flatten()
230
return stream->write(fData,
fUsed
);
in writeToStream()
248
size_t
fUsed
; // Number of bytes written.
global()
member in SkWriter32
[all...]
H
A
D
SkWriter32.cpp
54
memcpy(fData, fExternal,
fUsed
);
in growToAtLeast()
59
return SkData::MakeWithCopy(fData,
fUsed
);
in snapshotAsData()
/third_party/skia/src/lazy/
H
A
D
SkDiscardableMemoryPool.cpp
57
size_t
fUsed
;
member in __anon18894::DiscardableMemoryPool
127
,
fUsed
(0) {
in DiscardableMemoryPool()
142
if (
fUsed
<= budget) {
in dumpDownTo()
148
while ((
fUsed
> budget) && (cur)) {
in dumpDownTo()
153
SkASSERT(
fUsed
>= dm->fBytes);
in dumpDownTo()
154
fUsed
-= dm->fBytes;
in dumpDownTo()
173
fUsed
+= bytes;
in make()
182
SkASSERT(
fUsed
>= dm->fBytes);
in removeFromPool()
183
fUsed
-= dm->fBytes;
in removeFromPool()
217
return
fUsed
;
in getRAMUsed()
[all...]
/third_party/skia/src/gpu/mock/
H
A
D
GrMockRenderTask.h
22
void addUsed(sk_sp<GrSurfaceProxy> proxy) {
fUsed
.push_back(std::move(proxy)); }
in addUsed()
31
for (const auto& entry :
fUsed
) {
45
SkTArray<sk_sp<GrSurfaceProxy>>
fUsed
;
member in GrMockRenderTask
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_dec_references_mgr.cpp
344
m_referenceDXVAIndices[remappedIndex].
fUsed
= true;
in mark_reference_in_use()
354
if (!m_referenceDXVAIndices[index].
fUsed
) {
in release_unused_references_texture_memory()
390
m_referenceDXVAIndices[index].
fUsed
= false;
in mark_all_references_as_unused()
H
A
D
d3d12_video_dec_references_mgr.h
131
bool
fUsed
;
member
/third_party/skia/tests/
H
A
D
PathOpsDebug.cpp
206
SkDebugf("used=%d of %d",
fUsed
, fMax);
in dump()
207
for (int index = 0; index <
fUsed
; ++index) {
in dump()
Completed in 21 milliseconds