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:placeholderStyle
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/modules/skparagraph/src/
H
A
D
ParagraphBuilderImpl.cpp
122
void ParagraphBuilderImpl::addPlaceholder(const PlaceholderStyle&
placeholderStyle
) {
in addPlaceholder()
argument
126
addPlaceholder(
placeholderStyle
, false);
in addPlaceholder()
129
void ParagraphBuilderImpl::addPlaceholder(const PlaceholderStyle&
placeholderStyle
, bool lastOne) {
in addPlaceholder()
argument
152
fPlaceholders.emplace_back(start, end,
placeholderStyle
, topStyle, stylesBefore, textBefore);
in addPlaceholder()
H
A
D
ParagraphBuilderImpl.h
61
void addPlaceholder(const PlaceholderStyle&
placeholderStyle
) override;
100
void addPlaceholder(const PlaceholderStyle&
placeholderStyle
, bool lastOne);
H
A
D
Run.cpp
509
auto
placeholderStyle
= this->
placeholderStyle
();
in scaleFontWithCompressionConfig()
local
512
switch (
placeholderStyle
->fBaseline) {
in scaleFontWithCompressionConfig()
521
auto height =
placeholderStyle
->fHeight;
in scaleFontWithCompressionConfig()
522
auto offset =
placeholderStyle
->fBaselineOffset;
in scaleFontWithCompressionConfig()
525
switch (
placeholderStyle
->fAlignment) {
in scaleFontWithCompressionConfig()
613
PlaceholderStyle* Run::
placeholderStyle
() const {
in scaleFontWithCompressionConfig()
function in skia::textlayout::Run
H
A
D
TextWrapper.h
134
fEnd.cluster()->run().
placeholderStyle
() == nullptr &&
in trim()
H
A
D
TextLine.cpp
404
fOwner->run(fRunsInVisualOrder[0]).
placeholderStyle
() == nullptr) {
444
if (run->
placeholderStyle
() != nullptr) {
557
if (context.run->
placeholderStyle
() != nullptr) {
1775
if (run->
placeholderStyle
() != nullptr) {
1966
lastRun->
placeholderStyle
() == nullptr &&
1967
context.run->
placeholderStyle
() == nullptr &&
H
A
D
TextWrapper.cpp
699
if (lastRun != nullptr && lastRun->
placeholderStyle
() != nullptr) {
in moveForward()
717
if (lastRun != nullptr && lastRun->
placeholderStyle
() != nullptr) {
in moveForward()
1256
if (lastRun->
placeholderStyle
() != nullptr) {
in moveForward()
H
A
D
Run.h
133
PlaceholderStyle*
placeholderStyle
() const;
/third_party/skia/modules/skparagraph/include/
H
A
D
ParagraphBuilder.h
57
virtual void addPlaceholder(const PlaceholderStyle&
placeholderStyle
) = 0;
Completed in 11 milliseconds