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:fBoundsIsDirty
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/include/private/
H
A
D
SkPathRef.h
73
fBoundsIsDirty
= true; // this also invalidates fIsFinite
in SkPathRef()
207
if (
fBoundsIsDirty
) {
in isFinite()
266
return !
fBoundsIsDirty
;
in hasComputedBounds()
275
if (
fBoundsIsDirty
) {
in getBounds()
374
fBoundsIsDirty
= true; // this also invalidates fIsFinite
in SkPathRef()
396
// TODO(mtklein): remove
fBoundsIsDirty
and fIsFinite,
in computeBounds()
397
// using an inverted rect instead of
fBoundsIsDirty
and always recalculating fIsFinite.
in computeBounds()
398
SkASSERT(
fBoundsIsDirty
);
in computeBounds()
401
fBoundsIsDirty
= false;
in computeBounds()
407
fBoundsIsDirty
in setBounds()
518
mutable uint8_t
fBoundsIsDirty
;
global()
member in final
[all...]
/third_party/skia/src/core/
H
A
D
SkPathRef.cpp
36
fPathRef->
fBoundsIsDirty
= true;
in Editor()
175
bool canXformBounds = !src.
fBoundsIsDirty
&& matrix.rectStaysRect() && src.countPoints() > 1;
188
(*dst)->
fBoundsIsDirty
= false;
199
(*dst)->
fBoundsIsDirty
= true;
228
(*pathRef)->
fBoundsIsDirty
= true; // this also invalidates fIsFinite
315
fBoundsIsDirty
= ref.
fBoundsIsDirty
;
316
if (!
fBoundsIsDirty
) {
335
out->
fBoundsIsDirty
= true;
344
fBoundsIsDirty
[all...]
H
A
D
SkPath.cpp
2001
builder.appendf("//
fBoundsIsDirty
= %s\n", bool_str(fPathRef->
fBoundsIsDirty
));
in dumpArrays()
2072
if (!
fBoundsIsDirty
) {
in isValidImpl()
Completed in 9 milliseconds