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:fIsOval
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/include/private/
H
A
D
SkPathRef.h
76
fIsOval
= false;
in SkPathRef()
78
// The next two values don't matter unless
fIsOval
or fIsRRect are true.
in SkPathRef()
234
if (
fIsOval
) {
in isOval()
246
return SkToBool(
fIsOval
);
in isOval()
377
fIsOval
= false;
in SkPathRef()
379
// The next two values don't matter unless
fIsOval
or fIsRRect are true.
in SkPathRef()
429
fIsOval
= false;
in resetToSize()
474
fIsOval
= isOval;
in setIsOval()
488
fIsOval
= false;
in getWritablePoints()
521
bool
fIsOval
;
member in final
[all...]
/third_party/skia/src/core/
H
A
D
SkPathRef.cpp
206
(*dst)->
fIsOval
= src.
fIsOval
&& rectStaysRect;
208
if ((*dst)->
fIsOval
|| (*dst)->fIsRRect) {
234
(*pathRef)->
fIsOval
= false;
321
fIsOval
= ref.
fIsOval
;
336
out->
fIsOval
= false;
345
fIsOval
= false;
406
fIsOval
= false;
459
fIsOval
[all...]
H
A
D
SkPath.cpp
2004
builder.appendf("//
fIsOval
= %s\n", bool_str(fPathRef->
fIsOval
));
in dumpArrays()
Completed in 9 milliseconds