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:fCols
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_matrix.cpp
26
,
fCols
(0)
in dng_matrix()
38
,
fCols
(0)
in dng_matrix()
51
fCols
= cols;
in dng_matrix()
54
for (uint32 col = 0; col <
fCols
; col++)
in dng_matrix()
68
,
fCols
(m.
fCols
)
in dng_matrix()
73
for (uint32 col = 0; col <
fCols
; col++)
in dng_matrix()
88
fCols
= 0;
in Clear()
H
A
D
dng_matrix.h
40
uint32
fCols
;
member in dng_matrix
68
return
fCols
;
in Cols()
90
return fRows == 0 ||
fCols
== 0;
in IsEmpty()
H
A
D
dng_image_writer.h
507
uint32
fCols
;
member in tag_cfa_pattern
521
,
fCols
(cols )
in tag_cfa_pattern()
H
A
D
dng_image_writer.cpp
463
stream.Put_uint16 ((uint16)
fCols
);
in Put()
466
for (uint32 col = 0; col <
fCols
; col++)
in Put()
/third_party/skia/modules/particles/src/
H
A
D
SkParticleDrawable.cpp
118
,
fCols
(cols)
in SkImageDrawable()
125
int cols = std::max(
fCols
, 1),
160
v->visit("Columns",
fCols
);
167
int
fCols
;
member in SkImageDrawable
Completed in 10 milliseconds