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:fColumns
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/tools/viewer/
H
A
D
SlideDir.cpp
267
,
fColumns
(columns) {
in SlideDir()
304
const auto cellWidth = winWidth /
fColumns
;
in load()
314
const auto cell = SkRect::MakeXYWH(fCellSize.width() * (i %
fColumns
),
in load()
315
fCellSize.height() * (i /
fColumns
),
in load()
359
fCellSize.height() * (1 + (fSlides.count() - 1) /
fColumns
)).toCeil();
in getDimensions()
437
idx = row *
fColumns
+ col;
in findCell()
H
A
D
ParticlesSlide.cpp
343
uni.fRows == 2 && uni.
fColumns
== 1) {
in draw()
350
for (int c = 0; c < uni.
fColumns
; ++c, vals += uni.fRows) {
in draw()
374
for (int c = 0; c < uni.
fColumns
; ++c, vals += uni.fRows) {
in draw()
H
A
D
SlideDir.h
56
const int
fColumns
;
member in final
/third_party/skia/src/sksl/ir/
H
A
D
SkSLType.cpp
205
,
fColumns
(columns)
in MatrixType()
216
return
fColumns
;
232
return
fColumns
== fRows;
236
return
fColumns
* fRows;
243
int8_t
fColumns
;
member in SkSL::final
378
,
fColumns
(columns) {
387
return
fColumns
;
407
return
fColumns
;
414
int8_t
fColumns
;
/third_party/skia/src/sksl/codegen/
H
A
D
SkSLVMCodeGenerator.h
94
int
fColumns
;
member
/third_party/skia/modules/canvaskit/
H
A
D
particles_bindings.cpp
88
su.columns = u.
fColumns
;
in fromUniform()
/third_party/skia/modules/particles/src/
H
A
D
SkParticleEffect.cpp
257
if (it->fRows * it->
fColumns
!= count) {
in setUniform()
/third_party/skia/tests/
H
A
D
PathOpsBuilderConicTest.cpp
17
int
fColumns
;
member
26
for (int x = 0; x < set.
fColumns
; ++x) {
in testOvalSet()
Completed in 7 milliseconds