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:fLongestLine
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/modules/skparagraph/include/
H
A
D
Paragraph.h
41
SkScalar getLongestLine() { return
fLongestLine
; }
in getLongestLine()
257
SkScalar
fLongestLine
;
member in skia::textlayout::Paragraph
/third_party/skia/modules/skparagraph/src/
H
A
D
ParagraphImpl.cpp
101
,
fLongestLine
(0)
in Paragraph()
520
if ((!SkScalarIsFinite(rawWidth) ||
fLongestLine
<= floorWidth) &&
in GetLineFontMetrics()
577
fLongestLine
= FLT_MIN - FLT_MAX; // That is what flutter has
in GetLineFontMetrics()
713
fLongestLine
= 0;
in GetLineFontMetrics()
1225
fLongestLine
= std::max(
fLongestLine
, longestLine);
in GetLineFontMetrics()
1228
setSize(textWrapper.height(), maxWidth,
fLongestLine
);
in GetLineFontMetrics()
1288
fLongestLine
= nearlyZero(advance.fX) ? run.advance().fX : advance.fX;
in GetLineFontMetrics()
1320
fLongestLine
= std::max(
fLongestLine
, nearlyZer
in GetLineFontMetrics()
[all...]
H
A
D
ParagraphCache.cpp
110
SkScalar
fLongestLine
;
member in skia::textlayout::ParagraphCacheValue
378
paragraph.getSize(value->fHeight, value->fWidth, value->
fLongestLine
);
in SetStoredLayoutImpl()
434
paragraph.setSize(value->fHeight, value->fWidth, value->
fLongestLine
);
in GetStoredLayout()
H
A
D
ParagraphImpl.h
357
fLongestLine
= longestLine;
in setSize()
362
longestLine =
fLongestLine
;
in getSize()
Completed in 5 milliseconds