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:littleRound
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/modules/skparagraph/src/
H
A
D
TextLine.cpp
59
SkScalar
littleRound
(SkScalar a) {
in littleRound()
function
87
ra =
littleRound
(a);
in compareRound()
88
rb =
littleRound
(b);
in compareRound()
1757
result.fHeight =
littleRound
(result.fHeight);
1758
result.fWidth =
littleRound
(result.fWidth);
2024
r.rect.fLeft =
littleRound
(r.rect.fLeft);
2025
r.rect.fRight =
littleRound
(r.rect.fRight);
2026
r.rect.fTop =
littleRound
(r.rect.fTop);
2027
r.rect.fBottom =
littleRound
(r.rect.fBottom);
2116
end =
littleRound
(en
[all...]
H
A
D
ParagraphImpl.cpp
43
SkScalar
littleRound
(SkScalar a) {
in littleRound()
function
632
fMinIntrinsicWidth =
littleRound
(fMinIntrinsicWidth);
in GetLineFontMetrics()
633
fMaxIntrinsicWidth =
littleRound
(fMaxIntrinsicWidth);
in GetLineFontMetrics()
1563
r.rect.fLeft =
littleRound
(r.rect.fLeft);
in GetLineFontMetrics()
1564
r.rect.fRight =
littleRound
(r.rect.fRight);
in GetLineFontMetrics()
1565
r.rect.fTop =
littleRound
(r.rect.fTop);
in GetLineFontMetrics()
1566
r.rect.fBottom =
littleRound
(r.rect.fBottom);
in GetLineFontMetrics()
1589
r.rect.fLeft =
littleRound
(r.rect.fLeft);
in GetLineFontMetrics()
1590
r.rect.fRight =
littleRound
(r.rect.fRight);
in GetLineFontMetrics()
1591
r.rect.fTop =
littleRound
(
in GetLineFontMetrics()
[all...]
Completed in 7 milliseconds