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:toCeil
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/tools/viewer/
H
A
D
SkRiveSlide.cpp
50
return fWinSize.
toCeil
();
in getDimensions()
H
A
D
SvgSlide.cpp
58
return fWinSize.
toCeil
();
in getDimensions()
H
A
D
SkottieSlide.cpp
203
return fWinSize.
toCeil
();
in getDimensions()
H
A
D
SlideDir.cpp
359
fCellSize.height() * (1 + (fSlides.count() - 1) / fColumns)).
toCeil
();
in getDimensions()
/third_party/skia/include/core/
H
A
D
SkSize.h
80
SkISize
toCeil
() const { return {SkScalarCeilToInt(fWidth), SkScalarCeilToInt(fHeight)}; }
in toCeil()
function
/third_party/skia/src/utils/
H
A
D
SkMultiPictureDocument.cpp
206
PagerCanvas canvas(joined.
toCeil
(), dstArray, dstArrayCount);
in SkMultiPictureDocumentRead()
/third_party/skia/src/shaders/
H
A
D
SkPictureShader.cpp
213
const SkISize tileSize = scaledSize.
toCeil
();
in Make()
/third_party/skia/src/core/
H
A
D
SkImageFilterTypes.h
333
LayerSpace<SkISize> ceil() const { return LayerSpace<SkISize>(fData.
toCeil
()); }
in ceil()
/third_party/skia/tools/fm/
H
A
D
fm.cpp
198
source->size = svg->containerSize().
toCeil
();
in init()
/third_party/skia/src/pdf/
H
A
D
SkPDFDevice.cpp
1603
SkISize wh = rect_to_size(physicalBounds).
toCeil
();
in internalDrawImageRect()
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
1402
return i >= 0 && i < fPages.count() ? fPages[i].fSize.
toCeil
() : SkISize{0, 0};
in size()
Completed in 15 milliseconds